/* SITE SHELL */
/* ----------------------------------------- */

body 			{ background: url(../images/bg.jpg) top center repeat-x #DDDDDD; }
div.wrapper 	{ width: 980px; }


/* WRAPPERS */
/* ----------------------------------------- */

div.wrapper {
	width: 100%;
	float: left;
	clear: left;
	}

div.wrapper.wtop {
	height: 135px;
	background: #1E1918;
	}

div.wrapper.wnav {
	height: 28px;
	background: #E7A9B9;
	}

div.wrapper.wmid {
	height: 274px;
	background: url(../images/pattern.jpg) top center repeat-x;
	}

div.wrapper.wlinks {
	height: 107px;
	background: #A9A9A9;
	display: none;
	}

div.wrapper.wbottom {
	height: 251px;
	background: url(../images/pattern.jpg) top center repeat-x;
	}


/* HEADER - header.php */
/* ----------------------------------------- */

div#mn-banner {
	margin: 0 auto;
	width: 980px;
	height: 135px;
	background: url(../images/banner.jpg) no-repeat #000;
	overflow: hidden;
	}

div#mn-topnav {
	margin: 0 auto;
	width: 980px;
	height: 40px;
	}	

div#mn-icons {
	margin: 0 auto;
	background: url(../images/graphic.jpg) no-repeat #888;
	width: 980px;
	height: 274px;
	overflow: hidden;
	}	
 
div#mn-links {
	margin: 0 auto;
	width: 980px;
	height: 107px;
	overflow: hidden;
	}	
 
div#mn-main {
	clear: both;
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	}


/* SITE CONTENT - index.php */
/* ----------------------------------------- */

div#mn-content {
	float: left;
	width: 687px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sidebar {
	float: right;
	width: 243px;
	overflow: hidden;
	padding: 10px 0 20px;
	background: #A9A9A9;
	}


/* BOTTOM - footer.php */
/* ----------------------------------------- */

div#mn-footer {
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	}
