/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#432008;
}

p{
	margin-bottom:22px;
	line-height:20px;
}

h1{
	font-size:16px;
	margin-bottom:22px;
	line-height:18px;
	font-weight:normal;
}

h2{
	font-size:14px;
	margin-bottom:22px;
	line-height:18px;
	font-weight:normal;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

#wrapper{
	margin:0 auto;
	padding:0;
	width:856px;
}

#header{
	margin:0 auto;
	padding:0;
	background:url(../images/header.jpg) no-repeat;
	width:770px;
	height:164px;
}

#nav{
	width:522px;
	height:47px;
	background:url(../images/nav-bg.jpg) no-repeat;
	padding:0 72px;
	margin:0 auto;
}

#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}

#nav ul li{
	float:left;
}
#nav ul li a{
	float:left;
	height:47px;
	background-image:url(../images/nav-combine.jpg);
}

#nav ul li a span{
	display:none;
}


#nav ul li.nav1 a{
	width:113px;
	background-position:top left;
}

#nav ul li.nav1 a:hover, #nav ul li.nav1 a.active{
	background-position:bottom left;
}

#nav ul li.nav2 a{
	width:195px;
	background-position:409px 0;
}

#nav ul li.nav2 a:hover, #nav ul li.nav2 a.active{
	background-position:409px 47px;
}

#nav ul li.nav3 a{
	width:214px;
	background-position:top right;
}

#nav ul li.nav3 a:hover, #nav ul li.nav3 a.active{
	background-position:bottom right;
}

#content{
	width:486px;
	padding:10px 90px;
	background:url(../images/content-bg.jpg) top center repeat-y;
	margin:0 auto;
}

#content a{
	color:#BE9118;
	text-decoration:none;
	border-bottom:1px dotted #BE9118;
}

#content a:hover{
	color:#8C5C03;
	text-decoration:none;
	border-bottom:1px dotted #8C5C03;
}

#footer{
	width:856px;
	background-image:url(../images/footer.jpg);
	padding:0;
	margin:0 auto;
	height:179px;
}

#footer p{
	display:none;
}


