@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:url(images/background.jpg);
	
}

#container{
	width:792px;	
	margin:0px auto;
	margin-top:12px;
}

#header{
	width:792px;
	color:#f1e4c8;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

#nav{
	margin:0px 12px 8px 0px;
	text-align:right;
}

#nav a{
	color:#f1e4c8;
	text-decoration:none;
}

#content{
	width:702px;
	background-color:#e7d4ab;
	margin-left:12px;
	margin-right:12px;
	padding:25px 33px 15px 33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	float:left;
}

#homeLeft{
	float:left;
	width:319px;
	
}

#homeRight{
	float:right;
	width:367px;
	
}

.photo{
	position:relative;
	top:40px;
	left:17px;
}

#homeCallout{
	background:url(images/bf_background.gif) no-repeat;
	width:343px;
	height:50px;
	margin:10px 0px 0px 20px;
	padding:20px 10px 10px 10px;
	font-size:12px;
	font-weight:bold;
	
	
}

#homeCallout a{
	color:#3a352f;
}

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e7d4ab;
	margin-top:5px;
	text-align:right;
	width:782px;
	float:left;
	margin-bottom:16px;
	padding-bottom:16px;
}

#footer a{
	color:#e7d4ab;
}

