@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background: #E8E8E8;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	height: auto;
}
div,img
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#header
{
	clear:all;
}
#leftNav img
{
	display: block;
}
#leftNav .text img
{
	display:inline;
}
#leftNav .text
{
	padding-left: 10px;
}
#leftNav 
{
	width:329px;
	float:left;
	position:relative;
	height: 100%;
}
#middleContent
{
	width: 399px;
	float: right;
	position:relative;
	height: 100%;
}
#middleContent .text
{
	padding-left: 10px;
}
#pageContainer
{
	width: 728px;
	height: auto;
}
#footer1
{
	font-weight: bolder;
	font-style:italic;
	clear: both;
	text-align: center;
	padding-top: 10px;
}
#footer2
{
	background-color: white;
	text-align:center;
	height: 100px;
	
}