body{
	background-color:#ffffff;
}
/* layout */
#header{
	background-color:#586b14;
	width:900px;
	margin:10px auto 0 auto;
	height:44px;
}
#btn_about{
	margin-left:17px;
}
#phone{
	margin-left:74px;
}
#footer{
	display:block;
	width:900px;
	margin: 0 auto 10px auto;
}
#content_frame{
	display:block;
	width:855px;
	border:3px dotted #586b14;
	padding:10px 19px 10px 20px;
	margin: 6px auto 6px auto;
	overflow:auto;
}
#photo_bar{
	display:block;
	width:100%;
	height:207px;
	text-align:center;
}
img.photo_bar_center{
	margin: 0 8px 0 8px;
}
#body_content{
	display:block;
	float:left;
	width:596px;
}
#body_content h1{
	margin:0 0 0 0;
}
#text_content{
	margin-right:37px;
}
#right_side{
	display:block;
	float:right;
	width:259px;
	text-align:left;
}
#site_credits{
	width:900px;
	margin:20px auto 10px auto;
	font-size:10px;
	text-align:center;
	color:#586b14;
}
/* formatting */

body,div,li,p,td,th{
	font-family:arial,helvetica,sans-serif;
	color:#453413;
	font-size:100%;
	line-height:130%;
}

strong.green{
	font-weight:normal;
	color:#586b14;
}
p.box{
	display:block;
	border:3px dotted #586b14;
	padding:8px 14px 8px 14px;
}
a,a:link{
	color:#586b14;
}
a:visited{
	color:#586b14;
	text-decoration:underline;
}
a:active.a:hover,a:visited:hover,a:visited:active{
	color:#586b14;
	text-decoration:none;
}
#site_credits a,#site_credits a:link,#site_credits a:visited{
	color:#586b14;
	text-decoration:none;
}
#site_credits a:hover,#site_credits a:active,#site_credits a:visited:hover,#site_credits a:visited:active{
	color:#586b14;
	text-decoration:underline;
}

