@charset "utf-8";
body {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: .9em;
	color: #333333;
	background: url(../images/forest.png) no-repeat center bottom;	
}

#holder {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 295px;
	
}
#header    h1  {
	text-indent: -1000px;
}
#links {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 34px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#left_col {
width: 400px;
float: left;
margin-left: 50px;
}
#right_col {
margin-left: 500px;
}
#footer {
clear: both;
width: 900px;
float: left;
text-align: center;
font-size: .7em;
color: #999999;
height: 20px;
margin-top: 20px;
margin-bottom: 20px;

}
#footer a {
    color: #999999;
}
#footer a:hover {
    color: #00CCFF;
}
