html {
	height: 100%;
	
}
a:link {
	color: #006666;
	text-decoration: underline;
	font-style: italic;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #006699;
}
a:active {
	color: #669900;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(images/grass_pattern.jpeg);
}

#layout {
	margin-right: auto;
	margin-left: auto;
	width: 954px;
	
	font-family: arial, verdana, sans-serif;
	font-size: small;
}
#DSLeft {
	width: 38px;
	height: 100%;
	float: left;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-image: url(images/DSLeft.png);
	background-repeat: repeat-y;	
}
#page {
	width: 862px;
	height: 100%;
	float: left;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-color: #FFFFFF;	
}
#DSRight {
	width: 42px;
	height: 100%;
	float: left;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	background-image: url(images/DSRight.png);
	background-repeat: repeat-y;
}#banner {
	height: 320px;
	width: 886px;
}
#menu {
	height: 33px;
	width: 571px;
	background-color: #CC3399;
	z-index: 2;
	float: left;
}

#nav {
	width:	571px;
	height:	33px;
	position: relative;
	background: url(images/M_Menu.gif);
	margin: 0;
	padding: 0;
	}
	
#nav li{
	float:left;
	list-style-type: none;
}

#nav li a {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:33px;
	background:url(images/M_Menu.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}

li#nav_history a{
	left:0px;
	width:78px;
	background-position:0px 0px;
}
li#nav_gallery a{
	left:78px;
	width:82px;
	background-position:-78px 0px;
}
li#nav_location a{
	left:160px;
	width:92px;
	background-position:-160px 0px;
}
li#nav_events a{
	left:252px;
	width:78px;
	background-position:-252px 0px;
}
li#nav_faqs a{
	left:330px;
	width:61px;
	background-position:-330px 0px;
}
li#nav_contactus a{
	left:390px;
	width:181px;
	background-position:-390px 0px;
}

li#nav_history a:hover{
		background-position:0px -33px;
}
li#nav_gallery a:hover{
		background-position:-78px -33px;
}
li#nav_location a:hover{
		background-position:-160px -33px;
}
li#nav_events a:hover{
		background-position:-252px -33px;
}
li#nav_faqs a:hover{
		background-position:-330px -33px;
}
li#nav_contactus a:hover{
		background-position:-390px -33px;
}

#content {
	float: left;
	width: 600px;
	margin: 0px;
	padding-right: 20px;
	padding-left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}#banner {
	width: 195px;
}
#sponsor {
	float: left;
	width: 195px;
}
#smallprint {
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
#quote {
	font-size: 20px;
	font-style: italic;
	color: #333333;
	line-height: 26px;
}
