 /*  shhomestyle.css  */

body { 
  background-color: #A00211; 
  margin-top: 0px; 
  margin-right: 0px; 
  margin-left: 0px; 
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: center;
} 
#container {  
	width: 775px;
	margin: 0 auto;
	text-align: left;
}
#BannerSmall {
	width: 770px;
	heigth: 228px;
}
#mission {
	width: 700px;
	left: 20px;
}
#welcome { 
	float: left;
	width: 700px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCC99;
	clear: both;
}	

#menuContainer  {
	width: 770px;
}
#menuLeft {
	float: left;
	width: 200px;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menuRight {
	float: right;
	width: 200px;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

