/*
      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: 13px;
 background-image:url(images/pinebg.png);
 background-attachment:scroll;
 background-position:top;
 background-repeat:no-repeat;
 background-color: #000;
  text-align:center;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#header {
 width: 800px;
 color: #FFF;
 padding: 0px;
 border: 0px;
 height: 126px;
 margin: 0px 0px 0px 0px;
 background: #000;
}
#navigation {
 width: 800px;
 padding: 0px;
  font-size:9px;
 color: #FFF;
 border: 0px;
 margin: 0px 0px 0px 0px;
 background: #fff;
}
#content { 
 width: 800px;
 color: #fff;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 0px; 
 text-align:center;
}
#footer { 
 width: 800px;
 color: #333;
 border: 0px;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align:center;
 font-size:10px;
}
.small10pt {
	font-size: 10px;
}.LEFT {
	text-align: left;
}
.RIGHT {
	text-align: right;
}
.small10ptright {
	font-size: 10px;
	text-align:right;
	}
.smallblack {
	color: #000;
}
a:link {
	color: #C93;
	text-decoration: none;
}
a:visited {
	color: #C90;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #D6D6D6;
	text-decoration: none;
}
