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

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


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

div#mn-banner {
	float: left;
	width: 955px;
	height: 136px;
	background: url(../images/banner.jpg) no-repeat #FFF;
	overflow: hidden;
	padding-right:35px;
	}
div#mn-banner p{
font-size:14px;
margin-top:60px;
}

div#mn-topnav {
	float:left;
	background: url(../images/top-nav.jpg) repeat-x #F44;
	width: 965px;
	height: 55px;
	padding-left:25px
	}	

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 990px;
	height: 143px;
	overflow: hidden;
	padding-top:171px;
	}	

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


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

div#mn-content {
	float: left;
	width: 920px;
	overflow: hidden;
	padding:15px 35px 30px 35px;
	background: url(../images/content.jpg) no-repeat #d3d3d3;
	}

div#mn-set-text{
font-weight:bold;
float:right;
padding:20px 15px 0 0;
font-size:16px;
}

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-footer {
	clear: both;
	float: left;
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-y #1b2146;
	}
	
/* TIME AND DATE */
/* ---------------------------------------- */

#date	{
	float:right;
	margin:0;
	padding:0;
	}
