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

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


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

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

div#mn-topnav {
	float:left;
	background: url(../images/topnav.png) no-repeat;
	width: 990px;
	height: 45px;
	padding-left:40px;
	}	

div#mn-graphic {
	float:left;
	background: url(../images/graphic.png) no-repeat bottom right;
	width: 990px;
	height: 314px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 990px;
	background:url(../images/main.jpg) repeat-y;
	overflow: hidden;
	}

div#mn-main-inside{
	float: left;
	width: 990px;
	background:url(../images/transparent-bk.png) repeat;
	overflow: hidden;
	}

/* SITE CONTENT - index.php */
/* ----------------------------------------- */
div#mn-home-content{
width:990px;
float:left;
padding:10px 0px;

}

div#mn-home-content .mn-home-tab{
padding:30px 20px 0 0 ;
margin-right:5px;
float:left;
width:305px;
height:230px;
overflow:hidden;
background: url(../images/tab.png) no-repeat;
text-align:center;
}
.mn-home-tab ul li a {
font-size:11px !important;
}


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

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


/* BOTTOM - footer.php */
/* ----------------------------------------- */
div#mn-footerwrap {
	clear: both;
	background: url(../images/footer.jpg) no-repeat top center;
}
div#mn-footer {
	width: 990px;
	padding: 25px 0;
	margin: 0 auto;
	}
