@charset "utf-8";
/* CSS Document */

body {
	line-height: normal;
	background-color:#000000;
	color: #000000;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(Images/bkg_yellow2.jpg);
	background-repeat: repeat;
	}

#header {
	background-color:#611E0D;
	height: 117px;
	top: 2%;
	padding-top: 7px;
	min-width: 690px;
}
	
#Container {
	width: 65%;
	position: absolute;
	height: 300px;
	left: 186px;
	top: 175px;
} 

#MainNav ul {
	list-style-type: none;
	color: #FFF;
	width: 96%;
	font-size: 90%;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 15px 0 0 0;
	line-height: 2em;
}

li { display: inline; }

li a{
	text-decoration: none;
	background-color: #6C311E;
	color: #FFFFFF;
	border: 1px outset #611e0d;
	margin-right: 0.2em;
	padding: 0.2em 1em 0.2em 1em;
}


ul#NavList li a:hover, ul#NavList li#active a:hover {
	background-color:transparent;
	border: 1px inset #5b2a19;
	color: #ffffff;
}

ul#NavList li#active a {
	color: #ffffff;
	background-color: #000000;
	border: thin inset #333333;
}

#images-left {
	position:fixed;
	top:155px;
	width: 115px;
	height: 96%;
	padding-left: 0px;
	padding-right:0px;
	z-index:5;
	margin-left: 25px;
	left: 2%;
	overflow: hidden;
	}	
	
#images-right {
	position:fixed;
	top:165px;
	width: 115px;
	height: 96%;
	padding-left: 0px;
	padding-right:0px;
	z-index:0;
	right: 2%;
	margin-right: 25px;
	overflow: hidden;
	}	

#mainbody {
	float:left;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: left;
	height: 275px;
	width: 75%;
}

#ads {
	position: absolute;
	left: 25%;
	top: 95%;
	z-index: 10;
}

#ads img {
	margin-right: 10px;
	border: 0px groove #611e0d;
}

#images-left img, #images-right img {
	margin-bottom: 10px;
	border: medium groove #611e0d;
}

#Container #mainbody h2 {
	font-size: x-large;
	font-weight: bold;
	text-align: left;
	display: inline-block;
}

#mainbody h1 {
	font-size: x-large;
	font-style: italic;
	font-weight: bolder;
	display: inline;
	line-height: 1.2em;
	letter-spacing: .2em;
}

#mainbody h4 {
	margin-bottom: 1.5em;
	font-style: italic;
	font-weight: normal;
}

