@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	background-color: #F5E8DB;
}

#wrapper {
	width:910px;
	height:900px;
	margin:0 auto;
	
}

#header {
	position:relative;
	height:190px;
	width: 910px;
	background: url(images/header_bkgd.jpg);
}

#mainNav {
	font-size:12px;
	position:absolute;
	right:10px;
	top:185px;
	list-style:none;

}

#mainNav li {
	float:left;
}

#mainNav li a {
	text-decoration:none;
	color:#C7B299;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:3px 10px;
	
}

#mainNav li a:hover {
	color:#534741;
	background:url(images/btn_back.jpg) repeat-x;
}



#slideshowArea {
	height:500px;
	background: url(images/horSliver.jpg) repeat-y;
	padding:20px 15px;

}

#mainContent {
	height:153px;
	background: url(images/horSliver.jpg) repeat-y;
}

#callout1 {
	float:left;
	margin-left:18px;
	width:422px;
	height:141px;
	background:url(images/callout_lg_full.png) no-repeat;
	
}

#callout2 {
	float:left;
	margin-left:10px;
	width:217px;
	height:141px;
	background:url(images/callout_sm_full1.png) no-repeat;
	
}

#callout3 {
	float:left;
	margin-left:10px;
	width:217px;
	height:141px;
	background:url(images/callout_sm_full2.png) no-repeat;
	
}

#footer {
	height:75px;
	width:910px;
	background:url(images/FooterCap.jpg) top no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#6E6154;
	font-size:11px;
	text-align:center;
	padding-top:20px;
	
}

#flashSlideshow {
	width:880px;
	height:500px;
	background:#FFF;
	
}



