body {
	display:block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-family:"Arial";
	color: #000;
	background:#F2E26F;
	}
* { outline: none; }
.clearfix { clear: both; }
img{}
a{}
p{}
h1{font-size:14px;color:#4F6E9A;}
h2{}
h3{}
ul{}
ul li{}


#main_container{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;

}
	.container{
		float:left;
		background:#fff;
		padding:0px 10px 10px 10px;
	}
	.left{
		background: url(../images/left_bg.png) top left no-repeat;
		min-height:500px;
		width:200px;
		float:left;
	}
	.online{
		position:adsolute;
		margin-top:480px;
		margin-left:55px;
		color:red;
		font-weight:bold;
		font-size:12px;
		text-transform:uppercase;
	}
	.online a{
		text-decoration:none;
		color:red;
	}
	.right{
		height:500px;
		margin-left:200px;
	}
	.header{
		background: url(../images/header_bg.jpg) top left no-repeat;
		width:780px;
		height:220px;
		margin-left:0px;
	}
	.nav{
		background:#FAE32E;
		height:20px;
		width:756px;
	}
		.nav ul {
			display: block;
			margin: 0px 0 0 19px;
			padding: 0;
			list-style-type: none;
		}
		.nav ul li {
			float: left;
			height: 100%;
		}
		.nav ul li a {
			display: block;
			margin: 0px 0 0px 0;
			padding: 2px 17px;
			border-left: 3px solid #4F6E9A;
			font-size: 12px;
			color: #172C4B;
			text-decoration:none;
			height:16px;
			font-weight:bold;

		}
		.nav ul li a:hover{
			background:#99B7DF;
		}
		.nav ul li:first-child a {
			border-left: 0;
		}

		.active{
			background:#99B7DF;			
		}
	.content{
		float:left;
		padding:8px 20px 20px 20px;
	}
	.footer{}
	.bottomNav{}
		.bottomNav ul {
			display: block;
			margin: 0px 0 0 0px;
			padding: 0;
			list-style-type: none;
		}
		.bottomNav ul li {
			float: left;
			height: 100%;
		}
		.bottomNav ul li a {
			display: block;
			margin: 0px 0 0px 0;
			padding: 0 10px;
			border-left: 1px solid #838383;
			font-size: 10px;
			color: #838383;
			text-decoration:none;
		}
		.bottomNav ul li:first-child a {
			border-left: 0;
		}
		.bottomNav ul li a:hover {
			text-decoration: none;
			color: #000;
		}

	.copyright{
		float:right;
		font-size:11px;
		color: #838383;
	}

