body {
	text-align: center; /* IE6 needs this to center the layout in the browser window */
	font-size: 101%;
	background-color: #FFFFFF;
	padding-top: 0px;
}
	
#main_wrapper {
	width: 740px; /* widths of columns will change proportionately as this width is changed */
	text-align: left; /* resets the centering hack for IE6 on the body tag */
	background-color: #FFFFFF;
	color: #000000;
}

#header {
display: none;
}

#bill {
	display: none;
}

h1 {
	font-size: 2em;
	color: #000000;
}


h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
margin: 0;
text-transform:lowercase;
}

#nav {
display: none;
}

#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-bottom: 10px;
}

#content_left {
	float: none;
	padding: 10px 10px 10px 20px;
	border-bottom: solid thin #000000;
	border-right: none;
	width: 100%;
}

#content_right {
float: none;
padding: 10px 20px 10px 10px;
width: 100%;
}



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

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

.pixcenter {
margin-right: auto;
margin-left: auto;
text-align: center;
}

#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: #000000;
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 */
}
	
#header_inner { 
padding: 0px 30px 0px 30px; /* creates space between the box  and the content */
}
	
#nav_inner {
padding: 0 10px 0 30px; /* creates space between the box and the content */
}
	
#content_inner { 
padding:0px 30px; /* creates space between the box and the content */
}
	
#footer_inner {
padding: 0px 30px 0px 10px; /* creates space between the box and the content */
}
