/* THREE COLUMN LAYOUT */
/* you have to be careful with Nifty Corners - don't add height to the outer containers or the corners will not display correctly in Safari. */

/*padd the */
* {margin:0 padding:0;}
body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	background-color:#C6D6FD;
	}
#main_wrapper {
	width:900px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	padding:10px 0;
	margin-top:3px;
	}	
#header {
	width:893px;
	margin: 0 3px;
		}
#nav {
	width:120px;
	margin:3px 3px 3px 3px;
	float:left;
	display:inline; /* fixes IE6 margin doubling bug */
	}
#content {
	width:640px;
	margin:3px 3px 3px 0px;
	float:left;
	}
#promo {
	width:126px;
	margin:3px 0 3px 0;
	float:left;
	}
#footer {
	margin:0 3px;
	width:893px;
	}
#header_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	text-align:center; 
	padding:1em 2em;
	}
#nav_inner {
	padding:1em .5em;
	}
#content_inner {
	padding:0em 1em 1em 1.5em;
	}
/*#promo_inner {
	padding:1em .5em; 
	}*/
#footer_inner {
	padding:.5em 1em;
	text-align:center;
	background-color:#C6D6FD;
	}
.current{
   background-color: #3366cc; 
   color: #d9d395;
   		}
