/*CSS*/

body {
	text-align:left;
	/*font-family: "century gothic", trebuchet, helvetica;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #0F1A38;
	color: #184069;
	
}

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

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

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

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

div#mn-services{
	background: url(../images/services.jpg) no-repeat top left;
	width: 211px;
	height: 476px;
	margin:0;
	float:right;
	padding:0;
	}	

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

div#mn-flash{
	background: url(../images/flash.jpg) no-repeat top left;
	width: 575px;
	height: 360px;
	margin:0;
	float:left;
	padding:0;
	}	

div#mn-main {
	width: 978px;
	background-image:url(../images/repeater.jpg);
	background-repeat: repeat-y;
	float: left;
	}

div#mn-content{
	background: url(../images/content.jpg) no-repeat top left;
	width: 707px;
	margin: 0;
	float:left;
	padding:20px 30px;
	}	

div#mn-buttons{
	background: url(../images/buttons.jpg) no-repeat top left;
	width: 211px;
	height: 269px;
	margin:0;
	float:left;
	padding:0;
	}	
	
div#mn-bottom{
	background: url(../images/bottom.jpg) no-repeat top left;
	width: 978px;
	height: 18px;
	margin:0;
	clear: both;
	float:left;
	padding:0;
	}	

div#mn-footer {
	clear: both;
	float: left;
	width: 978px;
	}


	