body
{
	background-image: url(../../images/bg.jpg);
	color: #000000;  
	margin: 0;
	padding: 0;
	padding-top:10px;
	outline-style: none;
}

body, input, select, textarea, td, th
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 1em 0;
	color:Red;
}

html
{
	height: 100%;
}


#Menu
{
	padding: 0;
	padding-left:20px;
	background-color:#6c4a34;
	font-size:12px;
	
}

#Menu ul
{
	color: #FFF;
	font-weight: bold;
	height: 26px;
	left: 0px;
	line-height: 26px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	top: 0px;
	width: 100%;
}

#Menu ul li
{
	display: inline;
	margin: 0 12px;
	white-space: nowrap;
	width: auto;
}

#Menu ul li a
{
	background: Transparent;
	color: #FFF;
	text-decoration: none;
}

#Menu ul li.active,
#Menu ul li.active a
{
	background: Transparent;
	color: #fff799;
}

#Menu ul a:hover
{
	color:#e6d987;
}

#Header
{
	padding:0;
	padding-top:5px;
}

#Header a
{
	color:#6c4a34;
	text-decoration:none;
}

#Header a:hover
{
	text-decoration:underline;
}
	


