body {
	text-align: left;
	background-color:#A00000;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*menu container*/

#top-head {
	width: auto;
	height: 173px;
	float: center;
	margin: 0;
	margin-right:auto;
	margin-left: auto;
    background:url(../img/top-head.gif) repeat-x
}

#head {
	width: 996px;
	margin: 0;
	margin-right:auto;
	margin-left: auto;
    padding-top: 20px;
	padding-bottom: 8px;
}

.menucontainer{
    width:996px;
	height:40px;
	margin-right:auto;
	margin-left: auto;
	border-top: 4px solid #e49200;
}
/*basic menu styling*/
.menu {
    float:left;
	font-family:"ËÎÌå", Arial;
	width:928px;
	position:relative;
	font-size:12px;
	color:#ffff00;
	font-weight:bold;
    background:url(../img/menu.gif) repeat-x bottom left;
	padding-left: 68px;	
}

.menu ul {
    padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	position:relative;
}
.menu ul li {
    float:left;
	position:relative;
	display:inline;
	background:url(../img/menu_mid.gif) no-repeat bottom right;
}
/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited {
    float:left;
	display:block;
	text-decoration:none;
	width:auto;
	color:#fcce43;
	padding:0px 24px 0px 24px;
	line-height:40px;
	height:40px;
}
* html .menu ul li a, .menu ul li a:visited {
    width:auto;
}
/*hide sub nav items*/
.menu ul li ul {display:none;}
/*clear the main nav bg*/
.menu ul li ul li{background:none;}
/*style for table of sub nav items*/
table {
    margin:-1px;
	border-collapse:collapse;
	font-size:12px;
}
/*specific to non IE browsers*/
/*main nav over state*/
.menu ul li:hover a {
    color:#ffff00;
	background: transparent url(../img/menu_now.gif) bottom left repeat-x;
}
/*show drop-down list*/
.menu ul li:hover ul {
    display:block;
	position:absolute;
	top:38px;
	margin-top:1px;
	left:0;
	width:100%;
	border-top:1px solid #fff;
}
/*drop-down on state*/
.menu ul li:hover ul li a {
    display:block;
	background:#e3e3e3;
	color:#333;
	height:auto;
	line-height:18px;
	padding:2px 16px 2px 16px;
	width:120px;
	border-top:1px solid #fff;
}
/*sub drop-down over state*/
.menu ul li:hover ul li a:hover {
    color:#fff;
	background: #B30000 url(../img/sub-arrow.gif) no-repeat;
	background-position: 4px 8px;
}

#mid {
	width:auto;
	height:auto;
	background-color:#DBAC6D;
}

#midbody {
	width: 996px;
	height:auto;
	margin: 0;
	margin-right:auto;
	margin-left: auto;
	background-color:#DBAC6D;
}

#content{
    width:590px;
	float:left;
	height:auto;
	text-align:left;
	font:"ËÎÌå";
    font-size:14px;
	text-indent:28px;
	line-height:24px;
	color:#603314;
	margin-left:80px;
	margin-bottom:75px;
}
#content h1{
    width:244px;
	height:36px;
	float:left;
	text-align:center;
	text-indent:0px;
	font:"ºÚÌå";
    font-size:14px;
	line-height:38px;
	color:#7A0000;
	background-image: url(../img/title.gif);
	background-repeat:no-repeat;
	margin-top:28px;
	margin-left:-32px;
	margin-right:360px;
	margin-bottom:18px;
}

#midbody .right_midbody {
    width:280px;
	height:auto;
	float:right;
	margin-top:80px;
	margin-bottom:75px;
}

img.framed { 
    padding: 2px ; 
	border: 3px solid #E8DCCC; 
	background-color: #D6AF78;
	margin-bottom:8px;
}

#regula_bottom {
	width: auto;
	height:32px;
	margin: 0;
	margin-right:auto;
	margin-left: auto;
	background-image: url(../img/main_bottom_line.gif);
	background-repeat: repeat-x;
}

#bottom {
	width:auto;
	background-color: #7a0000;
}

#fooder {    
	width: 996px;
	height:auto;
	margin: 0;
	margin-right:auto;
	margin-left: auto;	
	padding-top: 24px;	
}

#fooder p{
   font:"ËÎÌå", Arial;
   font-size:12px;
   color:#F4AA00;
   height:auto;
   line-height: 16px;
   padding-left:60px;
   padding-bottom:18px;
}