/* ############################ MAIN PAGE SETUP ############################ */

body {
	background-image: url(/img/brownBack.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#topBack {
	background-image:url(/img/topGrassBack.jpg);
	height: 190px;
}





/* ############################ CONTENT SECTIONS ############################ */	
	
#contentAbout {	
	background-image:url(/img/spaceAbout.jpg);
	background-repeat: no-repeat;
	height: 219px;
	width: 798px;
	margin-left: 6px;
	margin-bottom: 110px;
	}
	
#contentAbout .contentAboutCopy {
	font-family:Georgia, Times, serif; 
	color: #c69c6d; 
	font-size:15px; 
	padding-left: 300px; 
	padding-right: 30px; 
	padding-top:90px;
	line-height:20px;
}

#contentServices {	
	background-image:url(/img/spaceServices.jpg);
	background-repeat: no-repeat;
	height: 219px;
	width: 798px;
	margin-left: 6px;
	margin-bottom: 110px;
	}
	
#contentServices .contentServicesCopy {
	font-family:Georgia, Times, serif; 
	color: #c69c6d; 
	font-size: 15px; 
	padding-left: 300px; 
	padding-right: 30px; 
	padding-top:90px; 
	line-height:20px;
}

#contentContact {	
	background-image:url(/img/spaceContact.jpg);
	background-repeat: no-repeat;
	height: 219px;
	width: 798px;
	margin-left: 6px;
	margin-bottom: 110px;
}
	
#contentContact .contentContactCopy {
	font-family:Georgia, Times, serif; 
	color: #c69c6d; 
	font-size: 15px; 
	padding-left: 300px; 
	padding-right: 30px; 
	padding-top:90px; 
	line-height:20px;
}





/* ############################ BLURB PROPERTIES ############################ */

#blurbs {
	background-image:url(/img/blurbBack.jpg); 
	background-repeat:no-repeat; 
	background-position:center; 
	width: 798px; 
	height:153px; 
}

#blurbs .blurbLeft {
	float:left; 
	width: 235px; 
	margin-left: 190px; 
	margin-top:25px; 
	font-family:Georgia, Roman, Times, serif; 
	font-size:12px; 
	color:#FFFFFF;
}

#blurbs .blurbRight {
	float: right; 
	width: 200px; 
	margin-right: 28px; 
	margin-top:25px; 
	font-family:Georgia, Roman, Times, serif; 
	font-size:12px; 
	color:#FFFFFF;
}




/* ############################ BEGIN FOOTER SECTION ############################ */

.bottomSection {
	height: 88px;
	width: 796px;
	background-image: url(/img/bottomSection.jpg);
	background-repeat: no-repeat;
	margin-left: 4px;
	margin-top: 10px;	
}

#footer {
	width:798px;
	height: 40px;
	font-family:Georgia, Times, serif; 
	color: #009900;
	font-size: 11px;
	margin-top: -8px;
}

#footer .lefty {
	float: left;
	margin-left: 13px;
}

#footer .righty {
	float: right;
	margin-right: 13px;
}

#footer a:link {
	color: #009900;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #009900;
}
#footer a:hover {
	text-decoration: underline;
	color: #009900;
}