body {	
	padding: 0;
	margin: 0px 0px 0px 0px;
	min-width: 840px;

	text-align: center;
	
	color: #1F1F1F;
	background-color: #C7E995;
	background-color: #D3D3D3;
	background-color: #FEE3C7;
	background-color: white;
	background: url(style_bodytile.gif) transparent repeat;
	
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

a img {
	border: none transparent 0px;
}
a,
a:active,
a:visited {
	color: #36281A;
	text-decoration: none;
}
a:hover {
	color: #184A06;
}

#wrapper {

	margin: auto auto auto auto;	/* This needs to be in here because firefox is an ass without it */
	padding: 0px 15px 0px 15px;
	
	position: relative;
	width: 615px;
	overflow: hidden;
	
	border: #36281A solid 1px;
	border-top-style: none;

	text-align: left;
	
	background: url(style_wrappertile.png) transparent repeat;
}

#contentBox {
	width: 605px;
	
	padding: 1px;
	border: #36281A solid 4px;	/* Match with navBox */
	
	background: white;
}
#contentTopSpacer {
	height: 140px;
	background: url(style_contenttopspacer.png) transparent no-repeat top left;
}
#content {
	position: relative;
	left: 10px;
	width: 575px;
	
	text-align: justify;
}
#contentFoot {
	width: 100%;
	/* background: url(style_contentFootBar.gif) transparent no-repeat top center; */
	/* padding: 3px 0px 0px 0px; */
	color: #565656;
	font-size: 0.7em;
	line-height: 1.3em;
}