body {
	background: url(images/nav_stripe.gif) repeat-x;
	text-align: left;
	background-color: #301a03;
	margin: 0px;
	font:83%/1.5 tahoma;
	padding: 0px;
}
#container {
	width: 900px;
	text-align: left;
	top: 0 px;
	position: relative;
	margin: 0 auto;
}
#body {
	margin-top: 15px;
	width: 900px;
}
#header {
	text-align: center;
	margin-top: 16px;
	width: 900px;
}
body>#container {
	width: 900px;
}
/* NAVIGATION */
#navmenu{
	width: 900px;
	height: 25px;
	display: block;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #fcd7df;
	
}
body>#navmenu{
	width: 900px;
}

#navmenu ul{
	margin-left: 0;
	padding-left: 0;
 	margin-bottom: 0;
	display: inline;
}
#navmenu ul li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
	list-style: none;
    display: inline;
    padding-right: 50px;
} 
#navmenu ul li.last {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
	list-style: none;
    display: inline;
    padding-right: 0px;
} 
#navmenu a:link {
	color: #fcd7df;
	text-decoration: none;
}

#navmenu a:visited {
	color: #fcd7df;
	text-decoration: none;
}

#navmenu a:hover {
	color: #674b2e;
	text-decoration: none;
}
#copyright {
	margin-top: 10px;
	text-align: center;
	font-size: 80%;
	display: block;
	color: #fdfce7;
}
#logo {
	width: 700px;
	position: absolute;
	top: 35%;
}
#splash {
	position: absolute;
	top: 50%;
	left: 0%;
	height: 100px;
	width: 100%;
	background: url(images/splash_bg.gif);
	background-repeat: repeat-x;
	background-position:center center;
}
.splashimg {
	display: inline;
	margin: auto;
	border: solid 1px #FFFFFF;
}