@import url("style-v2.css");
@import url("nav.css");
@import url("contact.css");
@import url("sexybuttons.css");

/*CSS*/

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

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

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

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

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

div#mn-flash {
	float:right;
	/*background: url(../images/graphic.jpg) no-repeat;*/
	width: 807px;
	height: 428px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-main {
	float: left;
	width: 989px;
	background:url(../images/main.jpg) repeat-y;
	}

div#mn-content {
	float: left;
	width: 700px;
	margin:0;
	padding:0 10px 10px 10px;
	background: url(../images/content-v2.jpg) no-repeat;
	overflow: hidden;
	}

div#mn-sidebar {
	float: right;
	width: 268px;
	height: 390px;
	margin:0;
	padding:0;
	background: url(../images/sidebar-v2.jpg) no-repeat;
	}
	
div#mn-clear {
	clear: both;
	float: left;
	width: 989px;
	overflow: hidden;
	}		

div#mn-footerwrapper {
	clear: both;
	width: 100%;
	background: #000;
	}

div#mn-footer {
	width: 939px;
	padding:15px 25px;
	margin: 0 auto;
	}
span.img-rollover{
	width: 350px;
	height: 125px;
	display: block;
	overflow: hidden;
	position: relative;
   }
span.img-rollover a:hover{
	top: -125px;
	position: relative;
   }
