﻿@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:884px; /* 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:884px;
	}
#content {
	position:absolute;
	padding:0;
	width:602px;
	left:140px;
	text-align:left;
	}
#nav {
	position:absolute;
	left:0px;
	width:140px;
	background:transparent;
	margin-bottom:300px;
	}
#nav #top_of_box {
	height:16px;
	background:url(images/Home/SidebarPanelTOP.png)
	no-repeat;
}
#promo {
	position:absolute;
	left:744px;
	width:140px;
	background:transparent;
	}
#footer {
	/* full width by default */
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	/* padding:.25em 2em; */
	}
#nav_inner {
	margin:1em 1.2em;
	}
#content_inner {
	margin:0 0 0 0;
	padding:1px;
	text-align:left;}
#promo_inner {
	margin:1em 1.2em;
	}
#footer_inner {
	text-align:center;
	}