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

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Courier New, Courier, monospace;
	line-height: 15px;
	background-color: #FFFFFF;
	color: #000;
	margin: 0; 
	padding: 0; 
}

#header {
	padding: 0;
	margin: 0;
	height: 257px;
	width: 800px;
	background: url(../images/redesign2010/treetop.jpg) no-repeat;
}

#content{
	padding: 30px 0px 0px 480px;
	background: url(../images/redesign2010/treebottom.jpg) no-repeat;
	height: 458px;
	width: 800px;	
}

#footer{
	position: absolute;
	left: 458px;
	top: 584px;
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Courier New, Courier, monospace;	
}
a{
	text-decoration: none;
	color:#000000;
}
a:hover {
	background:#000000;
	color:#FFFFFF;
}

#contactform{
	width: 400px;
	margin-top: -20px;
}
.contact{
	background-color:#000;
	color:#FFF;
}

