*{
	margin:0;
	padding:0;
	list-style:none; 
	line-height:18px; 
	font-size: 12px;
	color:#000;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align:left; 
	background: url(../images/bg.jpg) #00213d repeat-x left top;
}

.site-container {
	width:900px;
	margin:0px auto;
	border-right:2px solid #000000;
	border-left:2px solid #000000;
	background:#014066;
	overflow:hidden;
}

#header {
	height:217px;	
	float:left;
}

#header .header-top {
	float:left;
	height:51px;
	background:url(../images/bgtop.jpg);
	background-repeat:repeat-x;
	width:900px;
}

.header-top #site-name {
	width:402px;
	height:46px;
	background:url(../images/logo.jpg);
	background-repeat:no-repeat;
	float:left;
}
.header-top #site-tab {
	float:right;
	margin:0px;
	padding:0px;
	width:350px;
	padding-top:15px;
}

.header-top #site-tab ul{
	float:left;
	margin:0px;
	padding:0px;
}
#site-tab ul li {
	
	float:left;
	margin-right:2px
}

#site-tab ul li a {
	text-decoration:none;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	background:url(../images/tab2.gif);
	width:114px;
	height:23px;
	display:block;
	padding-top:8px;
	text-align:center;
}

#site-tab ul li a:hover {
	background:url(../images/tab.gif);
	width:114px;
	height:23px;
	display:block;
}

#header .header-low {
	background:url(../images/top.jpg);
	background-repeat:no-repeat;
	height:171px;
	width:900px;
	float:left;
}

#content-container {
	background:#FFFFFF;
	width:900px;
	float:left;
	overflow:hidden;
	padding-bottom:100px;
}

#content-container .content-left {
	width:201px;
	float:left;
	
}

.content-left #banners {
	float:left;
	width:201px;
	margin-top:30px;
	margin-left:10px;
}

.content-left #menu-left {
	width:201px;
	background:#c5c5c5;
	float:left;
}

#menu-left ul {
	margin-top:20px;
	list-style:decimal;
}

#menu-left ul li {
	text-align:left;
	padding-left:25px;
	padding-top:5px;
	width:201px;
	height:26px;
	background:url(../images/bgleftmenu.jpg);
	background-repeat:no-repeat;
}

#menu-left ul li a{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#080a45;

}

#menu-left ul li:hover {
	background:#989898;
	padding-left:25px;
	padding-top:5px;
	width:201px;
	height:26px;
	background:url(../images/bgleftmenu3.jpg);
	background-repeat:no-repeat;
}

#menu-left ul li hr {
	color:#c5c5c5;
}

#content-container .content-right {
	width:689px;
	float:left;
	margin-left:10px;
}

.content-right h1 {
	margin: 15px 0px 10px 0px;
	text-align:left;
	font-size: 18px; 
	color: #df442b;
	padding:8px 8px;
	float:left;
	padding-bottom:10px;
	float:left;
	width:685px;
}

.content-right p {
	padding: 20px 0px 15px 0px;
	text-align: left;
	color:#000000;
	background:#FFFFFF;	
	float:left;
	width:685px;
}

#footer {
	height:50px;
	text-align:center;
	clear:both;
	padding-top:25px;
	color:#FFFFFF;
}