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

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


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

div#mn-banner {
	float: left;
	width: 990px;
	height: 118px;
	background: url(../images/banner.jpg) no-repeat;
	overflow: hidden;
	}

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 294px;
	height: 294px;
	}	

div#mn-graphic {
	float:left;
	/*background: url(../images/graphic.jpg) no-repeat;*/
	width: 696px;
	height: 294px;
	overflow: hidden;
	}	
	
div#mn-shop {
	float:left;
	width: 294px;
	height: 186px;
	overflow: hidden;
	}	
 
div#mn-icons {
	float:left;
	width: 696px;
	height: 186px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 990px;
	overflow: hidden;
	}


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

div#mn-content {
	float: right;
	width: 646px;
	overflow: hidden;
	padding:0 25px 30px 25px;
	}

div#mn-sidebar {
	float: left;
	width: 285px;
	overflow: hidden;
	padding:0 0 0 9px;
	}


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

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