/* MUD HUT */
/* ORANGE: #f90 */

* {margin:0;padding:0;}

html, body {
	margin:0 auto;
	background:#34180B url(../images/bg.jpg) repeat-x;
}

/********************************************/
/********************************************/
/********************************************/
/*********                   ****************/
/*********  GENERAL STYLES   ****************/
/*********                   ****************/
/********************************************/

div#wrap_all {
	width:740px;
	background:#C7B18B;
	border: 1px solid #DED1BC;
	border-top:none;
	padding: 10px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-weight: normal;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

h2 {color:#f90;font-weight:bold;font-size:12px;line-height:1.8;}

/********************************************/
/********************************************/
/********************************************/
/*********                   ****************/
/*********  MAIN NAVIGATION  ****************/
/*********      (HEADER)     ****************/
/*********                   ****************/
/********************************************/


div#header {width:740px;height:116px;margin:0 0 5px 0;}

#header img {float:left;border:0;width:105px;height:110px;}
#header ul {float:right;width:600px;text-align:right;margin:95px 0 10px 0;border:0px solid #f30;font-size:11px;color:#fff;}
#header ul li {display:inline;background: transparent;text-align:right;text-decoration:none;float:right;font-weight:bold;}
#header ul li#first {background:none;}

#header ul li a:link,
#header ul li a:visited {padding: 2px 15px;color: #fff;text-decoration: none;}

#header ul li a.current:link,
#header ul li a.current:visited,
#header ul li a.current:active {background: #f90;color:#fff;text-decoration:none;border-right:2px solid #fff;}
#header ul li a:hover {background: #623414;color:#fff;text-decoration:none;}

/********************************************/
/********************************************/
/********************************************/
/*********                   ****************/
/*********  MAIN NAVIGATION  ****************/
/*********      (HEADER)     ****************/
/*********                   ****************/
/********************************************/

div#bodycontent {width:738px;height:auto;background: #E3D9C6 url(../images/bg_content.gif) repeat-y;border:1px solid #fff;}
div#debug {width:738px;height:400px;background:#fff;}

#bodycontent img.mainimage {width:738px;height:210px;border:none;margin:0 0 10px 0;float:left;}
#bodycontent img.mainimage_home {width:494px;height:400px;border:none;}

#bodycontent p {margin:0 20px 20px 20px;width:440px;line-height:1.8;}


div#panel_right {width:220px;float:right;}
#panel_right p {margin:0;white-space:nowrap;width:auto;line-height:1.8;}


div#panel_right_home {float:right;width:244px;margin:-400px 0 0 0;padding:200px 0 0 0;background:#fff url(../images/mainimage_home_right.jpg) no-repeat top left;}
#panel_right_home p {text-align:left;margin:0 15px 10px 15px;width:auto;height:auto;line-height:1.6;}
#panel_right_home h2 {margin:0 0 0 15px;color:#f90;font-weight:bold;font-size:12px;line-height:1.8;}
#panel_right_home h1 {font-size:100%;font-weight:normal;line-height:1.6;margin-left:15px;}