@charset "UTF-8";
/* CSS Document */
body {
	margin:0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
#container{width:997px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding: 10px;
	background-color:#828d58;
	min-height: 600px;
}
#Top {
	width:880px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding: 0px;
	background-color:#828d58;
}
#Content {
	width:885px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding: 0px;
	background-color:#828d58;
}

	


#Footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #828d58;
					font-size: 60%;
					font-weight: 400;
					letter-spacing: 3px;
					text-align: center;
					
					}
#Footer a:hover { color: #000;
	
	}
#Footer a {
	color: #fff;
	text-decoration:none;
	}
#Footer p{ font-size: 9px; padding: 5px;  text-align:left}
#Footer h2 {color: #fff;
					font-size: 16px;
					font-weight: 400;
					letter-spacing: 3px;
					padding: 2px; text-align:left
					}
#Copyright {
	text-align:center; /* Counteract to IE5/Win Hack */
	color: #fff;
	font-size: 8px;
	width:100%;
	position:absolute;
	top:545px;
	left: 0px
}

#menu {
	width:190px;
	float:left;
	background-color:#828d58;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style: none;
	margin: 5px;
	padding: 0px;
	background-color: #566422;
}
#menu ul li a {
	list-style: none;
	font-size: .6em;
	font-weight: normal;
	text-decoration:none;
	color:#fff;
	padding-left: 15px;
	padding-right: inherit;
	line-height: 2.9em;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu a:hover {
	list-style: none;
	font-size: .6em;
	font-weight: bold;
	color:#000;
	padding-left: 15px;
	padding-right: inherit;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#FFF;
	display:block;
	border:none;
}
.right {
	float: right;
}
#Top h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	text-align: right;
	color: #fff;
	letter-spacing: 2px;
}
.search {
	border: none;
	text-transform: uppercase;
	color: #fff;
	background: none;
	padding-right: 2px;
	font-size: 10px;
}
a:hover{
	 border-bottom: 1px dotted #828d58;
	}
