.body{
	background-color:lightgray;
}
#header{
height:200px;
}
#container{
	width:100%;
} 
#menu{
 background-color:gray;
 height:815px;
 width:200px;
 float:right;
 color: black;
 }
 #content{
	 background-color:lightgray;
	 height:100%;
	 width:100%;
	 float:left;"
}
#footer{
	 background-color:gray;
	 clear:both;
	 text-align:center;
}
.box1 { float: left;
	   margin: 0 10px 10px 10px;
}
.home_box3 { width: 152px; 
			 height: 152px 
			 }
a, a:link, a:visited { color: white; 
					   font-weight: normal; 
					   text-decoration: none }
a:hover { color: blue; 
		  text-decoration: none; }