body, p, br, tr, td, ul, ol, div, input, textarea,reset,submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #874820;
}
body {
	margin: 0px;
	padding: 0px;
	background: #231716;
}
#g_tbl {
	background: #231716;
	border: 1px solid #874820;
}
a:link, a:visited {
	color: #622702;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #8d3802;
}

/*   START MENU   */
#nav, #nav ul { /* all lists */
	padding-left:15px;
	margin: 0;
	list-style: none;
	height: 27px;
	background: url(images/menu_bg.gif);
}

#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	color: #874820;
}

#nav a:active, #nav a:hover {
	display: block;
	text-decoration: none;
	color: #BD9C7E;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	margin-right: 14px;
	height: 27px;
	line-height: 27px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #231716;
	width: 220px;
	padding-top: 2px;
	height: 55px;
	margin: 0;
	border: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding: 0;
	margin: 0;
}
#nav li li {
	/*padding-top: 2px;*/
	margin: 0;
	height: 16px;
	line-height: 16px;
	color: #BD9C7E;
	padding: 0;
}

#nav li li a:link, #nav li li a:visited {
		width: 220px;
		float: left;
	display: block;
	color: #BD9C7E;
}

#nav li li a:hover, #nav li li a:active {
		width: 220px;
		float: left;
	display: block;
	color: #874820;
}


#newsl div { 
	position: absolute;
	background: #231716;
	width: 220px;
	padding-top: 22px;
	height: 55px;
	margin: 0;
	border: none;
	float:right;
}

/*   END MENU   */
#content {
	background: url(images/content_bg.jpg) bottom repeat-x;
}
.black_border {
	border: 1px solid #231716;
}
#thumbs td img {
	border: 1px solid #874820;
}
.myform {
	width: 200px;
	border: 1px solid #874820;
}
.myforml {
	width: 100px;
	border: 1px solid #874820;
	background-color: #231716;
}
.submit {
	background: url(images/menu_bg.gif);
	height: 27px;
	width: 65px;
	border: none;
}
.submit_newsl {
	background: url(images/newsl_bg2.gif);
	height: 23px;
	width: 70px;
	border: none;
}
#footer td a {
font-size: 10px;
	text-align: center;
	color: #BD9C7E;
	text-decoration: none;
}
.bullets {
	list-style-image: url(images/bullet.gif);
} 