html, body {
    margin: 0px;
    padding: 0px;
    background:url(../Fon/fonbos.jpg);
}
#top {
    width: 100%;
    height: 160px;
	text-align: center;
    clear: both;
	float: left;
    border-bottom: solid red 5px;
    
}



#left {
    width: 555px;
    height: 100%;
    float: left;
    padding-left: 5px;
	  
}

#main {
   width: ; 
    float: left;
    padding-left: 10px;
	border-left: double red 6px;   
}

h2     {
         text-align:center;
         color:#FFffff;
	 font-variant:small-caps;
	 background-color:blue ;
	 font-weight:bold ;
	 font-size:15pt;
    	         }	
				 
h3     {
         text-align:center;
         color:#FF0000;
	 font-variant:small-caps;
	 background-color:blue ;
	 font-weight:bold ;
	 font-size:12pt;
    	         }						 



