/* MrMax */


/* Layout */ 

body {
	margin: 10px;
	background: #d7d6c2; 
}
#wrapper {
	width: 848px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

#titleheader {
	height: 69px;
	background: url(../images/banner-top.jpg) no-repeat left top;
}

#banner {
	height: 197px;
	margin: 0 auto;
	border:0;
}

/*********************************************/


#main-menu {
	width: 848px;
	height: 28px;
	padding: 10px 0 0 0px;
	margin: 0 auto;
	border-top: 2px #ebc455 solid;
	background: url(../images/banner-bottom.jpg) no-repeat left top;
	position: relative;
	text-align: center;
	
	
}

#main-menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	line-height:25px;
	
	border: none;
	color: #fff;
	z-index:999;
	padding: 2px 30px 2px 30px;
	/* use padding rather than display:block to avoid IE hacks */
	

}
#main-menu a:hover {
	/*background: #d7d6c2;*/
	color: #ebc455; /*#350207;*/
	
}



/*********************************************/

/* Top Text Menu */

#top-menu {
	margin: 3px auto;
	padding: 0;
	width: 848px;
	height: 15px;
	color: #999966;
}
#top-menu #top-left {
	float: left;
}
#top-menu #top-right {
	float: right;
}
#top-menu #top-left a, #top-menu #top-right a {
	margin: 0 2px;
}
#top-menu #top-left a.first {
	margin: 0 2px 0 0;
}
#top-menu #top-right a.last {
	margin: 0 0 0 2px;
}
#top-menu a:link, #top-menu a, #top-menu a:visited {
	color: #999966;
	text-decoration:none;
	font-size: 1.2em;
}
#top-menu a:hover {
	color: #e2bf6b;
	text-decoration:none;
}



/*********************************************/


#sidebar {
	float: left;
	width: 220px;
	padding: 20px 20px 0 20px;
	color: #315081;
	background: transparent;
}
#sidebar p {
	margin:0;
	padding:5px 0 5px 0;
}
#sidebar img {
	
}


/*********************************************/


#page {
	background: #fff;
	width: 848px;
	margin: 0 auto;
	
	
}

#content {
	float: right;
	width: 540px;
	padding: 20px 20px 20px 28px;
	background: #fff;
	min-height: 330px;
}

/*********************************************/







#footer {
	width: 848px;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	border-top: 3px solid #633;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #996;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 11px;
	text-align: center;
	color: #996;
}
#footer a {
	color: #663333;
	font-size: 11px;
}



/***********************************************/









/* end Layout */
