/* CSS Document */ 

body { 
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	/* color: #36452E; */
}

.clear_fix{
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	clear: both;
}

h1 {
	margin-left: 200px;
	color: #FFFFFF;
}

h3 {
	color: #C0BAB8;
}

p { 
	color: #000000;
}

.webfamily{ 
	float: left;
}

.barn {
	margin: auto;
}

#header {
	text-align: left;
}

ul {
	list-style-type: none;
}

body a:link { 
	color: rgb(69,38,12); 
	text-decoration: none;
}

body a:visited { 
	color: #85CD92; 
	text-decoration: none;
}

body a:hover { 
	color: #ED00DC;
}

body a:active { 
	color: #36452E; 
}

#body { 
	width: 740px;
	margin-left: 160px;
	}

#surround {
	width: 1024px;
	margin: auto auto;
	background-image: url(images/bg.gif);
	min-height: 800px;
	
}

#leftnav { 
	float: left; 
	background-image: url(images/bg.gif);
}

#leftnav ul li{
	padding-top: 20px;		
}

#leftnav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#rightbar {
	float: right;
	width: 200px;
}

#footer {
	font: 10px;
	margin-left: 240px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}
#footer a, #seasonalfooter a
{font: 8px;
}

#seasonalfooter {
	font: 8px;
	height: 40px;
	background-image: url(images/bg.gif);
	width: 1024px;
	text-align: center;
	margin: auto auto;
}

.about_row{
	width: 800px;
	height: auto;
}
.about_left{
	width: 325px;
	float: left;
}
	.about_left img{
		display: block;
		width: 320px;
		height: 252px;
	}
.about_right{
	float: left;
	width: 455px;
	padding: 10px 10px 0px 10px;
}

.center_text{
	padding-left: 40px;
	width: 100%;
	height: auto;
	text-align: center;
}