﻿#contentContainer {	width:100%;
					text-align:left; 
					background:#999999 url(../imgs/content.jpg) repeat-x top center;
					font-family:Arial; 
					font-size:16px;
}
#footer {width:100%;
		height:45px;
		background:#ff0000;
}
#menuCont {height:26px; 
			background:Transparent;
			
}
#menuCont {
	list-style:none; 
	padding: 0; 
	margin:0;
	}
	
#menuCont li {
	float:left;
	text-align:center;
	width:100px;
	text-align:left;
	}
	
#menuCont li a {
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	width:100%; height:26px;
	line-height:26px;/*this the same as the height*/
	}
	
#menuCont li a:hover, #menuCont li a:active{
	color:#000000;
	background:Transparent url(../images/btnHgh.jpg) repeat-x;
	}

