BODY
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	background-color: #EEEECA;
	background-image: url("../graphics/backgrounds/homeBackground.gif");
	background-repeat: repeat-x;
}
#backgroundSecurer{
	position: absolute;
	background-color: #E7E7BC;
	height: 100%;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	border-left: solid 6px #DDDDAF;
	border-right: solid 6px #DDDDAF;
}
#siteWrapper{
	position: relative;
	background-color: #E7E7BC;
	height: 100%;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	border-left: solid 6px #DDDDAF;
	border-right: solid 6px #DDDDAF;
}
#topImage{
	position: relative;
	height: 372px;
}
#menuWrapper{
	position: absolute;
	background-color: #972800;
	border-left: solid 6px #BB7C55;
	border-right: solid 6px #BB7C55;
	height: 27px;
	width: 600px;
	left: 50%;
	top: 372px;
	margin-left: -300px;
	color: #FFF;
}
#contentWrapper{
	position: relative;
	background-color: #E7E7BC;
	width: 560px;
	top: 30px;
	padding: 20px 20px 40px 20px;
}

/* #Lists
---------------------------------------*/
div#menuWrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menuWrapper li{
	float: left;
	margin: 0;
	padding-left: 21px;
	padding-top: 6px;
}

/* #Links
---------------------------------------*/
div#menuWrapper a, a:visited{
	color: #FFF;
	text-decoration: none;
}
/* #Misc
---------------------------------------*/
p{
	line-height: 17px;
}
h1{
	font-size: 12px;
	font-weight: bold;
}