body {
	background-image: url(images/bg_main_wood.jpg);
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menu {
	float:left;
	width:158px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a.menu:link, a.menu:visited, a.menu:active {
	color: #422C16;
	font-weight: bold;
}
a.menu:hover {
	color:#FFFFFF;
	background-color: #B91A8A;
	font-weight: bold;
}
.footer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.title_bar {
	color: #FFEFBC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #60452A;
}
.whitetext {color: #FFFFFF}
.CRS_big {
	font-size: 18px;
	font-weight: bold;
}
.sm {font-size: 12px}
.challenges {
	font-size: 16px;
	font-weight: bold;
	color: #603913;
}
.main_paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #56381C;
	font-weight: bold;
}
	/* remove the list style */
#nav {
	margin:0; 
	padding:0; 
	list-style:none;
}		
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
#nav li {
	float:left;
	display:block;
	width:158px;
	background:#f4f3ef;
	position:relative;
	z-index:500;
	margin:0 1px;
}		
		/* this is the parent menu */
#nav li a {
	display:block; 
	padding:8px 5px 0 5px; 
	font-weight:700;  
	height:23px; 
	text-decoration:none; 
	color:#fff; 
	text-align:center; 
	color:#333;
}
#nav li a:hover {
	color:#b50004;
	background:#e8dbc3; 			
}	
		/* you can make a different style for default selected value */
#nav a.selected {
	color:#f00;
}	
		/* submenu, it's hidden by default */
#nav ul {
	position:absolute; 
	left:0; 
	display:none; 
	margin:0 0 0 -1px; 
	padding:0; 
	list-style:none;
}		
#nav ul li {
	width:158px;
	float:left;
	border-top:1px solid #fff;
}		
		/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;  
	height:15px;
	padding: 8px 5px; 
	color:#666;
}
#nav ul a:hover {
	text-decoration:underline;	
}
		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}
a:link {
	color: #FA070B;
}
a:visited {
	color: #FA070B;
}
a:hover {
	color: #E305B0;
}
