@charset "utf-8";
body {
	background-color: #333333;
}
#topnav {
	width: 800px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#topnav ul {
	list-style-type: none;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#topnav li {
	display: inline;
	padding-right: 15px;
}



#wrapper {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #leftArea {
	height: 600px;
	width: 200px;
	margin: 0px;
	float: left;
	background-color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 25px;
	border-right-style: solid;
	border-right-color: #000000;
}

#wrapper #leftArea #nav {
	top: 75px;
	position: relative;
	width: 225px;
}
#wrapper #leftArea #nav ul {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #leftArea #nav li {
	font-size: 18px;
	color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 192px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: right;
}
#wrapper #leftArea #nav #last {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#wrapper #rightArea {
	float: left;
	width: 575px;
	height: 580px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	background-color: #666666;
}
#wrapper #rightArea #ads p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 5px;
}

#foot {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
}
#foot p {
	text-align: center;
}

#wrapper #leftArea #nav a:link, #wrapper #leftArea #nav a:active, #wrapper #leftArea #nav a:visited {
	text-decoration: none;
	color: #CCCCCC;
	width: 200px;
}
#wrapper #leftArea #nav a:hover {
	color: #000000;
}
#topnav a:link, #topnav a:active, #topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #006633;
	text-decoration: underline;
}
#foot a:link, #foot a:active, #foot a:visited {
	color: #666666;
	text-decoration: none;
}
#foot a:hover {
	color: #006633;
	text-decoration: underline;
}
#wrapper #rightArea #ads h2 {
	color: #FFFFFF;
}
