* { padding: 0; margin: 0; }



body {

 background:url(images/main_bg.jpg) no-repeat left top;

 font-family: Arial, Helvetica, sans-serif;

 font-size: 13px;

}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}

#wrapper { 

 margin: 0 auto;

 width: 922px;

}

/*#faux {

 background: url(images/faux-3-2-col.gif);

}*/

#header {

 color: #333;

 width: 902px;

 padding: 10px;

 height: 100px;

 margin: 10px 0px 0px 0px;

 background: url(images/header.jpg) no-repeat center top;

}

#header_bottom {

 color: #333;

 padding: 20px 0;

 margin: 0;

 background: url(images/navi_bg.jpg) no-repeat center top;

}

#leftcolumn { 

 background:url(images/menu_bg.jpg) repeat-y center top;

 color: #333;

 margin:10px 0;

 padding:0;

 width: 220px;

 float: left;

}

#leftcolumn #menu_headline {

 background:url(images/menu_headline.jpg) no-repeat center top;

 color: #333;

 font-weight:bold;

 font-size:16px;

 margin:0;

 padding:20px 0 10px 0;

 text-align:center;

}

#leftcolumn #sidebar_menu{

 float:left;

 margin:0;

 padding:0;

 list-style:none;

}

#leftcolumn #menu_bottom {

 width:220px;

 float:left;

 background:url(images/menu_bottom.jpg) no-repeat center top;

 color: #333;

 margin:0;

 padding:30px 0 0 0;

}

#leftcolumn #sidebar_menu ul{

 margin:0;

 padding:0;

 list-style:none;

}

#leftcolumn #sidebar_menu li{

 margin:0;

 padding:0 0 0 30px;

 list-style:none;

}

#leftcolumn #sidebar_menu a {

 text-decoration:none;

 color: #000;

 margin:2px 0;

 padding:5px 0;

 width: 175px;

 float: left;

 list-style:none;

 border-bottom:1px dashed #999;

}

#leftcolumn #sidebar_menu a:hover {

 color:#FB7D04;

 border-bottom:1px solid #FB7D04;

 text-align:center;

}

#rightcolumn { 

 float: right;

 color: #333;

 margin:10px 0;

 padding:0;

 width: 683px;

 display: inline;


}

#rightcolumn h1{

 background:url(images/cont_headline.png) no-repeat left top;

 padding:5px 0 5px 20px;

 margin:0 0 2px 0;

 color: #333;

 font-weight:bold;

 font-size:16px;

 border-left:5px solid #CCC;

 border-top:2px solid #CCC;

 border-bottom:3px solid #999;

}

#rightcolumn #cont_box{

 padding: 10px 10px 20px 30px;

 border:1px solid #999;

 border-left:5px solid #CCC;

}

#footer {

 text-align:center;

 background:url(images/footer.jpg) no-repeat center bottom;

 width: 922px;

 clear: both;

 color: #333;

 margin: 0px 0px 10px 0px;

 padding: 25px 0 70px 0;

}

.clear { clear: both; background: none; }