/*
      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: 12px;
 background: #f2f2e6;
}
#wrapper { 
 margin: 0 auto;
 width: 794px;
}
#header {
 width: 742px;
 padding: 10px 10px 0px 40px;
 height: 35px;
 margin: 10px 0px 0px 0px;
 background: #321d12;
}
#content { 
 width: 712px;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 40px 40px 40px 40px;
 height: 493px;
}
#footer {
 width: 742px;
 padding: 10px 10px 0px 40px;
 height: 35px;
 margin: 10px 0px 0px 0px;
 background: #cccccc;
}

a:link {color: #FFffff; text-decoration: none;}
a:visited {color: #ffFFff; text-decoration: none;}
a:hover {color: #FFffFF; text-decoration: underline;}
a:active {color: #ffffff; text-decoration: none;}


