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

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

.clear { clear:both;}
/* HEADER - header.php */
/* ----------------------------------------- */


div#topLeftLinks{
	margin-top: 80px;
	margin-left:25px;	
}

div#topLeftLinks a{
color:#4DD1FD;
}
div#topLeftLinks a:hover{
color:#FFFFFF;
}

div#topLeftLinks p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div#topLeftLinks .style1{
font-weight:bold;
font-size:16px;
}

div#mn-banner {
	float: right;
	width: 776px;
	height: 259px;
	background: url(../images/banner2.jpg) no-repeat;
	overflow: hidden;
	}

div#mn-topnav {
	width: 990px;
	height: 110px;
	background-image: url(../images/topnav.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	}	

div#topWrap {
	height:430px;
	background: url(../images/topbg.jpg) no-repeat #000000;
	background-repeat: no-repeat;
	background-position: left top;
}



div#address{
	padding-top:10px;
	padding-left:225px;
	color:#999999;
	font-weight: bold;
}
div#address a{
	color:#FFF;
}
div#address a:hover{
	color: #4DD1FD;
}

div#address .whiteText{
color:#FFFFFF;
}

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat #888;
	width: 990px;
	height: 200px;
	overflow: hidden;
	}	
 
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: 640px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

div#mn-sidebar {
	float: right;
	width: 249px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;	
	}


/* 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;
	}