/* CSS Document */
body {
margin: 0px;
padding: 0px;
background: #000000;

}

.head {
margin-top: 35px;
color: yellow;
}

.main {
 width: 766px; 
 height: 402px;
 padding: 0px;
 margin: 0 auto; 
 background-image: url(img/bg_header.jpg);
}
.cont {
 width: 766px; 
 height: 400px;
 padding: 0px;
 margin: 0 auto; 
}
.leftcol {
position: absolute;
width: 219px; 
background-image: url(img/bg_side_bar.gif);
height: 577px;
}

.rightcol {
position: relative;
left: 219px; width: 547px; 
background: #444555;
height: 577px;
background-image: url(img/wrapper.jpg);
}
.side_bar_bg {
background-image: url(img/bg_title_1.jpg);
background-repeat: no-repeat;
width: 135px;
height: 32px;
margin-top: 7px ;

}

.side_bar_title {
margin-top: 7px ;
margin-left: 30px ;
margin-right: 0px ;
margin-bottom: 0px ;
color: red;
}

 ul { margin:4px 0 0 35px; list-style:none;}
 li { font-size: 14px; line-height:1.16em; color:#27170D;}
 li a { font-size:14px; line-height:1.16em; color:#27170D; text-decoration:underline; background:url(img/arr.gif) no-repeat 0px 6px; padding:0 0 0 12px;}
 li a:hover { text-decoration:none;}

.red_cont {
background-image: url(img/bg_title_center.gif);
width: 487px;
height: 61px;
 margin: 0 auto; }
 
 
 .main_frame {
width: 487px;
height: 100px;
margin: 0 auto; 
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #d8cf81; }
  }
.txt {
margin: 3px;

}


.sep {
position: relative;
background-image: url(img/sep.jpg);
background-repeat: no-repeat;
width: 150px;
height: 61px;
margin-left: 300px ; 
margin-top:  17px;
}
