body {
	background-color: #825A32;
	text-align: center;
	margin: 0px;
}

#background {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 40px;
	position: relative;
	width: 680px;
	height: 440px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#snaketitle {
	position: absolute;
	top: 106px;
	left: 0px;
	border: none;
	z-index: 10;
}

#subhead {
	position: absolute;
	top: 29px;
	left: 29px;
	border: none;
	z-index: 20;
}

#man {
	position: absolute;
	top: 252px;
	left: 599px;
	border: none;
	z-index: 30;
}

#menu {
	position: absolute;
	width: 164px;
	top: 12px;
	right: 11px;
	border-top: solid 2px #825A32;
	border-left: solid 2px #825A32;
	border-right: solid 2px #825A32;
	z-index: 40;
}

.menuItem {
	position: relative;
	text-align: left;
	background-color: #993300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DC9B4B;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 2px #825A32;
	cursor: pointer;
}

a.menuItemLink {
	color: #DC9B4B;
	text-decoration: none;
}

.selectedMenuItem {
	position: relative;
	text-align: left;
	background-color: #660000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 2px #825A32;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	cursor: default;
}


#content {
	position: absolute;
	top: 262px;
	left: 252px;
	width: 329px;
	height: 139px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	z-index: 50;
}

#copyright {
	position:absolute;
	top: 410px;
	left: 0px;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #993300;
	z-index: 60;
}

#powered {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	font-size:11px;
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
div#powered a{
   font-weight:bold;
   font-size:11px;
   color: #FFFFFF;
   text-decoration:none;
}
/* --------------------- SEARCH BAR AREA START ---------------------- */
form#searchFormInput {
	position: absolute;
	height: 35px;
	width: 170px;
	left: 10px;
	bottom: 15px;
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

form#searchFormInput p {
	position: absolute;
	left: 8px;
	top: 8px;
	font-size: .7em;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

form#searchFormInput input#textInput {
	position: absolute;
	right: 35px;
	top: 5px;
	border: 1px solid #993300;
	width: 75px;
	font-size: .7em;
	padding: .1em;
	margin: 0;
	
}

form#searchFormInput input#submitInput {
	position: absolute;
	right: 10px;
	top: 5px;
	background-color: #ffcc66;
	font-size: .6em;
	color: #993300;
	border: 1px solid #993300;
}
/* --------------------- SEARCH BAR AREA END ---------------------- */