body {
	text-align: center; /* IE6 needs this to center the layout in the browser window */
	font-size: 101%;
	background-color: #260f00;
	padding-top: 80px;
}
	
#main_wrapper {
	width: 840px; /* 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 {
position: relative;
padding: none;
}

#header img {
behavior: url(css/iepngfix.htc);
}

#bill {
	position: absolute;
	left: -35px;
	top: -66px;
	height: 294px;
}

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


h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
margin: 0;
margin-left: auto; 
	margin-right: auto; 
	text-align: center;
color: #260f00;
padding-top: 25px;
padding-bottom: 25px;
}

#nav_inner ul {
list-style-type: none;
margin: 0;
padding: .5em;
}

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

#nav_inner ul li {
display: inline;
}

#nav_inner a {

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

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

}

#introduction { 
margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}

#introduction p {
padding: 0 20px 25px 20px;
}

#content_left {
float: left; /* floats on nav and content divs make them sit side by side */
width: 46%; /* this width + nav width must total 100% */
padding: 10px 10px 10px 20px;	
border-right: solid thin #260f00;
}

#content_right {
float: right;
width: 46%;
padding: 10px 20px 10px 10px;
}



#content h3 {
padding-top: 2em;
margin: 0 0 0 -1em;
}

#content h4 {
margin: 0;
padding: 1.5em 0 0 0;
}

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


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

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

#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .83em;
text-align: center;
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:20px 30px 1em 30px; /* creates space between the box and the content */
}
