

body { 	
	margin:0px auto;
	background-color: #fef8ed;
	background-image:url('../images/webBg.gif');
	background-repeat: repeat-x;
	
}
div#wrap{
	margin:0px auto;
	height:100%;
	width:1000px;	
}


.nav{
	margin: 0px; 	
	text-align: center; 	
	background-color:#3b64a0;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	height:240px;
}
	.nav ul{
		padding-top:202px;
		padding-left:150px;
		padding-right:0px;
		margin:0px;
		height:34px;
		display:block;
	}
	.nav li{
		list-style-type: none;
		float:left;
		
	}
	.nav  li a{
		display:block;
		padding-top:7px;
		width:106px;
		height:30px;
		background:url(../images/tab.gif) no-repeat;
		font-family:Arial, sans-serif;
		font-weight:800;
		font-size:1em;
		text-decoration: none;
		color:#FFF;
	}
	.nav li a:hover{

		background:url(../images/tabActive.gif) no-repeat;
		font-family:Arial, sans-serif;
		font-weight:800;
		font-size:1em;
		color:#FFF;
		text-decoration: none;
	}
	.nav li a:active{

		background:url(../images/tabActive.gif) no-repeat;
		font-family:Arial, sans-serif;
		font-weight:800;
		font-size:1em;
		color:#FFF;
		text-decoration: none;
	}
	.nav  li span{
		padding-top:7px;
		margin:0px;
	}
	
#miniWrap
{
	width:725px;
	background: url(../images/bg.gif) repeat-y left top;
	background-color:#fff;
	margin:0px auto;
}
#miniWrapBg
{
	background: url(../images/bgRight.gif) repeat-y right top;
}
#content {
	float:left;
}


#sum
{
	clear:both;
}
	#sum hr {width:675px; height:25px; background-color:#edebe9; }
	#sum p {padding:0px; margin:0px;font-size:.75em; text-align:center;}
	
	
	#sum ul{ text-align:center; margin:0px; padding:0px;}
	#sum li{ list-style-type: none; display:inline; padding:5px; background:bottom url("../images/linkFade.gif") repeat-x;}
	#sum li a {color: #2677be; text-decoration:none;font-size:.75em;}
	#sum li a:active {color: #2677be; text-decoration:none;font-size:.75em;}
	#sum li a:hover {color: #000; text-decoration:none;font-size:.75em;}
	


#footer
{
	width:100%;
	height:60px;
	background-color:#003471;
}

