@charset "iso-8859-1";
/* TWO COLUMN LAYOUT */

body {
	text-align:left; /* IE6 needs this to center the layout in the browser window */
	}
	
#main_wrapper {
background-color: #cc9966;
	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 */
}
		
#nav {
width:; /* this width + content width must total 100% */
float: top; /* floats on nav and content divs make them sit side by side */
}

#content {
	text-align: left;
	float: left; /* floats on nav and content divs make them sit side by side */
	width: 50%; /* this width + nav width must total 100% */
	top: 0px;	
	}
	
#header { height: 280px; 
padding: 0 0 3em 0;
	}

#navcontainer { 
	margin: 0 0 .35em 1em; 
	}

#navcontainer a
{
display: ;
color: #ffffcc;
background-color:#cc9966;
width: ;
padding: .4em 1.75em .4em 1.75em;
margin: 0 0 0 0;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #036;
border-bottom: 1px solid #036;
}

#navcontainer a:hover
{
background-color: #663300;
color: #ffffcc;
border-top: 1px solid #036;
border-left: 1px solid #036;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
	}
	 
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background:#DDC; /* TEMP - REMOVE OR RESTYLE  */
	}

#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}

#content_inner { 
	padding:1em 1em 1em 1.5em; /* creates space between the box and the content */
	margin: 1em;
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}