@charset "utf-8";

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
#wrapper {
	width: 1002px;
	margin: 0 auto;
	text-align: center;
}
#header {
	width: 100%;
	height: 170px;
	margin: 10px 0;
	padding: 0;
	color: #333;
	background: #FFF url(../images/layout/background_header.jpg) no-repeat left bottom;
	display: hidden;
	float: left;
}
#company {
	width: 180px;
	padding: 5px 0;		
	text-align: center;	
	color: #999;
	font-size: 9px;
	float: left;
}
#banner_top {
	width: 622px;
	height: 170px;
	margin: 0 10px;
	padding: 0;
	float: left;
}
#tools {
	width: 160px;
	padding: 0 10px;
	text-align: left;
	color: #999;
	font-size: 9px;
	float: right;
}
#navigation {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;	
	color: #FFF;
	display: hidden;
	float: left;
}
#faux {
	width: 1000px;
	margin: 10px 0;
	padding: 0;	
	background: #FFF url(../images/layout/background_content.jpg) no-repeat center top;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	float: left;
}
#leftcolumn { 
	width: 169px;
	margin: 10px 0 0 0;
	padding: 0 0 0 9px;
	color: #333;
	text-align: left;
	float: left;
	display: inline;
	position: relative;
}
#content { 
	 width: 602px;
 	 margin: 10px 21px 0 21px;
	 padding: 0;
	 color: #333;
	 float: left;
	 display: inline;
}
#rightcolumn { 
	width: 169px;
	margin: 10px 0 0 0;
	color: #666;
	text-align: left;
	float: right;
	display: inline;
	position: relative;
}
#footer {
	width: 982px;
	height: 150px;
	margin: 0;
	padding: 10px;
	color: #999;
	font-size:11px;
	text-align: center;
	background: #FFF url(../images/layout/background_footer.jpg) no-repeat center top;
	background-color: #FFF;
	clear: both;
}