#wrapper {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	
}
body {
	background-color: #371F00;
	text-align: center;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bold;
	color: #FF9912;
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #FF9912;
}

h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #FFE7BA;
}

p {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	color: #FFE7BA;
	font-size: 13px;
	line-height: 18px;
}

#main a {
	color: #9ACD32;
}

#main {
	width: 800px;
	margin: 10px auto 0px;
	padding: 10px;
	background-color: #8B4500;
}

#navMenu {
	margin: 0px auto;
	padding: 0px 10px;
	position: relative;
	width: 800px;
	float: none;
	background-color: #CC3300;
	background-image: url(/httpdocs/images_new/logo3.gif);
	background-image: url(/images_new/logo3.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	height: 35px;
}

#navMenu li {
	list-style-type: none;
	display: inline;
	margin-left: 0px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #CD3700;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FF9912;
	font-weight: normal;
	float: right;
	height: 35px;
	line-height: 50px;
	clear: none;
}
#navMenu a:hover {
	color: #87CEFA;
}
#navMenu a {
	color: #FF9900;
	text-decoration: none;
}
#main ul {
	font-family: "Courier New", Courier, mono;
	list-style-type: none;
	color: #87CEFA;
}
#main a:hover {
	color: #FF9900;
}
#pixxx {
	margin: 5px 10px 10px 20px;
	padding: 0px;
	float: right;
	width: 250px;
	clear: both;
	border: 1px solid #FF9900;
}

#pixxx2 {
	margin: 5px 20px 10px 0px;
	padding: 0px;
	float: left;
	width: 250px;
	clear: both;
	border: 1px solid #FF9900;
	overflow: hidden;
}

