
body { 
	background-color: #cbe5ac;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

#everything {
	background:url(bodybackground.png) no-repeat;
	margin: 0 auto;
	width: 1000px;
}

#header {
	background:url(headerbackground.png);
	height: 289px;
	width: 1000px;
	margin-bottom: -133px;
}

#navigation {
	width: 1000px;
	height: 34px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

	#navigation a, #navigation a:visited  {
		display: inline-block;
		height: 23px;
		padding-left: 8px;
		padding-right: 12px;
		position: relative;
			top: -12px;
		padding-top: 5px;
		text-decoration: none;
		color: #444444;
	}
	#navigation a:hover {
		background:url(hoverbackground.png) repeat-x;
	}
	#navigation img {
		margin-right: -4px;
	}

#mainContentWrapper {
	background:url(mainbodybackground.png) repeat-y;
	width: 1000px;
	margin-top: 98px;
}

#mainContent {
	position: relative;
		top: -98px;

} 

#leftColumn {
	width: 162px;
	padding-left: 40px;
	float: left;
	margin-top: 15px;
}
#centerColumn {
	width: 596px;
	float: left;
	margin-top: 15px;	
}
#rightColumn {
	width: 162px;
	padding-right: 40px;
	float: right;
	margin-top: 15px;	
}
	

.sectionbox {
	width: 164px;
	margin-bottom: 16px;
}
	.sectionHeader {
		background:url(sectionheaderbackground.png) no-repeat;
		height: 22px;
		padding-top: 7px;
		padding-left: 10px;
	}
	.sectionContents {
		background:url(sectionbackground.png) repeat-y;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 5px;
	}
	.sectionFoot {
		background:url(sectionfoot.png) no-repeat;
		height: 10px;
	}
	
	#_loginbox_ {
		font-family:Verdana, Geneva, sans-serif;
		font-size: 10px;
	}

#footer {
	background:url(footerbackground.png) repeat-x;
	width: 100%;
	height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
}

	#footer a, #footer a:visited {
		text-decoration: none;
		color: black;
	}
	#footer a:hover {
		color: white;
	}
	
a img { border: none; }	

#_menubox_contents ul {
	list-style: none;
	margin-left: -20px;
}
	#_menubox_contents ul ul {
		margin-left: -25px;
	}

	#_menubox_contents ul li {
		margin-bottom: 5px;
	}
	#_menubox_contents ul a, #_menubox_contents ul a:visited {
		text-decoration: none;
		color: black;
	}
	#_menubox_contents ul a:hover {
		color: #9FE46B;
	}