body {
	text-align: center; /* IE6 needs this to center the layout in the browser window */
	font-size: 101%;
	background-color: #260f00;
	padding-top: 40px;
}
	
#main_wrapper {
	width: 740px; /* widths of columns will change proportionately as this width is changed */
	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 */
	background-color: #fdfcfa;
}

#header {
padding: 0px;
}

#content {
padding: 0px 75px 0px 75px;
}

#content a {
color: #260f00;
font-weight: bold;
}

h1 {
font-size: 1px;
color: #260f00;
}


h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
margin: 0; 
text-align: left;
color: #260f00;
padding: 15px 0px 5px 0px;
}

h3 {
padding-top:15px;
padding-left: 0px;
}

#nav_inner {
text-align: left;
padding-left: 75px;
}

#nav_inner ul {
list-style-type: none;
margin: 0;
padding: 0.5em 0.5em 0.5em 45px;
}

#nav_inner li {
margin: 0 0 .1em 0;
font-size: 1em;
}

#nav_inner ul li {
display: inline;
}

#nav_inner a {

color: #fdfcfa; 
background-color: #260f00;
width: 9em;
padding: .1em .35em;
text-decoration: none;
}

#nav_inner a:hover {
background-color: #C2BBB6;
color: #260f00;

}

#nav_inner a:visited {
background-color: #C2BBB6;
color: #260f00;

}


#content p {
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .83em;
line-height: 1.6em;
padding: 0px 0px 10px 0px;
text-align: left;
}

#footer {
clear:both; /* makes the footer sit below whichever column is longest */
text-align: left;
}	

#footer a {
color: #260f00;
font-weight: bold;
font-size: 0.83em;
}

#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .83em;
text-align: left;
padding-top: 1em;
  }
	
#header_inner, #nav_inner, #content_inner, #promo_inner {
overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}
	
	
#nav_inner {
padding: 0 10px 0 30px; /* creates space between the box and the content */
}
	
#content_inner { 
padding:0 30px; /* creates space between the box and the content */
}
	
#footer_inner {
padding:10px 0px 1em 75px; /* creates space between the box and the content */
}
