/*
	  
*/
@import url("swf.css");
@import url("txt.css");
@import url("img.css");
@import url("nav.css");
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(../imgs/back.gif);
 background-repeat:repeat-x;
}
#wrapper { 
 position:relative;
 margin: 0 auto;
 width: 922px;
z-index:1;
}
#faux {
 background:  url("../imgs/faux.gif");
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 position:relative;
z-index:2;
}
#header {
 position:relative;
z-index:3;
 color: #000;
 width: 902px;
 padding: 0px;
 height: 62px;
 margin: 0px 0px 0px 0px;
}
#leftcolumn { 
 display: inline;
 color: #000;
 margin: 0px;
 padding: 0px;
 width: 215px;
 position: relative;
 float: left;
z-index:100;
}
#rightcolumn { 
 border-left: 1px solid #ccc;
 float: right;
 color: #000;
 margin: 0px;
 padding: 0px 0px 0px 10px;
 width: 693px;
 display: inline;
 position: relative;
 min-height:300px;
 z-index:-8;
}
#footer {
 border-top: 1px solid #ccc;
 background:#FFF;
 height:auto;
 padding:10px 0px 5px 0px;
}
.clear { clear: both; background: none; }