body { 
    color:#000;  font-size: 14px;	
    margin: 0px 0px; /* Устанавливаем отступы от окна браузера  */
	font-family:"Courier New"; 	
    background: #FFF;
	background-image:url('img/bg_body.gif');
	background-repeat:repeat; 
	overflow:auto;

 	
   }
   
#top { 
          width: 1000px;          		  
          margin:0px auto 0;
          padding:15px;		  
		  color:#000;
		  font-size: 24px;
		  text-transform: lowercase;
		
          	  
		 }	 
		 
a:link.top
{   color: #0066FF;	    
	font-size: 24px;	
	font-weight: bold;
    text-decoration:none;	
	}	

a:visited.top 
{   color: #0066FF;	    
	font-size: 24px;	
	font-weight: bold;
    text-decoration:none;	
	}
	
a:hover.top	
{   color: #0066FF;	    
	font-size: 24px;
	display: inline;
	font-weight: bold;
	text-decoration:line-through;

	}

a:link.promo
{   color: #fff;	    
	font-size: 32px;	
	font-weight: bold;
    text-decoration:none;	
	}	

a:visited.promo 
{   color: #fff;	    
	font-size: 32px;	
	font-weight: bold;
    text-decoration:none;	
	}
	
a:hover.promo
{   color: #fff;	    
	font-size: 32px;
	display: inline;
	font-weight: bold;
	text-decoration:line-through;

	}	
	
	
		

#content { 
          width: 1000px;
          height: 600px; 		  
          margin:0px auto 0;
		  padding:15px;
		  background: #fff;
		  font-size: 14px;
		  text-transform: lowercase;
          line-height:24px;		  
		  border-top-style:solid;
          /*border-top-style:;
		  border-right-style:dashed;*/
	      border-width:1px;
          border-color:#0066FF;		  
		 }


		 
#foot {                    		  
          width: 100%;		  
		  position:fixed;		  
		  bottom:0px;		  
          background: #0066FF;		  
	      font-size: 12px;
		  text-transform: lowercase;
          font-weight: bold;    
		  color:#fff;		  
		  border-style:solid;		  
	      border-width:1px;
          border-color:#fff;
		  
		  
		 }

/*  #shadow {position:fixed; - устанавливает тень для блока контентк при помощи подложения другого блока, выше реализованно засчет графического бэкграунда
         top:160px; 
		 left:260px; 
		 margin:0px;
         padding:30px;		 
		 width: 800px; 
		 height: 600px; 
		 background:#999999;}	*/	


	



h1 { text-transform: uppercase; 
    margin:10px;
	margin-left:0px;
	color: #333333;
	font-weight: bold;    
	font-size: 24px;
	}
	
	
h2 { text-transform: uppercase; 
    margin:0px;
	margin-left:0px;
	color: #fff;
	font-weight: bold;    
	font-size: 32px;
	display: inline;
	background: #0066FF;
	}
	
h3 { text-transform: uppercase; 
    margin-top:4px;
    padding:5px;	
	color: #fff;
	font-weight: bold;    
	font-size: 32px;
	display: inline-block;
	vertical-align:middle;
	background: #FF9900;
	}	
	
	
	
	
	

a:link
{   color: #0066FF;	    
	font-size: 14px;	
	font-weight: bold;
    text-decoration:none;	
	}

a:visited 
{   color: #0066FF;	    
	font-size: 14px;	
	font-weight: bold;
    text-decoration:none;	
	}
	
a:hover	
{   color: #0066FF;	    
	font-size: 14px;
	display: inline;
	font-weight: bold;
	text-decoration:line-through;

	}

p.line
{
    border-bottom-style:solid;
	border-color:#0066FF;
	
}	


