/*
      Created by Paul Kenning
	  2 center column layout
*/

/* =import css */
@import "styles2.css";
@import "content-ctrl.css";
@import "nav-ctrl.css";
@import "header2.css";

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}
#wrapper {
	margin: 0 auto;
	width: 942px;
}
#faux {
 background: url(faux-4-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
	color: #333;
	width: 922px;
	height: 224px;
	margin: 0px;
	background-image: url(../images2/bug-tag.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#navigation {
	color: #333;
	padding: 20px 10px 2px;
	height: 110px;
	background-image: url(../images2/btn-bg.png);
	background-repeat: no-repeat;
	margin-top: 80px;
}
#sub-navigation {
	padding: 20px 10px 2px;
	height: 50px;
	margin-top: 10px;
}
#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: right;
}
#leftcolumn {
	float: left;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 683px;
	display: inline;
	position: relative;
}
#footer {
	width: 902px;
	clear: both;
	color: #333;
	background: #ABBEBE url(../images2/woodBg.png) repeat-x;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
	font-size: 9px;
}
.clear { clear: both; background: none; }

