* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
/*  background-image: url(../img/bg_body_2.png);
 background-repeat: repeat-x;  */
 
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
}
#faux {
 /* background: url(faux-2-3-col.gif);*/
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 950px;
 padding: 0px;
 height: 116px;
 margin: 1px 0px 0px 0px;
 
}


.header_menu {
	background-image: url(../img/top_menu_bg.png);
	background-repeat: repeat-x;
	height: 46px;
	margin-bottom: 1px;
	position: relative;
}
.menu_pos {
	position: absolute;
	top: 18px;
	left: 558px;
}


.top_menu_list {
   /*
	position: absolute;
	left: 760px;
	top: 25px; */
}

.top_menu_list li{
  	display: inline;
	list-style: none;
	margin-left: 10px;
	font: 12px arial;
}

.top_menu_list a {
  	text-decoration: none;
  	color: #676154;
}


.header_baner {
	background-image: url(../img/top_studiom.png);
	width: 950px;
	height: 68px;
}


#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 10px 0px 0px 0px;
 width: 195px;
 float: left;
 text-align: justify;
}

.main_manu_item {
	background-image: url(../img/bg_main_menu.png);
	background-repeat:no-repeat;
	width: 185px;
	height: 20px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-top: 5px;
}

.main_manu_item a {
   color: #444444;
	text-decoration: none;
   width: 190px;
	}
	
.main_manu_item_act {
	background-image: url(../img/bg_main_menu_act.png);
	background-repeat:no-repeat;
	width: 185px;
	height: 20px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-top: 5px;
	color: white;
	
}

.main_manu_item_act a {
	color: white;
	text-decoration: none;

	}	
	
.main_manu_sub_item {
	background-image: url(../img/bg_main_menu_sub.png);
	background-repeat:no-repeat;
	background-position: bottom;
	height: 25px;
	width: 185px;
	margin-left:9px;
	margin-bottom: 3px;
	margin-top:3px;
	padding-top:2px;
	padding-bottom: 2px;
}


.main_manu_sub_item a{
	color: #444444;
	text-decoration: none;
}

.main_manu_sub_item_act {
	background-image: url(../img/bg_main_menu_sub_act.png);
	background-repeat:no-repeat;
	background-position: bottom;
	height: 25px;
	width: 185px;
	margin-left:9px;
	margin-bottom: 3px;
	margin-top:3px;
	padding-top:2px;
	padding-bottom: 2px;
}


.main_manu_sub_item_act a{
	color: #444444;
	text-decoration: none;
}

#content { 
 float: left;
 color: #333;
 margin: 10px 10px;
 padding: 0px;
 width: 585px;
 display: inline;
 position: relative;
 text-align: justify;

}
.art_l {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid silver;
}
.art_l p {
	margin-top: 15px;
	margin-bottom: 15px;
}


.art_l li {
	margin-left: 40px;
}

.art_l ul {
	margin-left: 100px;
}
.art_l h2 {
	/* display: inline; */
	color: #eb3d00;
	font: 18px arial;
}

.img_l {
	float: left;
	border: 0px;
	margin-right: 20px;
	/* width:100px; */
}
.art_r {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid silver;
}

.art_r p {
	margin-top: 15px;
	margin-bottom: 15px;
}



.art_r li {
	margin-left: 20px;
	list-style-type:
}

.art_r ul {
	margin-left: 0px;
}
.art_r h2 {
	/* display: inline; */
	color: #eb3d00;
	font: 18px arial;
	
}

.img_r {
	float: right;
	border: 0px;
	margin-left: 20px;
	/* width:100px; */
}

.art_s {
	margin-top:10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid silver;
}



.art_s h2 {
	color: #eb3d00;
	font: 18px arial;
}

.art_s ul {
	margin-left: 30px;
}
.art_s li,.art_s p  {
	text-align: left;
	
}


#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 5px 0px 10px 0px;
 padding: 10px 0px 10px 0px;
 width: 150px;
 float: right;
 text-align: justify;
}

#footer { 
 width: 930px;
 clear: both;
 color:#b0b0b0;
 background-image: url(../img/top_menu_bg.png);
 background-repeat: repeat-x;
 height: 20px;
 margin: 0px 0px 10px 0px;
 padding: 10px 10px 10px 10px;
 
}
.clear { clear: both; background: none; }
