/* CSS Document */
#allcontent {
		width: 880px;
		padding-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		background-color:#333333;
		border: dashed thin black;
		}
		
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;
		
		}
		
		
		
#bottom	{
		text-align:center;
		color:#FFFFFF;
		font-size:16px;
		font-weight:bold;
		
		}
		
		
	

#main {
		background-image: url('images/lighttile.jpg');
		background-repeat: repeat;
		font-size: 105%;
		padding: 15px;
		margin: 7px 10px 10px 10px;
		border: dashed thin #000000;
	
		}
		
#main p {
		line-height: 20pt;
		}
		
#main h1 {
		color:#2A7E26;
		}
		
.floatright { 
		float: right;
		margin-left: 30px;
		 }
.floatleft { 
		float: left;
		margin-left: 30px;

}
		


#footer {
		color:#000000;
		text-align: center;
	
}

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;
	
}

