/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	margin:0;
	padding:0;
	background:#FFFFFF;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

p{
	margin-bottom:22px;
	line-height:20px;
}

h1{
	font-size:20px;
	margin-bottom:22px;
	line-height:20px;
	font-weight:normal;
}

h2{
	font-size:18px;
	margin-bottom:22px;
	line-height:20px;
	font-weight:normal;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

#main-wrap{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) top center repeat-y ;
	width:100%;
}

#wrapper{
	margin:0 auto;
	padding:0;
	width:800px;
}

#header-holder{
	width:800px;
	height:279px;
	margin:0;
	padding:0;
}

#header{
	margin:0;
	padding:0;
	background:url(../images/header.jpg) no-repeat;
	width:453px;
	height:279px;
	float:left;
}

#image-holder{
	width:347px;
	height:279px;
	float:right;
	margin:0;
	padding:0;
}

#nav{
	width:741px;
	height:43px;
	padding-left:59px;
}

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

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

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


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

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

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

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

#nav ul li.nav4 a{
	width:107px;
	background-position:305px 0;
}

#nav ul li.nav4 a:hover, #nav ul li.nav4 a.active{
	background-position:305px 43px;
}

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

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

#content{
	width:741px;
	padding:20px 0 118px 59px;
}

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

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

#footer{
	width:100%;
	padding:0;
	height:60px;
}

#footer p{
	padding:10px 0;
	color:#153659;
	text-align:center;
	font-size:12px;
}



