﻿/* @import url('multi_drop_menus_class.css'); */
body {
	margin:0px;
	padding:0px;
	/*text-align:center;*/ /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:880px; /* sets max layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position:relative;
	height:100%;
	background-color:#000;
	}

#header {
	height: 96px;
	width:880px;
	overflow:hidden;
	}
#header_inner {
overflow:hidden;
}

#nav {
	position:absolute;
	left:0px;
	width:140px;
	background:transparent;
	/* margin-bottom:300px; */
	}
#top_of_navbox {
	height:16px;
	background:url(images/Home/SidebarPanelTOP.png)	no-repeat;
	}
#nav_inner {
	margin:1em 1.2em;
	}
#bottom_of_navbox {
	height: 16px;
	background:url(images/Home/SidebarPanelBTM.png) no repeat;
	}

#content {
	position:absolute;
	padding:0;
	width:600px;
	left:140px;
	text-align:left;
	}
#content_inner {
	margin:0 0 0 0;
	padding:1px;
	text-align:left;}

#promo {
	position:absolute;
	left:740px;
	width:140px;
	background:transparent;
	}
#top_of_promobox {
	height:16px;
	background:url(images/Home/SidebarPanelTOP.png)	no-repeat;
	}
#promo_inner {
	margin:1em 1.2em;
	}
#bottom_of_promobox {
	height: 16px;
	background:url(images/Home/SidebarPanelBTM.png) no repeat;
	}

#footer {
	/* full width by default */
	}
#footer_inner {
	text-align:center;
	}

#nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
/* #header_inner {
	padding:.25em 2em;
	} */
*/

