#container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #F00;
	height: auto;
	background-color: #000;
	position: relative;
}
#container #header {
	background-color: #7B0000;
	padding: 0px;
	height: 142px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #nav {
	height: 34px;
	width: 800px;
	background-image: none;
	font-size: 12px;
	color: #F00;
}
#container #nav ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-align: right;
	color: #000;
	text-decoration: underline;
	height: 34px;
	width: 800px;
	border: 1px solid #000;
}

#container #nav ul li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}


#container #leftCol {
	height: 425px;
	width: 200px;
	float: left;
	clear: both;
	background-image: url(images/1newleftCol.gif);
	background-repeat: repeat-x;
	color: #F00;
	margin: 0px;
	font-style: normal;
	text-align: center;
	position: relative;
	z-index: 100;
}

#container #rightCol {
	height: auto;
	width: 100px;
	float: right;
	clear: both;
	
	color: #F00;
	margin: 0px;
	font-style: normal;
	text-align: center;
	position: relative;
	z-index: 100;
}



.clear{

 clear:both; 

}