@charset "utf-8";
/* CSS Document */

body{
	padding: 0;
	margin: 0 auto;
	
	background: #3399cc url(../images/images/body_bg.jpg) repeat-x;
}

#header{
	margin:0 auto;
	padding:0;
	
	height:260px;
	width:810px;
	background:url(../images/images/header_bg.jpg);
}

#header #nav{
	margin:0 auto; padding:0px;
	height:35px;
	padding-top:15px;
	text-align:center;
}

#nav li{
	padding:20px;
	display: inline;
	background:url(../images/images/divider.png) right no-repeat;
}
#nav li:hover{

	background:url(../images/images/hightlight.png) right;
}

#nav .last{
	padding:20px;
	display: inline;
	background:none;
}
#nav .last:hover{
	background:url(../images/images/hightlight.png) left;
}

#nav li a{
	color:#fff;
	text-decoration:none;
}


#header #center{
	margin:0 auto; padding:0px;
	height:160px;
}
#center a{
	color:#FFFFFF;
	font-weight:bold;
}

#content{
	width:800px;
	
	margin:0 auto;
	padding:0px;
	
	background:#FFFFFF;
}

#footer{
	width:800px;
	height:213px;
	
	margin:0 auto;
	padding:0px;
	
	background:url(../images/images/footer_bg.jpg);
}

#footer_btm{
	width:800px;
	
	margin:0 auto;
}
