/* CSS Document */
body{font: 76% arial,sans-serif;
     text-align:center;
	 background: #000000;
	  }
h1 {  font-size: 14px;
      color:#660000;
	  text-align:center;
	  	  }
h2 { font-size: 12px;
     color: #666666;
     text-align: center;
	 	 }
		 
h3 {font-size: 9px;
    color: #666666;
	text-align: center;
	} 
p{margin:0 10px 10px}

a {color: #666666;}

td, tr {
padding: 6px;
}

div#container {width: 702px;
}
div#header {width: 702px;
            height: 95px;
			}

div#wrapper {
             padding-top: 2px;
			 margin-left:2px;
 }
div#content {
             width:700px;
			 height: inherit;
			 	 
			 }

div#footer{ clear: both;
             width: 702px;
			height: 40px;
			text-align:center;
			color:#CCCCCC;
			line-height:18px;
			font-size:12px;
		
			
}

