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

body {
	background-color: #333333;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
#header {
	height: 150px;
	width: 807px;
	left: 150px;
	position: absolute;
}
#subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#subheader {
	position: absolute;
	height: 50px;
	width: 633px;
	left: 150px;
	top: 200px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
}
#content {
	position: absolute;
	width: 600px;
	top: 320px;
	left: 151px;
	padding: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	right: 10%;
	
}
#left {
	position: absolute;
	width: 300px;
	height: 500px;
	border-top-width: thin;
	border-top-style: solid;
	top: 311px;
	left: 813px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	padding-left: 20px;
}

#left a {
	color:#FFFFFF
}
#left a:hover:after{
	content: "\00BB"
}

#left a:hover:before{
	content: "\00AB"
}
#footer {
	height: 50px;
	left: 151px;
	width: 640;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#rightheader {
	position: absolute;
	left: 814px;
	top: 200px;
	width: 281px;
	color: #999999;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	height: 40px;
}
