@charset "utf-8";
/* CSS Document */

body {
	background:#2f2f2f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#818181;
}

#head {
	position:absolute;
	width: 464px;
	height: 78px;
	top: 13px;
	left: 21px;
}

.nav {
	position:absolute;
	width: 465px;
	height: 18px;
	top: 107px;
	left: 44px;
}

.nav a:link, .nav a:visited {
	color:#76a62c;
	text-decoration:none;
	font-size:13px;
}

.nav a:hover, .nav a:active {
	color:#76a62c;
	text-decoration:underline;
	font-size:13px;
}


#main{
	position:absolute;
	width: 506px;
	height: 429px;
	top: 143px;
	left: 40px;
	background-color:#222222;
	overflow:auto;
	padding:10px;
}

a:link, a:visited {
	color:#76a62c;
	text-decoration:none;
}

a:hover, a:active {
	color:#ffffff;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	font-weight:bold;
}


#rightside {
	position:absolute;
	width: 346px;
	height: 538px;
	top: 52px;
	left: 597px;
}

#footer {
	position:absolute;
	width: 241px;
	height: 25px;
	top: 564px;
	left: 82px;
	font-size:9px;
	color:#76a62c;
}

.colored {
	color: #76a62c;
}
