@charset "utf-8";

/* ********** GENERAL LAYOUT ********** */

body {
	background: #bac7a5 url(images/splash_bgtop.jpg) repeat-x top;
	margin: 0px;
	text-align: center;
}
img {
	border: none;
}
#preload {
	display: none;
}
#wrapper {
	margin: 0px auto;
	width: 1000px;
}

/* ********** FOOTER LAYOUT ********** */

#footer {
	background-image: url(images/splash_foottile.jpg);
	background-repeat: repeat-y;
}
#footerbottom {
	background-image: url(images/splash_footbottom.jpg);
	height: 37px;
	clear: both;	
}
#footerright {
	background: url(images/splash_footright.jpg) no-repeat top;
	float: right;
	height: 243px;
	width: 20px;
}
#footerleft {
	background: url(images/splash_footleft.jpg) no-repeat left top;
	margin-right: 20px;
	padding-left: 20px;
}
#footertop {
	background-color: #667e40;
	height: 11px;
}
#contentright {
	float: right;
	padding-left: 0px;
	text-align: left;	
	width: 230px;
}
#contentleft {
	margin-right: 230px;
}
#contentwrapper {
	min-height: 278px;
	padding: 23px 37px 23px 37px;
	text-align: left;
}

/* ********** MAGAZINE LAYOUT ********** */

#magwrapper {
	width: 202px;
}
#magtop {
	background: url(images/splash_magtop.jpg) no-repeat bottom;
	height: 43px;
}
#magmid {
	background-image: url(images/splash_magmid.jpg);
	height: 188px;
	padding: 0px 39px;
}

/* ********** TOP MENU ********** */

#topmenuwrap {
	position: absolute;
	width: 100%;
	text-align: center;	
	z-index: 5;
	left: 0px;
	top: 0px;
}
#topmenu {
	margin: 0px auto;
	padding-top: 63px;
	text-align: left;
	width: 940px;
}
