/*
      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 {
	background-image:url(images/bkgrd_apple-birch.jpg);
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 13px;
}
#wrapper { 
background-image:url(images/background_index.gif);
background-repeat:repeat-y;
 margin: 0 auto;
 width: 800px;

 
}
#faux {

 margin-bottom:0px;
 overflow: auto;
 width: 100%
}
#header {

 color: #333;
 width: 800px;

 height: 107px;

}

#indexad{
	
	width:800px;
	height:453;
margin:none;
height: 465;
display:inline;
}

.frontier_index{
	margin-left:9px;
	display:inline;
}
.woolly_index{
	margin-right:5px;
	display:inline;
}
#footer_index{
	height:59px;
	background-image:url(images/footer_index.jpg);
	background-repeat:no-repeat;
}
.copyright{
	font-size:10px;
	color:white;
	margin-left: 20px;
	margin-top: 40px;

}

#ad{
width: 800px;
height: 327px;


}
.clear { clear: both; background: none; }
