/* CSS Document */
#allcontent {
		width: 880px;
		padding-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		background-color:#333333;
		
		
		}
		
body {
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		background-image: url('images/woodbackground2.jpg');
		background-repeat:repeat;
		background-attachment: fixed;
		background-position:center;
		}
		

#nav {
		
	}

#main {
		background-image: url('images/bigba2ck.png');
		background-repeat: repeat;
		font-size: 105%;
		
	
		
		width: 880px;
		text-align:center;
		
		
		}
		
#main p {
		line-height: 20pt;
		color: white;
		}
		
#main h1 {
		color:white;
		}
#main h3 {
		color: white;
		}		

#footer {
		color:#FFFFFF;
		text-align: center;
	
		}
#map {
		border: thin solid black;
		}
		#bottom	{
		text-align:center;
		color:#FFFFFF;
		font-size:16px;
		font-weight:bold;
		
		}
			

a:link{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	
}