@charset "utf-8";
/* CSS Document */

html,body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343F54;
	height:100%;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/tile.png);
	background-repeat: repeat-x;
	background-position:top;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.wrapper {
	background-image: url(../images/clouds.png);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -48px; /* the bottom margin is the negative value of the footer's height */
	float:left;
}

#navigation {
	width:100%;
	height:120px;
	float:left;
}

.logo {
	width: 120px;
	height:120px;
	float:left;
}

.noflash {
	width:auto;
	height:100px;
	padding:10px;
	margin-left:30px;
	float:left;
}

.content {
	float:left;
	width:100%;
	min-height:100px;
	height:auto;
	text-align:center;
}
	
.footer, .push {
	width:100%;
	height:48px;
	float:left;
}

#flash_footer {
	width:100%;
	height:48px;
}

#raceframe {
	border:6px solid #FFFFFF;
	clear:both;
	float:left;
	text-align:center;
}

.textContent
{
    margin:auto;
    text-align:left;
    width:600px;
}