/*
      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: auto ; }

A:link {text-decoration: none; color:#000000}
A:visited {text-decoration: none;}
A:active {text-decoration: color:#000000;}
A:hover {text-decoration: underline; color: #333;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #fdfdfd;
 text-align: center;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#header {
 color: #95c51b;
 width: 800px;
 height: 249px;
 margin: 50px 0px 0px 0px;
 background: #fdfdfd;
 text-align: center;
}
#subhead {
height: 100px;
width: 700px;
padding: 5px;

 } 
#content { 
 color: #fdfdfd;
 background: #fdfdfd;
 height: 300px;
 width: 800px;
 display: inline;
 padding: 5px;
}
#footer { 
 width: 750px;
 clear: both;
 background: transparent;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 
}
