/* Fix for Header w/ SEO page changes */
h1
{
	display: block;
	margin: 0;
	padding: 0;
	color: #B37E00;
	font-size: 20px;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	/* Height for IE6 Peekaboo Bug Fix - http://www.positioniseverything.net/explorer/peekaboo.html */
	height:1%;
	clear: left;
}

h2
{
	margin: 0;
	padding: 0;
	color: #B37E00;
	font-size: 12px;
	text-transform: uppercase;
}


h5 
{
	font-size:	11px;
	font-weight:bold;	
}

h6 
{
	font-size : 11px;
	text-transform: uppercase;	
}

/* -- Should be h1 and h2 
#body h3
{
	margin: 0;
	padding: 0;
	color: #B37E00;
	font-size: 20px;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	/* text-transform: uppercase; */
	/* Height for IE6 Peekaboo Bug Fix - http://www.positioniseverything.net/explorer/peekaboo.html */
/*	height:1%;
	clear: left;
}

#body h4
{
	margin: 0;
	padding: 0;
	color: #B37E00;
	font-size: 12px;
	text-transform: uppercase;
}-- */

#header #text
{
	margin: 0;
	padding: 27px 0 0 0;
    width: 250px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-align: right;
}
