/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) top center repeat-x #FFE3AE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#352616;
}

p{
	margin-bottom:12px;
	line-height:2em;
}

h1{
	font-size:20px;
	margin-bottom:18px;
	line-height:20px;
	font-weight:normal;
}

h2{
	font-size:16px;
	margin-bottom:18px;
	line-height:20px;
	font-weight:normal;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

#wrapper{
	margin:0 auto;
	padding:0;
	width:656px;
}

#header{
	margin:0;
	padding:0;
	background:url(../images/header.jpg) no-repeat;
	width:656px;
	height:174px;
}

#nav{
	width:466px;
	height:69px;
	padding-left:190px;
	background:url(../images/nav-bg.jpg) top left no-repeat;
}

#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}

#nav ul li{
	float:left;
}
#nav ul li a{
	float:left;
	height:45px;
	background-image:url(../images/nav-combine.jpg);
}

#nav ul li a span{
	display:none;
}


#nav ul li.nav1 a{
	width:96px;
	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:170px;
	background-position:370px 0;
}

#nav ul li.nav2 a:hover, #nav ul li.nav2 a.active{
	background-position:370px 45px;
}

#nav ul li.nav3 a{
	width:200px;
	background-position:top right;
}

#nav ul li.nav3 a:hover, #nav ul li.nav3 a.active{
	background-position:bottom right;
}

#content{
	width:605px;
	padding:5px 25px;
	margin:0;
}

#content a{
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px dotted #FF0000;
}

#content a:hover{
	color:#CC6600;
	text-decoration:none;
	border-bottom:1px dotted #CC6600;
}

#footer{
	width:656px;
	background-image:url(../images/footer.jpg);
	padding:0;
	margin:0;
	height:124px;
}

#footer p{
	display:none;
}


