/*CSS*/
html, body {
        _height: 100%;
        _overflow: auto;
        }	

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) top center repeat-x;
	background-color: #D9EDF9;
	}

/*  *********************************************  WRAPPER   *********************************************** */

div#mn-wrapper {
	margin: 0 auto;
	width: 1023px;
	padding: 0 0 0 0;
	}
	

/******************************* STRUCTURE *************************/

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

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

div#mn-flash {
	float:left;
	width: 1023px;
	height: 273px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-main {
	float:left;
	background: url(../images/sidebar.jpg) repeat-x;
	width: 1023px;
	}	
 
div#mn-video {
	float:right;
	width: 383px;
	/*height: 545px;*/
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-socialmedia {
	float:right;
	width: 383px;
	/*height: 545px;*/
	margin:0 0 30px 0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-sidebar {
	float: right;
	width: 238px;
	min-height: 400px;
	margin:0;
	padding:130px 25px 0px 25px;
	background: url(../images/sidebar.jpg) repeat-x; 
	overflow: hidden;
	display: none;
	}

div#mn-links {
	float:left;
	width: 635px;
	height: 130px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-content {
	float: left;
	width: 570px;
	min-height: 350px;
	margin:0;
	padding:0 35px 10px 35px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sunset {
	float:left;
	background: url(../images/sunset.jpg) no-repeat;
	width: 100%;
	height: 105px;
	margin:0;
	padding:0;
	}	
 
div#mn-footer {
	background: #E6E6E6;
	clear: both;
	width: 100%;
	padding:10px 0 20px 0;
	margin: 0 auto;
	}

