@charset "windows-1251";

body{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px; 
    color:#FFFFD6;
}

a{
    color:#FFFFBB;
    text-decoration:none;
}
a:hover{
    color:#B7FF8B;
}

#header {
    width:100%;
    border: 0px solid black;
    text-align:center;
}										 	

#left_col {
    width:30%;
    float: left;
    border: 0px solid red; 	
    margin: 0px 0px 0px 0px;
    padding: 5px 2% 5px 2%;
    text-align:center;
}				

#right_col {
    width: 70%;
    border: 0px solid red; 	
    padding: 0px 7% 5px 2%;
    margin: 0px 0px 0px 0px;
	position:absolute;
    left:30%;
    
}	
  
ul{
    list-style-type:circle;
    padding:0% 5% 0% 20%;
    font-weight:bolder;
    font-size:120%;
}
