@charset "UTF-8";
/* CSS Document */

@import "clears.css";
@import "reset.css";

html, body { background-color: #180a04; background-image:url(../img/orange-gradient-bg.png); background-repeat: repeat-x;}
#wrapper {  margin:0 auto; width: 888px; background-image:url(../img/columns-bg.jpg); background-repeat:repeat-y;  }
#faux { background: url(../img/columns-bg.jpg); margin-bottom: 0px; overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */ width: 888px;}
#header { width: 888px; margin: -10px 0px 0px 0px;}
#leftcolumn {  float: left; color: #ffffff;/* border: 1px solid red;*/ margin: 10px; padding: 0px; width: 550px; display: inline; position: relative; margin-left:25px; padding:10px;}
#rightcolumn {  display: inline; color: #333; width: 240px; float: left; margin-left:10px;}
#footer {  width: 888px; background:url(../img/footer-main-skyline.png);  height:186px;  margin: 0 auto; margin-bottom:10px;}
.clear { clear: both; background: #000000; }
#nav {width:888px; padding: 0px; margin-top:-2px;}
#nav ul {
list-style: none;
padding: 0;
margin: 0;
}

#nav li {
display: inline; float: left;
margin: 0;
}



