/* CSS Document */
div {
	position: relative;
}
#shadowbox {
	width: 900px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0px none;
	background: url(../images/body-bg.gif) scroll center repeat-y;
	position: relative;
	min-height:100%;
}
* html #shadowbox {
	height:100%;
}
#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	max-width:800px;
}
#header {
	width: 800px;
	margin: 0px;
	padding: 0px;
	background: url(../images/header-bg.jpg) top left repeat-x;	
}
#callus {
	float: left;
	width:230px;
	padding-top: 33px;
	padding-left: 70px;
}
#topnav {
	height: 88px;
	width: 500px;
	margin-left: 300px;
	_float: right;
	_margin-left: 0px;
}

#middle {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#banner {
	width: 800px;
	background: url(../images/banner-bg.gif) top left repeat-x #FFFFFF;
	height: 345px;
}
#banner-box-left {
	float: left;
	width: 742px;
}
#banner-box-right {
	float: right;
	width: 220px;
}
#content {
	width: 772px;
	margin: 0px;
	padding:0px 14px 20px 14px;
	background: #FFFFFF;
	min-height: 300px;
	_height: 300px;
	float: left;
}
#left-content {
	float: left;
	width: 172px;
	min-height: 300px;
	_height:300px;
	background: url(../images/sub-bottom.gif) left bottom no-repeat #0a7c94;
}
#right-content {
	float: left;
	margin-left: 14px;
	width: 586px;
}


#footer {
	width: 760px; 
	height: 50px;
	margin: 0 auto;
	padding-top: 5px;
}
#m_copyright {
	clear:both;  
	width:760px;
	height:35px;
}
#l_copyright { 
	float:left;  
	width:330px;
}
#r_copyright { 
	float:right;  
	width:205px;
	height:20px;
	margin:0;
	padding:0;
}