/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 980px;
	color: #333;
	height: 69px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	width: 980px;
	color: #333;
	margin: 0px;
}
#contentflash {
	width: 980px;
	color: #333;
	margin: 0px;
	height: 375px;
	text-align: center;
	background-image: url(img/backflash.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 100%;
	color: #333;
	background-image: url(img/backfooter2.jpg);
	background-repeat: repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 120px;
	bottom: 0px;
}
#footer3 {
	width: 100%;
	color: #333;
	
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100px;
	bottom: 0px;
	background-color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #653824;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #653824;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #653824;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #653824;
}
#footer2 {
	width: 980px;
	color: #333;
	margin: 0px;
	left: auto;
	right: auto;
}
