 /*  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;
} 
#Banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 770px;
	heigth: 228px;
}
#mission {
	position: absolute;
	top: 120px;
	width: 700px;
	left: 20px;
}
#welcome {
	position: absolute;
	top: 180px;
	width: 700px;
	left: 20px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCC99;
}	
#newscolumn {
	position: absolute;
	top: 180px;
	width: 400px;
	left: 320px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#LinksLeft {
	position: absolute;
	padding: 0;
	left: 50px;
	top: 550px;
	width: 200px;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#LinksRight {
	position: absolute;
	left: 520px;
	top: 550px;
	width: 200px;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#DoorWay {
	position: absolute;
	left: 250px;
	top: 500px;
	width: 250px;
}