/*
      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: 17px;
 background-image: url(bg.jpg);
	background-repeat: repeat-x;
 
}
#wrapper { 
 margin: 0 auto;
 width: 700px;
}
#header {
 width: 700px;
 padding: 0px;

 height: 100px;
 margin: 0px 0px 0px 0px;

}
#content { 
 width: 700px;
 color: #333;


 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 350px;
}
#footer { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #333;
 width: 700px;
 border: 1px solid #ffffff;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

h1{
	
	font: normal normal 8px/1.2em Arial;
	color: #333333;
text-decoration: none;
word-spacing: 0.05em;
text-align: left;
letter-spacing: 0.3;
line-height: 1.0em;
font-size: 24px;
}

h2{
		
		font: normal normal 8px/1.2em Arial;
	color: #666666;
text-decoration: none;
word-spacing: 0.05em;
text-align: left;
letter-spacing: 0.3;
line-height: 1.0em;
font-size: 16px;}