/* SITE SHELL */
/* ----------------------------------------- */

body 			{ background: url(../images/bg.jpg) top center repeat-x #11110c; }
div#mn-wrapper 	{ width: 990px; }


/* HEADER - header.php */
/* ----------------------------------------- */

div#mn-banner {
	float: left;
	width: 990px;
	height: 129px;
	overflow: hidden;
	background-color: #000;
	/*background-image: url(../images/banner.jpg);*/
	background-repeat: repeat-x;
	}
	
div#mn-banner-inner {
	float: left;
	width: 990px;
	height: 129px;
	overflow: hidden;
	background-color: #000;
	background-image: url(../images/banner.jpg);
	background-repeat: repeat-x;
	}
	

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

div#mn-graphic {
	float:left;
	/*background: url(../images/graphic.jpg) no-repeat #888;*/
	width: 990px;
	height: 251px;
	overflow: hidden;
	}	
	

 
div#mn-main {
	float: left;
	width: 990px;
	overflow: hidden;
	background-color: #dde0d3;
	background-image: url(../images/repeater.jpg);
	background-repeat:repeat-y;
	background-position: right top;
	}

/* SITE CONTENT - index.php */
/* ----------------------------------------- */

div#mn-content {
	float: left;
	width: 640px;
	overflow: hidden;
	padding:15px 78px 30px 25px;
	background: url(../images/main.jpg) no-repeat;
	}

div#mn-sidebar {
	background-color:#80854d;
	float: right;
	width: 250px;
	height:258px;
	overflow: hidden;
	margin-right:-3px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 50px;
	border-top-style: solid;
	border-top-color: #dde0d3;
	}


/* BOTTOM - footer.php */
/* ----------------------------------------- */

div#mn-footer {
	clear: both;
	float: left;
	width: 940px;
	padding:15px 25px;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-y;
	}
	
#footerlegal a{
	color: #FFFFFF;	
}
	
/* ST TEXT SIZE page.php */
/* ----------------------------------------- */

#setTextSize{
	float:right;
	padding-top:17px;
	padding-right:15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	width: 232px;
	height: 37px;
	background: url(../images/main.jpg) right;
	text-align: right;
}


#setTextSize ul li	{	
	display:inline;
	}
	#setTextSize ul li a	{
		color:#41402C;
		}
	#setTextSize ul li	a:hover	{
		color:#FFF;
		}