/*CSS*/

html {
	margin: 0;
	padding: 0;
	background: url(../images/bg_html.jpg) top center no-repeat #666;
	}

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

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

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

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

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

div#mn-topnav {
	float:right;
	background: #FFFFFF;
	width: 987px;
	height: 41px;
	margin:0;
	padding:0 0 0 0;
	}	

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat;
	width: 987px;
	height: 330px;
	margin:0;
	padding:0;
	}	
	
div#mn-tn_graphic1 {
	float:left;
	background: url(../images/tn_procedures.jpg) no-repeat;
	width: 240px;
	height: 333px;
	margin:0;
	padding:0;
	}
	
.mn-tn_graphic_2_3 {
	float:left;
	width: 233px;
	height: 333px;
	margin:0;
	padding:0;
	}
	
	
	
div#mn-services_bg {
	float:left;
	background: url(../images/services_bg.jpg) no-repeat;
	width: 281px;
	height: 251px;
	margin:0;
	padding:0;
	}
 
div#mn-main {
	float: left;
	width: 987px;
	background:url(../images/main.jpg) repeat-y;
	}

div#mn-sidebar {
	float: left;
	width: 281px;
	margin:0;
	padding:0;
	color:#FFFFFF
	}
	
div#mn-content {
	float: left;
	width: 656px;
	margin:0;
	padding:0 25px 10px 25px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-clear {
	clear: both;
	float: left;
	width: 987px;
	overflow: hidden;
	}		

div#mn-footer {
	clear: both;
	float: left;
	width: 987px;
	background: url(../images/footer.jpg) no-repeat #FFFFFF;
	padding-top:10px;
	margin: 0 auto;
	}

