* { padding: 0; margin: 0; }
img{
	border:none;}
body {
 background:#6f6f6f;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
 background: url(img/cont_bg.jpg) repeat-y center top;
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(img/cont_topbg.jpg) no-repeat center top;
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding-bottom: 20px;
 height: 100px;
 margin: 1px 0px 0px 0px;
}
#navigation {
 color: #FFF;
 padding: 10px 0 5px 260px;
 margin: 0;
 background: url(img/navi_bg.jpg) no-repeat left top;
}
#navigation a{
	background:url(img/navi_right.jpg) no-repeat right top;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:8px 20px 13px 10px;
}
#navigation a:hover{
	color:#999;
}
#navigation li{
 margin:0;
 padding:8px 0 13px 8px;
 background:url(img/navi_left.jpg) no-repeat left top;
}
#leftcolumn_top {
 background:url(img/sidebar_top) no-repeat left top;
 width: 185px;
 float: left;
}
#leftcolumn_bottom {
 background:url(img/sidebar_bottom) no-repeat left bottom;
 width: 185px;
 float: left;
}
#leftcolumn {
 background:url(img/sidebar_bg.jpg) repeat-y left top;
 display: inline;
 color: #999;
 margin:15px;
 width: 185px;
 float: left;
}
#leftcolumn h1 {
 color: #FFF;
 background:url(img/headline.jpg) repeat-x left top;
 padding:5px 0 5px 10px;
 font-size:16px;
}
#leftcolumn p {
 padding:5px 10px 5px 10px;
 font-size:12px;
 text-align:justify;
}
#leftcolumn a {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}
#rightcolumn {
 background:url(img/cont_box.jpg) repeat-y left top;
 float: right;
 color: #999;
 margin:10px 0 0 0;
 width: 665px;
 display: inline;
 position: relative;
 text-align:center;
}
#rightcolumn h1 {
 color: #FFF;
 padding:5px 10px 5px 10px;
 background:url(img/cont_headline.jpg) no-repeat left top;
 font-size:16px;
}
#rightcolumn p {
 padding:5px 10px 5px 10px;
 margin:0 10px;
 font-size:12px;
 text-align:justify;
}
#rightcolumn a {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}
#footer {
 text-align:center;
 width: 920px;
 clear: both;
 color: #000;
 background: url(img/footer.jpg) no-repeat center top;
 margin: 0;
 padding:20px 1px 10px 1px;
}
.clear { clear: both; background: url(img/cont_bottom.jpg) no-repeat left bottom; padding:10px 0; }
.clear_center { clear: both; background: url(img/center_bg.jpg) no-repeat left center; padding:10px 0; }
