@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.7%;
	margin: 0px;
	padding: 0px;
	background-color: #3f5b2a;
	
}


#container {
	width: 1024px;
	height: 768px;
	background: url(Wooddakota1a.jpg);
	background-repeat: no-repeat;
	margin: 20px auto 0px auto;
	border: 1px solid black;/*need this to keep the other divs in line*/
	/*background-color: #fff;*/
	}

.slideshow {
	width: 825px;
	height: 550px;
	margin: 125px 95px 0px 95px;
	border: 3px solid #3f5b2a;
	/*background-color: #fff;*/
	}
	
.footer {
	clear: both;
	width: 805px;
	height: 58px;
	padding:10px;
	margin: 5px 95px;
	/*border: 1px solid white;*/
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	line-height: normal;
	text-align: center;
	/*background-color: #fff;*/
	}
	
	
	/*PSEUDOCLASSES*/
 a {
	color:#3f5b2a;
	text-decoration: none;
}
 a:hover {
	color: #f4e7d1k;
	text-decoration: underline;
	font-weight: bolder;
	}
