body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #003300;	
}
.content_area { padding: 15; }


#navigation {
	display:block;
	padding: 0;
	list-style: none;
	text-align:center;
	width:90%;
	margin:0px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	margin: 0;
	padding: 0;
}
#navigation ul li a {
	background: #FFFFFF;
	color: #003300;
	display: block;
	text-decoration: none;
	width: 150px;
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding:4px;
	padding-left: 8px;
	text-transform: lowercase;
}
#navigation ul li a:hover {
	background: #00502f;
	color: #FFFFFF;
	text-transform: lowercase;
}

.navigation_category {
	color: #FFFFFF;
	font-weight: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	/* float: left; */
	display:inline;
	position: relative;
	cursor:pointer; 
	cursor:hand;
	
}

#navigation li ul {
	padding: 0px;
	left: 0px;
	background-color: #d1c297;
	display: none;
	position: absolute;
	top: 100%;
	font-weight: normal;
	text-align:left;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#navigation li li {
	border-top: 1px solid black;
	margin: 0;
	padding: 0;
}

/* apply a hover function for IE */
#navigation li:hover ul, #navigation li.over ul{ display: block; }


/* Fix for IE's TLBR problem */
/* #navigation li > ul { top: auto; left: auto; } */

.nav_dividers {
	color: #003300;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin:5px;
}


.footer {
	font-family: "Times New Roman", Times, serif;
	color: #002c1a;
	font-size: 15px
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #002c1a;
}

.small_text {
font-size: 12px;
font-style: italic;
color: #CB9348;
}