#container {
 width:1000px;
 margin:0 auto;
 color:#000;
 background:#000000;
 }

#header {
  padding:5px 10px;
  background: #000000;
}
#leftcol {
	float:left;
	background: #000000;
	width: 500px;
}
#content {
	float:right;
	background: #000000;
	width: 500px;
}
#footer {
	clear:both;
	height:150px;
	background: #000000;
}
* html #footer {
   height:1px;
   }

.style1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
.style2 {color: #FFFFFF;
font-size:18px}
.style3 {color: #000000}
.style5 {font-size: 18px}
.style6 {font-size: xx-large}
a:link { 
	color: #ffffff;
	text-decoration: none;
	}
a:visited { 
	color: #ffffff;
	text-decoration: none;
	}
a:hover { 
	color: #9C9899;
	background-color: #000000;
	text-decoration: none;
	}
a:active { 
	color: #ffffff;
	text-decoration: none;
	}

