body { min-width: 960px; height:100%;}
#wrapper { width: 960px; background: #16110B url(../images/layout/ContentBG.jpg) repeat-y 0 0;}
.content {min-height:100%; height:auto !important; height:100%; }
/* --------------- HEAD --------------- */
#header { height: 199px; background: #000 url(../images/layout/header.gif) no-repeat 0 0; }
#header .inner { padding: 10px; z-index:100;}
#header #superinner { padding:0 5px; height:50px;width:265px;margin:0 64px 0 620px;}
#header #uppermenu { padding:0; height:50px;width:277px;margin:0 63px 0 620px;}
#header #uppermenu .uhome, #header #uppermenu .ucontact, #header #uppermenu .uvenues {display:block;float:left;font-size:16px;height:29px;line-height:27px;}
#header #uppermenu a,#header #uppermenu a:active,#header #uppermenu a:hover {color:#fff}
#header #uppermenu .uhome {padding-left:12px;width:52px;}
#header #uppermenu .ucontact {padding-left:13px;width:73px;}
#header #uppermenu .uvenues {padding-left:17px;width:108px;}
#subheader {display:none;}
/* --------------- BODY --------------- */
#contentwrapper { background: #16110B url(../images/layout/ContentBG.jpg) repeat-y 0 0; }
#contentfloatholder { background: none; /* right col background - also defined in home.css */ }
#centerpad { margin: 0 0 0 160px; /* equal to right/left widths - also defined in home.css */ }
#center-top {}
#center-middle { margin: 30px 18px 30px 13px;/* min-height: 360px; height: auto !important;	height: 360px; ~ un-comment if you would like to force a height */}
#center-bottom { padding: 30px; }
#left { width: 140px; padding-left:20px;}
#left .inner { padding: 10px; }
#right { /* also defined in home.css */ width:0px; display: none; }
#right .inner { padding: 10px; }
/* --------------- FOOT --------------- */
#subfooter, #footer, #superfooter { background: #16110B url(../images/layout/ContentBG.jpg) repeat-y 0 0; font-size:12px !important}
#footer .inner, #subfooter .inner, #superfooter .inner { padding: 10px 20px 10px 175px; }

/*************************************************************/
/******************** DON'T CHANGE STUFF *********************/
/*************************************************************/
* { margin: 0; padding: 0; }
img { border:none; }
body { text-align: center; }
/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { /* also holds the left "sliding" tab */ text-align: left; margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/ }
#header, #subheader, #superfooter, #footer, #subfooter { clear: both; width: 100%; position: relative; }
#contentwrapper { width: 100%; overflow: hidden; }
#contentfloatholder { /* also makes the right "sliding" tab */ float: left; width: 100%; position: relative; }
#contentfloatholder:after { /* this is for NN6 to clear floats */ content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
#centerpad { display: inline-block; /* TRIP haslayout for safety */ }
#centerpad { display: block; /* SWITCH back the display */ }
#center { float:left; width: 100%; margin-right: -95%;	/* 	This needs to be less than 100% for Moz/Mac which thinks it's empty otherwise. 
The difference is made up by putting a negative left margin on the left 'float:' Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
be fed in using IE only CSS below becasue IE/Win also works with the 100% method. */}
#left {	float:left; margin-left: -5%;	/* the difference to make the left colum appear flush left */ }
#right { float:right; }