@charset "utf-8";
/* CSS Document */

body {
background-image: url(images/background.jpg);
background-attachment: scroll;
background-position: top;
background-repeat: no-repeat;
background-color: #234e23;

}

#container {
	width: 840px;
	margin: auto;
	}

#leftcol {
	width: 186px;
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	clear: none;
	float: left;
	padding: 0;
	font-size: 12px;
	text-align: top;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
}
#rightcol {
	width: 600px;
	clear: none;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 0px;
	margin-top: 10px;
	line-height: 150%;
}
#nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 580px;
	clear: both;
	float: none;
	text-align: center;
	padding-top: 10px;
}

#nav a:link {
	color: #996699;
	text-decoration: none;
	}
	
#nav a:visited {
	color: #996699;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 4px solid #996699;
	}
	
#leftcol a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 4px solid #996699;
	}
	
#leftcol a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
#leftcol a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#leftcol a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 4px solid #996699;
	}
	
#leftcol a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 4px solid #996699;
	}
#leftcol .credits {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CC99;
}

#leftcol .credits a:link {
	color: #99CC99;
	text-decoration: none;
	border-bottom: 1px solid #99CC99;
}

#leftcol .credits a:visited {
	color: #99CC99;
	text-decoration: none;
	border-bottom: 1px solid #99CC99;
}

#leftcol .credits a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#leftcol .credits a:active {
	color: #99CC99;
	text-decoration: none;
	border-bottom: 1px solid #99CC99;
}
