

body  {
	margin: 0px; padding: 0;
	background-color: #FFFFFF;
}

img {margin: 0px; padding: 0;}

.relative { position: relative; }

#header
{
	display: block;
	background-color: #000000;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

#header a
{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 269px;
	height: 90px;
	display: block;
	margin: auto;
	
}

a img {border: none;}

#logo
{
	width: 575px;
	text-align: center;

margin-left: auto;
	margin-right: auto;
}

* html #logo
{ zoom: 1; }

.centerlogo
{
	display:none;
}

#ieHack {text-align: center;}
#wrapper
{
	width: 575px;
	margin-left: auto;
	margin-right: auto;
	
}


#left
{
	width: 275px;
	margin-left: 0px;
	margin-top: 40px;
	float: left;	
	text-align: left;
	display: inline;

}

#right
{
	width: 300px;
	margin-left: 0px;
	margin-top: 40px;
	float: left;
	text-align: left;
	display: inline;

}

#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 575px;
	display: block;
	border-top: 1px solid black; 
	clear: both;
	
}

.footer
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
   	color: #000000;
   	text-align: center;

}

p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
   	color: #000000;

}

h1
{
	letter-spacing: 2px;
	font-variant: small-caps;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-bottom: -10px;
   	
}

a {

	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

