body  {
	margin:0;
    padding:0;
    background-image: url(images/background.png);
}

#content_box  {
	height: 400px;
	width: 800px;
	text-align: left;
	padding-top: 50px;
}

#footer  {
	height: 75px;
	width: 100%;
	text-align: center;
	padding-top: 25px;
}
	.copy_text, .footer_link  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #999;
	}
	
	#footer a  {
		text-decoration: none;
	}
		#footer a:hover  {
			color: #333;
		}

#banner  {
	background-image: url(images/hand_banner.png);
	background-repeat: center;
	height: 235px;
	width: 800px;
}

.num  {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 9px;
	text-decoration: none;
}

	.num_a  {
		text-decoration: none;
	}

	.contact_text   {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333;
	}
	.contact_entry input, .contact_entry textarea  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
	}

#visitor_name, #visitor_email, #message_body  {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}

.visitor_name  {	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #989898;
    font-weight: bold;
}

#tree_ext  {
	background-image: url(images/tree_ext.png);
	background-repeat: no-repeat;
	background-position: top;
}