/*CSS*/

html {
	background: url(../images/pdc-html_bg.jpg) top center no-repeat #18110B;
	}

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

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

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

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

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

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

div#mn-graphic {
	float:left;
	background: url(../images/pdc-graphic.jpg) no-repeat ;
	width: 990px;
	height: 209px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
	
div#mn-contactform {
	float:left;
	background: url(../images/pdc-quick_contact.jpg) no-repeat ;
	width: 507px;
	height: 204px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
	
div#mn-thumbs {
	float:left;
	background: url(../images/pdc-button_bg.jpg) no-repeat ;
	width: 483px;
	height: 204px;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	#mn-thumbs a	{
		text-decoration:none;
		color:#603026;
		}
	#mn-thumbs a:hover	{
		text-decoration:underline;
		}	
 
div#mn-main {
	float: left;
	width: 990px;
	background:url(../images/pdc-content_bg.jpg) no-repeat #E3D8C0;
	}

div#mn-content {
	float: left;
	width: 656px;
	overflow: hidden;
	margin:0;
	padding:0 25px 10px 50px;
	}

div#mn-sidebar {
	float: right;
	width: 200px;
	overflow: hidden;
	margin:0;
	padding:0 25px 0 25px;
	}
	
div#mn-clear {
	clear: both;
	float: left;
	width: 990px;
	overflow: hidden;
	}		

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