body{
	background:#000;
	margin-top:30px;
}
	 #container{
		position: relative;	
		left:50%;
		margin-left: -452px;
		width:900px;
		border: 4px solid #fff;
		border-bottom: none;
		background:#D5E1EC;
		overflow:hidden;
	}
	#header, #menu, #left_col, #right_col, #content, #footer{
		text-align: center;
	}
	#header{
		width:900px;
		height:207px;
		background:red;
	}
	#menu{  
		width:900px;
		height:20px;
		background:#0072bc;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.header{ 
		position: relative;
		margin-left: 325px;
		margin-top: -1px;  
		text-align: center;
		width:250px;
		height:30px;
		background: url(images/home_h.jpg);
	}
	#left_col{
		margin-top: -0px;
		float: left;	
		width:150px;
		background:#D5E1EC;
	} 
	.box{
		margin: 0 0 10px 0;
		width:150px;
		height:150px; 
		display: block;
		border-bottom: 1px solid #fff; 
	}
	.box2{
		 margin-bottom: -5px;
	} 
	
	#left_col .box img, #right_col .box img{
		border: none;
	} 
	#left_col .box2 img, #right_col .box2 img{
		border: none;
	}
	#right_col{ 
		margin-top: -0px;
		float: right;
		width:150px;
		background:#D5E1EC;
	}  
	#content{
	text-align: left;
	font: 0.85em/1em Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	margin-top: 10px;
	margin-right: 150px;
	margin-bottom: 20px;
	margin-left: 150px;
	}  
	
		#content h1{
		font: 1.5em/1.2em Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
		font-weight:bold;
	}  

	#footer{ 
	position:relative;
			left:50%;
			margin-bottom: 40px;
			margin-left: -452px;
			width:900px;
			height:60px;
			background:#0072bc;
		border: 4px solid #fff;
	} 
	#footer p{
		font: normal 0.75em/3em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		color:#fff;
	}
	#footer p a:link, #footer p a:visited{
		font: normal 1em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		color:#fff;
	} 
	#footer p a:hover, #footer p a:active{
		color:#6dcff6;
	}
	
	#menuContainerCell {
	padding-top: 10px;
}

