/*CSS*/

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

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

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

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

div#mn-top {
	float: left;
	background-color: #EEE;
	}


div#mn-topleft {
	float: left;
	width: 640px;
	}

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

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

div#mn-content {
	float: left;
	width: 588px;
	background: url(../images/content.jpg) no-repeat top left #FFF;
	margin:0;
	padding:0 25px 3px 25px;
	border-left: 1px solid #DCD9D2;
	border-right: 1px solid #DCD9D2;
	border-bottom: 7px solid #C3C4B6;
	}
	
div#mn-content-gallery {
	float: left;
	width: 991px;
	background: url(../images/content.jpg) no-repeat top left #FFF;
	margin:0;
	padding:0 0 0 0;
	border-right: 1px solid #DCD9D2;
	}

div#mn-topright {
	float: left;
	width: 352px;
	overflow: hidden;
	}

div#mn-graphic {
	float:left;
	background: url(../images/graphic.jpg) no-repeat top left;
	width: 352px;
	height: 422px;
	margin:0;
	padding:0;
	}	
 
div#mn-gallery {
	float: left;
	width: 352px;
	height: 58px;
	background: url(../images/gallery.jpg) no-repeat top left;
	margin:0;
	padding:0;
	}
	
div#mn-lists {
	float: left;
	width: 992px;
	height: 292px;
	overflow: hidden;
	}
	.list {
		float: left;
		width: 248px;
		height: 292px;
		overflow: hidden;
		}
	#face {
		background:url(../images/face.jpg);
		}
	#body {
		background:url(../images/body.jpg);
		}
	#breast {
		background:url(../images/breast.jpg);
		}
	#skin {
		background:url(../images/skin.jpg);
		}
	


div#mn-footer {
	clear: both;
	float: left;
	width: 990px;
	padding-top:10px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat top left #C3C4B6;
	border-left: 1px solid #DCD9D2;
	border-right: 1px solid #DCD9D2;
	}
	
div#mn-clear {
	clear: both;
	float: left;
	width: 992px;
	}	