body {
	background-image: url(../_images/grass_background.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	text-align: center;
}
head{
}
.header {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-image: url(../_images/banner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 61px;
	width: 600px;
	vertical-align: middle;
	line-height: 61px;
}
.highlight {
	background-color: #336666;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
}

#main {
	width: 900px;
	background-position: center;
	float: none;
	clear: both;
	position: relative;
}

#content { 
width:750px;
height: 400px;
overflow: auto;
/* min-height:450px; /* for modern browsers */
/* height:auto !important; /* for modern browsers */
/* height:450px; /* for IE5.x and IE6 */

}#center {
	text-align: center;
	padding: 2px;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;

}

#navcontainer 
{ 
margin: 0 auto; 
width: 100%; 
text-align:center; 
display:inline; 
} 
