@charset "utf-8";
body {
	font-family: Papyrus, Georgia, "Times New Roman", Times, serif;
	background:#003333;
	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: #003333;
}

.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#669966;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #003333;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	position:relative;
}

#header
{
width:100%;
height:150px;
background-image:url(img/header.gif);
background-repeat:no-repeat;
top:50px;
border-color:#996600;
border-bottom-style:ridge;
border-bottom-width:thin;
}

#menu
{
	top:150px;
	height:45px;
	width:100%px;

}

#divhalf
{
	position:absolute;
	background-color:#669966;
	color:#000000;
	font-size:12px;
	padding:5px;
	top: 200px;
	
	}

#divfullwidth
{
	position:absolute;
	background-color:#669966;
	color:#000000;
	width:950px;
	padding:2px;
	font-size:12px;
	}

#divfooter
{
	position:absolute;
	width:950px;
	padding:2px;
	font-size:12px;
	
	
}



.style9
{font:Papyrus;
font-size:15px;
color:
}
