/* Unchanged */
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color:#770500;
}
.left_bg{
	background-image:url(images/left_bg.gif);
	background-repeat:repeat-y;
}
.left_bottom{
	background-image:url(images/left_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:17px;
}
.menu{
	background-image:url(images/arrow_menu.gif);
	background-repeat:no-repeat;
	background-position:25px 3px;
	font-family:Tahoma;
	color:#FFF8E6;
	font-size:11px;
	padding:0px 0px 0px 40px;
	text-decoration:none;
}
.menu:hover{
	background-image:url(images/arrow_menu.gif);
	background-repeat:no-repeat;
	background-position:25px 3px;
	font-family:Tahoma;
	color:#DCAE63;
	font-size:11px;
	padding:0px 0px 0px 40px;
	text-decoration:none;
}
.menuhover{
	background-image:url(images/arrow_menu.gif);
	background-repeat:no-repeat;
	background-position:25px 3px;
	font-family:Tahoma;
	color:#DCAE63;
	font-size:11px;
	padding:0px 0px 0px 40px;
	text-decoration:none;
}

.inner_bg{
	background-image:url(images/inner_bg.gif);
	background-repeat:repeat-y;}
.menu_bg{
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-y;
}
.innertop{
	background:url(images/innertop.gif) no-repeat;
	background-position:bottom;
	height:52px;
}
.innerbottom{
	background-image:url(images/innerbottom.gif);
	background-repeat:no-repeat;
}

.mainbody_bottom{
	background:url(images/mainbody_bottom.gif) #F6E9D2 no-repeat;
	background-position:bottom;
	border-right:5px solid #770500;
}
.normaltext{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.bigredtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:29px;
	color:#640000;
	font-weight:bold;
}
.smallredtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#640000;
	font-weight:bold;
}

.allright{
	font-family:Tahoma;
	color:#F6E9D2;
	text-decoration:none;
	font-size:11px;
}
