body {
	width: 100%;
	margin: 0;
	background: #999999; url(img/bodybg.jpg) top left repeat;
}


#container {
		
		margin: 5px;
		width: 99%;
		height:100%;
		
		}
		
#header{
		background:white;
		margin:0;
		width: 100%;
		height: 175px;
		} 

#menu {	
	width: 100%;#CCCCCC;
	padding: 0;
	margin: 0;
	}
	
#menu ul {
	padding:2px 0 3px 0;
	margin: 0;
	width: 100%;
	background: #333333;
	line-height: 23px;
	}
	
#menu ul li {
	display: inline;
	margin: 0;	
	padding: 0 ;
	line-height: 23px;
	
	}
	
#menu ul li a {
	margin-top: 0;
	font: normal 0.7em Verdana;
	text-decoration: none;	
	color: #fff;
	padding: 7px;
	line-height: 23px;
	
	}
	
	
#menu ul li a:hover {
	background: #CCCCCC;
	margin: 0;
	color: #fff;
	text-decoration: none;
	padding: 7px;
	line-height: 23px;
	}
		
/*center*/

#center {
	width: 61%;	height:100%;
	margin-top: 5px;
    margin-left: 5px;
	margin-bottom: 5px;
	float:left;
	}
	
.content {
	width: 98.5%;
	background: #fff;
	margin: 0 auto ;
	border: 1px solid #CCCCCC;
	}

	
p { margin: 0; padding: 7px; font: normal 0.8em "Trebuchet MS";}
		
/*left*/

#left{
	height:80%;
	width: 19%;
	padding: 0;	
	float:left;
	margin-top: 5px;
	margin-padding: 5px;
	}
	
h1 {
	background:#333333; url(img/h1bg.jpg) repeat-x;
	border-bottom: 1px solid #4F78E3;
	font: normal 0.8em Verdana;
	color: #FFF;
	margin:0;
	padding:3px;
	}
	
	
#one {
	background:#F4F4F4;
	height: auto;
	padding: 0;
	margin: 0;
	border: 1px solid #CCCCCC;
	}
	
#three {
	background: #F4F4F4;
	height: 265px;	
	padding: 0;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	}
	
#five {
	background:#F4F4F4;
	height: 265px;	
	padding: 0;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	}
	
#seven {
	background: #CCCCCC;
	height: 150px;	
	padding: 0;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	}
	
/*right*/

#right {
	margin-top: 5px;
	width: 19%;
	height:auto;
	padding: 0;
	float:right;
	}
	
#two {
	background: #F4F4F4;
	height: 650px;
	width: 200px;
	padding: 0;
	margin: 0;
	border: 1px solid #CCCCCC;
	}
	
#four {
	background: #F4F4F4;
	height: 265px;	
	padding: 0;
	margin-top: 5px;
	border: 1px solid #4F78E3;
	}
	
#six {
	background: #F4F4F4;
	height: 265px;	
	padding: 0;
	margin-top: 5px;
	border: 1px solid #4F78E3;
	}
	
#eight{
	background: #F4F4F4;
	height: 150px;	
	padding: 0;
	margin-top: 5px;
	border: 1px solid #4F78E3;
	}
	
#footer {
		
		background:#white;
		margin-top:0;
		width: 100%;
		height: 130px;
		}
	

	
.clear {
	clear:both;
	}
		
