/*
      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; }

#wrapper { 
 margin: 0 auto;
 width: 822px;
}
#faux {
  background-image: url(page_bg.jpg);
  background-position:left top;
  background-repeat:no-repeat;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 802px;
 padding: 10px 10px 10px 10px;
 height: 107px;
 margin: 10px 5px 0px 0px;
 background-image: url(header_bg.jpg);
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 200px;
 height: 440px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px 10px 0px 0px;
 width: 560px;
 display: inline;
 position: relative;
}
#menu { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 508px;
 float: left;
}
#logo { 
 float: right;
 color: #333;
 margin: -1px -30px 0px 0px;
 padding: 0px;
 width: 280px;
 display: inline;
}

 td.powerstopbox{
 width: 250px;
 height: 245px;
 background-image: url(powerstopbox.jpg);
 background-repeat:no-repeat;
 background-position:bottom right;
 border: 1px solid #000000;
 padding: 2px 5px 0px 5px;
font-size: 90%;
 }
 
td.fieldkitbox{
 width: 250px;
 height: 245px;
 background-image: url(fieldkitbox.jpg);
 background-repeat:no-repeat;
 background-position:bottom right;
 border: 1px solid #000000;
 padding: 2px 5px 0px 5px;
 color: #ffffff;
 font-size: 90%;
 }
 td.fieldkitbox p{
 line-height: 120%;
 }
a.whitelink:link {color: #ffffff; text-decoration: none; text-align:right;}
a.whitelink:visited {color: #ffffff; text-decoration: none}
a.whitelink:hover {color:#b7e7fb; text-decoration: none}
#fboxtitle{
font-size: 120%;
font-weight: bold;
padding: 0px 0px 2px 0px;
margin: 0px;
color:#ffffff;
}
#pboxtitle{
font-size: 120%;
font-weight: bold;
padding: 0px 0px 2px 0px;
margin: 0px;
}
#footer { 
 width: 802px;
 clear: both;
 color: #333;
 background: #000000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }