/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#000;
 color: #FFFFFF;
 font: normal 62.5% "Georgia Verdana Lucida Sans Unicode",sans-serif;
 }	 
#main_box{
	position:absolute;
	width:980px;
	z-index:1;
	left: 50%;
	margin-left: -490px;
	top: 0px;
}
#img1{
	position:absolute;
	height:181px;
	width:202px;
	background-color: #000;
}
#img2{
	position:absolute;
	height:91px;
	width:778px;
	left: 202px;
	background-color: #000;
}
#img3{
	position:absolute;
	height:90px;
	width:778px;
	left: 202px;
	background-color: #000;
	top: 91px;
}
#lh-col{
 position:absolute;
 top:181px;
 left:0;
 width:142px;
 z-index:3;
 background:#000;
 color: #333333;}

#rh-col{
 position:absolute;
 top:181px;
 right:0;
 width:115px;
 z-index:2;
 background:#000;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#c0c0c0;
 background-color: #000;
 color: #FFFFFF;
 height:100%;}

#hdr{
 height:181px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#eeeeee;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:-12px 115px 0px 142px;
 position:relative;
 background:#000;
 color: #FFFFFF;
 z-index:5;
 height:900px; 
 border: solid #000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:58px;
 border: solid #000000; 
 border-width:1px 0;
 background:#000;
 color: #333333;
 margin:0;
 }
img{
	border: none;
}

/*h1 {


	color: Red;

	margin-bottom: 10px;

	padding: 6px 0 4px;

}

a {

	color: #999;

	text-decoration: underline;

}

a:hover {color: #CCC;}
.descr {margin-bottom: 5px;}
p {
 padding: 0 15px;
 }
*/
