html, body{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #333;
	background-repeat: no-repeat;
	margin: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;

} 
 
#pagewidth{
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#ffffff;
	background-image: url(images/Spirit_banner_11b.jpg);
} 
 
#header{
	position:relative;
	height:143px;
	width:100%;
	background-image: url(images/Spirit_banner_10.jpg);
} 
#header-p{
	position:relative;
	height:143px;
	width:100%;
	background-image: url(images/Spirit_banner_plain.jpg);
}

#leftcol{
 width:190px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }
 
#twocols{
	width:940px;
	float:right;
	position:relative;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
 
  }
 
#rightcol{
	width:250px;
	float:right;
	position:relative;
	margin-bottom: 10px;
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:590px;
	padding-left: 5px;
	margin-top: 0px;
	padding-right: 10px;
	clear: none;
	
 }
 
#footer{
	clear:both;
	background-image: url(images/bottom-planes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 100%;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

