body {
	background: #4b3f00 
	
	/* url(images/a_back_g.gif) repeat-x ; */ 
}

body, td, th {
	color: #ff0000;
}

.content {
	border-style : solid;
	border-width: 0px;
	border-color: #000000;
	padding: 3px 10px;
}



h1, h2 {
	color: #ff0000;

}

h3 {
	color: #ff0000;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;

}

h4{
	color: #ff0000;
	line-height: 25px;
	padding: 15px;
}

h5{
	color: #ff0000;
	line-height: 25px;
	padding: 15px;
}

 h6 {
	color: #4b3f00;
}


a {
  color: #336600;
}






	ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:14px;
	font-weight:bold;
	text-transform:lowercase;
	background:transparent url("images/bg.jpg") repeat-x top left;
	font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;


}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color: #ff0000;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;

}
	
ul#menu li a:hover
{	
	color: #000000;
	background:transparent url("images/over.jpg") no-repeat top right;	
	
}
	