
body
{
	font-family: Arial, Helvetica;
	background: #000000;
	text-align:center; /* ie center */
}

#container
{
	margin:0px auto; /* center */
	text-align:left; /* ie center fix */
	width: 1140px;
	background-color: black;
}

#main
{
	height: 531px;
}

#main img
{
	float:left;
	display: inline; /* ie fix */
}

#topLeft
{
	float:left;
	display: inline; /* ie fix */
	width: 737px;
	height: 190px;
}

#topRight
{
	width: 403px;
	height: 190px;
}

#toutRow
{
	width: 945px;
	height: 275px;
	background-color: #33111f;
	margin-left: 92px; /* center */
	text-align:left; /* ie center fix */
	overflow:auto;
}

.ad1
{
	margin-left: 38px;;
}

.ad
{
	margin: 16px 0 0px 35px;
}


#footer
{
	width: 939px;
	height: 117px;
	background-image: url(images/footerBg.jpg);
	font-size: 11px;
	color: white;
	margin: 20px 0px 20px 90px;
	overflow:auto;
}

#footerMenu
{
	margin-top: 50px;
	text-align:center;
	margin-bottom: 10px;
}

#footer a:link, #footer a:visited
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footerMenu li
{
	display: inline;
	margin: 0 5px;
}

#copyright
{
	text-align: center;
}

