/*CSS*/

html {
	background: url(../images/ss-html_bg3.jpg) top center no-repeat #766458;
	}

body {
	margin: 42px 0 0 0;
	padding: 0px;
	}

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


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

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

div#mn-banner {
	float: left;
	width: 307px;
	height: 107px;
/*	height: 110px; */
	margin: 0px;
	padding: 0px;
	background:url(../images/ss-logo.jpg) no-repeat ;
	overflow: hidden;
	}

div#mn-topnav {
	float:left;
	background: url(../images/ss-nav_bg.jpg) no-repeat ;
	width: 679px;
	height: 107px;
/*	height: 110px; */
	margin:0;
	padding:0;
	}	

div#mn-graphic {
	float:left;
	background: url(../images/ss-flash.jpg) no-repeat;
	width: 986px;
	height: 218px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	

div#mn-boxes {
	float: left;
	width: 986px;
	background: url(../images/ss-boxes.jpg);
	}	
	

.mn-boxcontainer {
	float:left;
/*	background: url(../images/ss-box_bg.jpg) no-repeat; */
	width: 290px;
	height: 125px;
	margin:0;
	padding:0 15px 0 20px;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 986px;
	background: url(../images/ss-content.jpg) no-repeat #FFF;
	}

div#mn-content {
	float: right;
	width: 611px;
	overflow: hidden;
	margin:0;
	padding:0 25px 10px 25px;
	}

div#mn-sidebar {
	float: left;
	width: 273px;
	overflow: hidden;
	margin:0;
	height:300px;
	padding:0 25px 0 25px;
	background:no-repeat #EEE9DB;
	border-top:7px solid #AF2D65;
	border-right:2px solid #DCD4C2;
	border-bottom:2px solid #DCD4C2;
	}
	
div#mn-clear {
	clear: both;
	float: left;
	width: 986px;
	overflow: hidden;
	}		

div#mn-footer {
	clear: both;
	float: left;
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	}