body {
	font-family: "arial","lucida bright","gills sans","Arial", sans-serif;
	font-size:small;
	margin:0px;
	color:#FFFFFF;
	background-image:url(../img/mainbg.jpg);
	background-repeat:no-repeat;
	background-color: #000000;
	background-attachment: scroll; 
	background-position:top center;
}
#menu{
	z-index:3;
	/*margin-left:200px;*/
	top:120px;
	left:86px;
	height:24px;
	width:800px;
	/*padding-left: 500px;*/
	position:absolute;
	margin:0px;
	padding:0px;
	color:#600;
	/*overflow:hidden; /* this is b/c IE is stupid */
}
#menu ul {
	list-style:none;
}
#menu li {
	font-size:16px;
	float: left;
	margin: 0 0.15em;
	padding: .1em;
	height:24px;
}
a {
	height:24px;
	top:0;
	color: #4E2727;
	text-decoration:none;
	padding:.2em;
}
a:visited {
	height:24px;
	top:0;
	color:#633;
	text-decoration:none;
}
a:hover{
	color: white;
	background-color:#633;
	text-decoration:underline;
}
#content{
	background-image:url(../img/main_content.jpg);
	position: relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-right:3px;
/*background-color:#000000;
	opacity:.9;*/
	/*z-index:1;*/
	width:880px;
	height:756px;
}
#textbody{
	font-size:14px;
	text-indent:0px;
	position:relative;
	left:140px;
	top:160px;
	width:400px;
	padding-right:50px;
	height:500px;
	overflow:hidden;
	color:#000;
}
