/*
      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 {
 height:100%; 
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 100%;
 height:100%; 
	max-height:100%;
	overflow:hidden;
}
#header {
	width: 100%;
	height:125px;
	color: #333;
	position:absolute;
	top:0px;
	padding: 0px;
	margin:0px;
	background: #D7A333;
}
#content {
	width: 100%;
	height:100%;
	max-height:100%;
	overflow:scroll;
	position:relative;
	background: #fbf6ea;
	padding:0px;
	background-color: #fbf6ea;
	top:125px;
	bottom:115px;
}
#footer {
	color:#333;
	width:100%;
	height:115px;
	background: #D7A333;
	position:absolute;
	bottom:-270px;
	overflow: hidden;
	visibility: visible;
	left: 0px;
}
