@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(images/bground.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f3524;
}
.left_column{
	width:382px;
	margin-left:75px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#4f3524;
}
.lbrown {
	color:#956b41;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
}
.front_photo {
	margin-top:68px;
}
.news {
	font-size:11px;
	line-height:14px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#4f3524;
}
a:link {
	color: #C90;
}
a:visited {
	color: #666;
}
a:hover {
	color: #960;
}
a:active {
	color: #C93;
}
#callus {
	color:#956b41;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
	margin-left:75px;
	margin-top: 25px;
}
#nav {
	width:200px;
	height:215px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:75px;
	margin-top:25px;
	line-height:25px;
}
.nav a:link {
	color: #4b2d22;
	text-decoration:none;
}
.nav a:visited {
	color: #4b2d22;
	text-decoration:none;
}
.nav a:hover {
	color: #960;
	text-decoration:none;
}
.nav a:active {
	color: #C93;
	text-decoration:none;
}

#wrapper{
	margin:0 auto; 
	width:1024px;
	height:inherit;
	text-align:center;
}
#left{
	width:280px;
	float:left;
}
#right{
	width:740px;
	float:right;
}
#content_left{
	width:450px;
	float:left;
	text-align:left;
	
}
#content_right{
	width:250px;
	float:right;
	text-align:left;
}
#callout_info{
	font-family:Georgia, "Times New Roman", Times, serif;
	border:#C96;
	border-style:dotted;
	border-width:1px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	margin-left:75px;
	margin-right:25px;
	font-size:13px;
}
#fullspan {
	width:740px;
	text-align:left;
	line-height:16px;
	margin-top:25px;
}
#footer {
	margin-top:25px;
	font-size:10px;
}

