/* CSS Document */

body {
background-color:#000000;
color:#CCCCCC;
align: center;
margin-top:0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.main-d {
width:887px;
height:271px;
text-align:left;
align:left;
horizontal-align: left;
}


 .header {
 background-color:#000;
 width: 887px;
 height: 300px;
 align: left;
 }
 
 .subheader {
 background-color:#999999;
 position:center;  
 width:887px;
 height: 40px;
 text-align:center;
 }
 
 .left {
 background-color:#999999;
 float:left;
 width:140px;
 height:271px;
 }
 
 .right {
 float:left;
 background-color:#999999;
 width: 160px;
 height: 271px;
 } 
  
 .table {
 float:left;
 width: 94%px;
 align:center;
 border-width:1px;
 border-color:#000;
 font-family: Verdana;
 Font-size:11px;
 } 
 
 .content {
 float:left;
 align:left;
 font-family:Verdana;
 font-size:12px;
 color: #000;
 background-color:##017BBE;
 background-image:url(c_bg.jpg);
 height:271px;
 width:587px;
 }
 

 
 .footer {
 
 background-color:#999999;
 color:#000;
 height: 12px;
 font-family:Verdana;
 font-size: 10px;
 width:887px;
 
 }