body,p,td{
	font-family:	verdana,Arial;
	font-size:	12px;
	color:		#09311E;
	line-height:	180%;
}
h1{
	font-size:	20px;
	font-weight:	500;
	line-height:	180%;
	margin-bottom:	-2px;
}
h2{
	font-size:	16px;
	font-weight:	500;
	line-height:	180%;
	margin-bottom:	-2px;
}
a{
	color:		#000;
	text-decoration:none;
}
a:hover{
	color:		#040;
	text-decoration:underline;
}

#logo_box{
	width:		950;
	margin-left:	auto;
	margin-right:	auto;
	margin-top:	20;
	text-align:	left;
	height:		70;
	background:	#fff;
	border-top:	1px solid #bbb;
	border-left:	1px solid #bbb;
	border-right:	1px solid #bbb;
}
#menu_box{
	width:		950;
	height:		20;
	margin-left:	auto;
	margin-right:	auto;
	text-align:	left;
	line-height:	18px;
	color:		#fff;
	background:	#00371E;
	background:	url('images/menu_bg.gif');
	border-left:	1px solid #bbb;
	border-right:	1px solid #bbb;
}
#body_box{
	width:		950;
	height:		460;
	margin-left:	auto;
	margin-right:	auto;
	text-align:	left;
	color:		#09311E;
	background:	#BEB119;
	background:	url('images/pattern3.jpg');
	background-attachment: fixed;
	border-left:	1px solid #bbb;
	border-right:	1px solid #bbb;
	border-bottom:	1px solid #bbb;
}
#area_box{
	width:		950;
	height:		460;
	margin-left:	auto;
	margin-right:	auto;
	text-align:	left;
	color:		#09311E;
	background:	#BEB119;
	background:	url('images/bg_light.jpg');
	border-left:	1px solid #bbb;
	border-right:	1px solid #bbb;
	border-bottom:	1px solid #bbb;
	overflow:	auto;
}
#body_box_front{
	width:		950;
	height:		460;
	margin-left:	auto;
	margin-right:	auto;
	text-align:	left;
	color:		#000;
	background:	#BEB119;
	background:	url('images/body2.jpg');
	border-left:	1px solid #bbb;
	border-right:	1px solid #bbb;
	border-bottom:	1px solid #bbb;
}
#footer_box{
	width:		950;
	left:		auto;
	right:		auto;
	text-align:	right;
	font-size:	9px;
	color:		#637169;

}
.room{
	height:		15;
}
.highlight{
	color:		#F7A500
}
.menuitem{
	text-decoration:none;
	color:		#fff;
}
.menuitem:hover{
	text-decoration:none;
}
.menuitem_highlight{
	text-decoration:none;
	color:		#000;
}
.menuitem_highlight:hover{
	text-decoration:none;
	color:		#000;
}
.trigger {
	position:	relative;
	cursor:		pointer;
	z-index:	2;
	font-weight:	900;
}
.submenu {
	width:		121;
	position:	absolute;
	visibility:	hidden;
	overflow:	visible;
	z-index:	20;
	cursor:		pointer;
	margin:		0 0 0 0;
}
.submenuitem{
	font-family:	verdana;
	font-weight:	500;
	color:		#fff;
	background:	#9DA72D;
	text-decoration:none;
	text-transform:	uppercase;
	padding:	6 5 3 10;
	font-size:	11px;
	border-right:	2px solid #988E1E;
}

