@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(newimages/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #660000;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #513E2D;
}
.oneColFixCtr #container {
	width: 701px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: ceneter; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#navigation {
	position:absolute;
	left:10%;
	top:200px;
	width:149px;
	height:500px;
	z-index:5;
	background-color: #F3DB9B;
	background-image: url(images/navback.jpg);
}
#main_content {
	position:absolute;
	left:50%;
	margin-left:-360px;
	margin-top:190px;
	width:700px;
	height:457px;
	z-index:2;
	color: #210600;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	
}
#left {
	position:absolute;
	right:0%;
	top:0px;
	width:100px;
	height:306px;
	z-index:5;
	background-image: url(newimages/right.png);
}
#right {
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:306px;
	z-index:5;
	background-image: url(newimages/left.png);
}
#content {
	position:absolute;
	left:20%;
	top:auto;
	width:700px;
	height:905px;
	z-index:2;
}
#scroll {
	position:absolute;
	left:50%;
	margin-left:-285px; 
	margin-top:225px;
	width:550px;
	height:370px;
	z-index:9;
	overflow: auto;
	color: #210600;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	padding: 10px;
	
	 
}

#links {
	position:absolute;
	left:50%;
	margin-left:-285px;
	margin-top:705px;
	width:550px;
	height:100px;
	z-index:9;
	color: #210600;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	padding: 10px;	 
}

.oneColFixCtr #content #main_content #scroll h1 {
	background-position: center;
	text-align: center;
}
.oneColFixCtr #scroll h1 {
	text-align: center;
}



