
*{ margin:0px; padding:0px;}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.header_bg{
	background:url(../images/header-bg.jpg) repeat-x;
	height:105px;}
	
.body_bg{
	background:url(../images/body-bg.jpg) repeat-x #5C3002;
	height:413px;
	}
	
#nav{width:504px;}	

#nav ul{ margin:0px; padding:0px;}

#nav ul li{
	float:left;
	list-style:none;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:5px 2px 0px 0px;
	height:28px;
	width:124px;
	background:url(../images/menu-normal.gif) no-repeat;
	}
	
#nav ul li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	
#nav ul li a:hover{ color:#FFD12B;}

.selected{
	/*background:url(../images/menu-hover.gif) no-repeat;*/
	width:124px;
	height:33px;
	color:#FFD12B;
	text-decoration:underline;
	}
	
.clear_both{ clear:both;}	

.text_bg{
	background:url(../images/box-middle.gif) repeat-y;
	width:472px;
	color:#000;
	padding:0px 15px 0px 15px;
	text-align:justify;
	}
	
.footer_bg{
	background:url(../images/footer-bg.jpg) repeat-x;
	height:90px;}	
	
.footer_link{ color:#fff; font-weight:bold; text-decoration:none;}	

.footer_link:hover{ color:#878788;}

.heading{
	color:#2F1D06;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 5px;
	}