@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color:#0398D0;
	background-image:url(../images/bg-repeat-x.jpg);
	background-repeat:repeat-x;
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
#main {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#header {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:2px;
	position: relative;
	z-index:5000px;
}
#banner {
	height: 97px;
	width: 820px;
	position: absolute;
}

#wrapper {
	background-image: url(../images/wrap-bg-repeat-x.png);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	margin: 0 auto;
	z-index:-5000px;
}
#footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	width: 100%;
}

#footer-main {
	background-image: url(../images/content-bottom-bg.png);
	background-repeat: no-repeat;
	width: 800px;
	height:60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 19px;
	padding-bottom: 0;
	padding-left: 19px;
}
#footer #footer-main .copy-right {
	color: #CCCCCC;
	padding-top: 5px;
}
#footer #footer-main .copy-right a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer #footer-main .copy-right a:hover {
	text-decoration: none;
}
