@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	background-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 900px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#wrapper #header {
	width: 900px;
	background-image: url(images/header.jpg);
	height: 135px;
	background-repeat: no-repeat;
}
#wrapper #header #headernav {
	text-align: right;
	height: 34px;
	width: 500px;
	margin-left: 350px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-top: 14px;
}

#wrapper #nav {
	background-color: #000000;
	height: 30px;
	width: 900px;
	z-index: 9797;
}
#wrapper #banner {
	background-color: #000000;
	height: auto;
	width: 900px;
	z-index: 1;
	border-top-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-image: none;
	background-repeat: no-repeat;
}
#wrapper #main {
	background-color: #000000;
	height: auto;
	width: 900px;
}

#wrapper #main #left {
	background-color: #000000;
	height: auto;
	width: 750px;
	float: left;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#wrapper #main #left img {
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#wrapper #main #left_home {
	background-color: #000000;
	height: auto;
	width: 650px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#wrapper #main #left_home a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper #main #left_home a {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper #main #left_home a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper #main #left_home a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper #main #left_home a:active {
	text-decoration: none;
	color: #FFFFFF;
}



#wrapper #main #right {
	height: auto;
	width: 100px;
	float: right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin: 0px;
	padding-right: 15px;
	padding-left: 0px;
	background-color: #000000;
	padding-top: 0px;
}

#wrapper #footer {
	background-image: url(images/footer.jpg);
	height: 64px;
	width: 900px;
	background-repeat: no-repeat;
	clear: none;
}
.clear {
	clear: both;
}
