body{ 
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: white;
	font-size: 12px;
	line-height: 1.6em; 
	font-family: "Monotype Corsiva";
	background-color: black;
}

a, a:link, a:visited { color: white; 
					   font-weight: normal; 
					   text-decoration: none }
a:hover { color: blue; 
		  text-decoration: none; }

.clear{
	clear:left;
}
#header1 {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
}
#main {
	width: 800px;
	height: 487px;
	overflow: hidden;
	margin: 0 auto;
}

#site_title { display: block; 
			  font-size:30;
}

#content{
	overflow:hidden;
	width: 7000px;
	position:relative;
	height: 100%;
}

.section {
	position:relative;
	float:left;
	width: 800px;
	height: 487px;
	margin-right: 20px;
}
.box { float: left;
	   margin: 0 10px 10px 10px;
}
#home_about { width: 100%; 
			  height: 200px
			  color: white;
			  }
#home_gallery { width: 476px; 
				height: 314px }
.home_box1 { width: 152px; 
			 height: 152px }
.home_box2 { width: 314px; height: 152px }
.color1 { background: Blue }
.color2 { background: Blue }
.color3 { background: blue }
#home_gallery a { 
	display: block; 
	float: left; 
	width: 152px; 
	height: 152px; 
	margin: 0 10px 10px 0 }
#home_gallery a.no_mr { 
 	margin-right: 0 }

#social_links {
	text-align: center;
	padding: 40px 0 0 0
}
.no_mr { margin-right: 0 }
#header{
background-color:gray;
height:200px;
}
#footer{
	 background-color:gray;
	 clear:both;
	 text-align:center;
	 }
#font{
		color: white;
	font-size: 20px;
	line-height: 1.6em; 
	font-family: "Courier";
}
.font{
		color: white;
	font-size: 20px;
	line-height: 1.6em; 
	font-family: "monotype corsiva";
}