/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background:url(../images/bg.gif) top left repeat-x #975822;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#522C0C;
}

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:784px;
}

#header{
	margin:0;
	padding:0;
	background:url(../images/header.jpg) no-repeat;
	width:784px;
	height:231px;
}

#nav{
	width:784px;
	height:60px;
	padding:0;
	margin:0;
	background:url(../images/nav-bg.jpg) no-repeat;
}

#nav ul{
	list-style-type:none;
	margin:0;
	float:right;
	padding-right:29px
}

#nav ul li{
	float:left;
}
#nav ul li a{
	float:left;
	height:60px;
	background-image:url(../images/nav-combine.jpg);
}

#nav ul li a span{
	display:none;
}


#nav ul li.nav1 a{
	width:89px;
	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:153px;
	background-position:395px 0;
}

#nav ul li.nav2 a:hover, #nav ul li.nav2 a.active{
	background-position:395px 60px;
}

#nav ul li.nav3 a{
	width:165px;
	background-position:242px 0;
}

#nav ul li.nav3 a:hover, #nav ul li.nav3 a.active{
	background-position:242px 60px;
}

#nav ul li.nav4 a{
	width:77px;
	background-position:top right;
}

#nav ul li.nav4 a:hover, #nav ul li.nav4 a.active{
	background-position:bottom right;
}

#content{
	width:724px;
	padding:30px;
	margin:0;
}

#content a{
	color:#B9A750;
	text-decoration:none;
	border-bottom:1px dotted #B9A750;
}

#content a:hover{
	color:#DDC968;
	text-decoration:none;
	border-bottom:1px dotted #DDC968;
}

#footer{
	width:724px;
	padding:10px 0 0 0;
	margin:0 auto;
	border-top:1px solid #AD6324;
}

#footer p{
	font-size:11px;
	text-align:center;
}



