
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#666666;
 color: #333333;
 padding:0;
 font-family:"Times New Roman", Times, serif;
 font:"Times New Roman", Times, serif;
 margin-top:10px;
 }

#outer {
 text-align:left;
 width:780px;
 margin:auto;
 border:2px solid #f00;
 background :#000000;
 height:650px;
 }

#headerblock {
 background: #000000;
 color: #333333;
 width:750px;
 padding:0;
 height:150px;
 }

#hdrl {
 background: #000000;
 color: #333333;
 width:150px;
 height:150px;
 left:0px;
 top:0px;
 float:left;
 }
 
#hdrr {
 background:#330000;
 width:600px;
 height:150px;
 overflow:hidden;
 left:150px;
 top:0px;
 float:left;
}




#l-col {
 float:left;
 background: #000000;
 color: #333333;
 width:150px;
 left:0px;
 top:150px;

 

 }
 

#cont {
 float:right;
 width:600px;
 background: #000000;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 left:150px;
 top:150px;
 height:500px;
 overflow:visible
 }
 
#links {

 width:540px;
 left:10px;
 top:10px;
 height:400px;
 overflow:auto;
 position:relative;
 color: #eeeeee;
 text-align:left;
 
 }

#links .banner {
width:486px;
height:60px;

}
#links img {
width:486px;
height:60px;

}

#end {
clear:both;
margin-top:2px;
}

#end img{

margin-top:10px;
}

