﻿/* layout
---------------------------------------------------------------------------------------------------------- */
#layout {
	width:903px;
	margin:0;
	height:auto;
	text-align:left;
}
#header {
	width:auto;
	height:82px;
	background:url(../images/logo.gif) top no-repeat;
	padding:0 0px;
	font-size:12px;
	overflow:hidden;
}
#nav {
	width:auto;
	height:67px;
	padding:10px 0px 5px 390px;
	font-size:12px;
	overflow:hidden;
	color:#000;
}
#mainBody {
	width:auto;
	padding:3px 2px 0px 2px;
	margin:0 auto;
	_height:1%;
	background-color:#fff;
}
#footer {
	text-align:left;
	font-size:12px;
	width:903px;
	height:43px;
	background-color:#fff;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:0px;
	margin:0;
}
.block {
	display:block
}
.hidden {
	display:none
}
.bg_none {
	background:none!important
}
.float_left {
	float:left
}
.float_right {
	float:right
}
.clear {
	clear:both!important
}
.clearIEbugDiv{
	clear:both;
	display:none;
}
