#mainmenu ul {
	padding:0px;
  	margin:0px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#container {
	width: 100%;
	background:url(../images/bgmain0.png) #FFFFFF top left repeat-y;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
#contain_top {
	clear:both;
	width:960px;
	height:12px;
	background:url(../images/bgtop0.png) top left no-repeat;
}

#contain_bot {
	clear:both;
	width:960px;
	height:6px;
	background:url(../images/bgbot0.png) top left no-repeat;
}

#sub-container {
	float: left;
	border-right:200px solid transparent; 
	width: 760px;
}
#content {
	width: 100%;
	float: left;
}
#text {
	border-right: 200px solid transparent; 
	margin: 0px 15px 0px 0px;
}
#blue_sidebar {
	overflow:hidden;
	margin-top:-6px;
	float: left;
	width: 200px;
	height:450px;
	margin-left: -200px;
	position: relative;
	text-align:left;
}
#blue_sidebar .moduletable {
	overflow:hidden;
	margin:5px 5px 0px 12px;
	height:250px;
	background:url(../images/b1hr.png) bottom left no-repeat;
}
#blue_sidebar h3 {
	display:block;
	font-size:24px;
	font-weight:normal;
	color:#069;
	margin:11px 0px;
	text-transform: lowercase;
	padding-bottom: 0px;
}
#blue_sidebar p {
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#069;
	line-height: 14px;
}

#blue_sidebar .dn-each{margin:0px;padding:0px;padding-bottom:5px;}

#gray_sidebar {
	overflow:hidden;
	margin-top:-6px;
    float: left;
 	width: 200px;
	height: 475px;
  	margin-left: -400px;
	border-left:200px solid transparent; 
}

#gray_sidebar .moduletable {
	overflow:hidden;
	margin:5px 15px; 
	height:250px;
	background:url(../images/b2hr.png) bottom left no-repeat;
}
#gray_sidebar h3 {
	display:block;
	font-size:24px;
	font-weight:normal;
	color:#666;
	margin:11px 0px;
	text-transform: lowercase;
	padding-bottom: 0px;
}
#gray_sidebar p {
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#666;
	line-height: 14px;
	padding-bottom:5px;
}

#footer {
	float:right;
	clear:both;
	width:400px;
	background:#fff;
}

.chronoform {
	color:#ffffff
}
