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

body 			{ background: url(../images/bg.jpg) top center repeat-x #35120C; }
div#mn-wrapper 	{ width: 998px; margin-top: 24px; }


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

div#mn-banner {
	float: left;
	width: 998px;
	height: 129px;
	margin: 0px;
	padding: 0px;
	background: url(../images/banner.jpg) no-repeat #000;
	overflow: hidden;
	}

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

div#mn-main {
	float: left;
	width: 998px;
	background:url(../images/main.jpg) repeat-y;
	overflow: hidden;
	}


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

div#mn-content {
	float: left;
	width: 707px;
	overflow: hidden;
	margin:0;
	padding:0 25px 30px 39px;
/*	background: url(images/content.jpg) no-repeat; */
	background: url(../images/content-clear.jpg) no-repeat;
	}
	
div#mn-content-gallery {
	float: left;
	width: 960px;
	overflow: hidden;
	margin:0;
	padding:0 10px 0 15px;
/*	background: url(images/content.jpg) no-repeat; */
	background: url(../images/content-clear.jpg) no-repeat;
	}

div#mn-mold {
	float: left;
	height: 365px;
	width: 248px;
	display: none;
	}

/*
div#content-graphic {
	position: absolute;
	top: 242px;
	left: 50%;
	margin: 0 0 0 -454px;
	overflow: hidden;
	height: 299px;
	width: 213px;
	}
	div#content-graphic img { height: 299px; width: auto; }
	*/

div#mn-sidebar {
	float: right;
	width: 215px;
	overflow: hidden;
	margin:0;
	padding:24px 12px 0 0;
	background: url(../images/sidebar.jpg) no-repeat;
	}


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

div#mn-footer {
	clear: both;
	float: left;
	width: 948px;
	padding:15px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat;
	}
	
/* HOME - page-home.php */
/* ----------------------------------------- */

div#mn-home-graphic {
	float: right;
	width: 382px;
	height: 523px;
	overflow: hidden;
	}
	
div#mn-home-banner {
	float: left;
	width: 616px;
	height: 124px;
	overflow: hidden;
	}
	div#mn-home-banner img { float: left; }

div#mn-home-list {
	float: left;
	width: 216px;
	height: 233px;
	overflow: hidden;
	background: url(../images/home-list.jpg) bottom left no-repeat;
	}
	
div#mn-home-content {
	float: left;
	width: 360px;
	height: 183px;
	padding: 50px 20px 0;
	overflow: hidden;
	background: url(../images/home-content.jpg) no-repeat;
	}
	
div#mn-home-icons {
	float:left;
	background: url(../images/home-nav.jpg) no-repeat #F44;
	width: 616px;
	height: 166px;
	margin:0;
	padding:0;
	}	
	div#mn-home-icons img { float: left; }

div#mn-home-nav {
	float:left;
	background: url(../images/home-nav.jpg) no-repeat;
	width: 998px;
	height: 55px;
	margin:0;
	padding:0;
	}	

	