/* default styles */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0pt;
	padding: 0pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
body 
{
	background-color: white;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 20px;
}
h3
{
	font-size: 12px;
}
img
{
	border-width: 0px;
}
.page
{
	margin: 20px auto 20px auto;
	text-align: left;
	width: 740px;
	background-color: white;
	/*background-image: url(/images/gui/shadow_bg.gif);
	background-repeat: repeat-y;*/
}
.page_header
{
	height: 128px;
	background-image: url(http://www.indyfilters.com/images/gui/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
#body
{
	clear: both;
	background-color: white;
	padding: 5px 0px 5px 0px;
}
.nav_column
{
	float: left;
	width: 190px;
}
#content
{
	position: relative;
}
.page_footer
{
	clear: both;
	padding-top: 10px;
}