@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#e6e4d0 url(../images/bg3.jpg) repeat fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#665236;
	line-height:18px;
}

#wrapper{
	width:1005px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/wrapper.png) repeat-y;
	margin-top:20px;
}

#header{
	width:1000px;
	min-width: 960px;
	height:316px;
	background:url(../images/header.png);
	float:left;
	
}

#logo{
	width:350px;
	height:101px;
	background:url(../images/logo.png);
	position:relative;
	top: 50px;
	left:70px;
}

#navBar{
	width:1000px;
	height:45px;
	background:url(../images/navBar.png);
	position:relative;
	top:80px;
	left:0px;
}

#headerPhoto{
	width:370px;
	height:276px;
	background:url(../images/headerPhoto.png);
	position:relative;
	left:540px;
	top:-130px;
}

#nav{
	width:580px;
	height:21px;
	position:relative;
	top:-246px;

}

#nav ul li{
	list-style-type:none;
	float:left;
	padding-left:30px;
}


a{
	color:#325669;
	text-decoration:none;
}

#intro{
	width:610px;
	margin-left:auto;
	margin-right:auto;
	background:#f3f2e2;
	float:left;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
}

#feature{
	width:295px;
	float:left;
	background:#f3f2e2;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
}

#footer{
	background:url(../images/footer.png);
	width:1005px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
}

#footer2{
	width:1000px;
	height:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:10px;
	color:#999;
}


#intro h2{
	color:#57452b;
	font-weight:100;
}

#feature h2{
	color:#57452b;
	font-weight:100;
}

#clear{
clear:both;
}