﻿body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../images/thunderbirds-bg.jpg);
	background-repeat: repeat-x;
}

p {
	font-size: 12px;
}


.weeklycontests #container {
	width: 750px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.weeklycontests #header {
	padding: 0px;
	background-image: url(../images/thunderbirds-header.jpg);
	height: 250px;
} 

.weeklycontests #sidebar1 {
	float: right;
	width: 250px;
	padding: 0px;
}

.weeklycontests #mainContent {
	margin: 0 270px 0 0;
	padding: 0;
} 

.weeklycontests #footer {
	padding: 20px;
	border-top: 1px solid #333;
} 

.weeklycontests #footer p {
	margin: 0;
	font-size: 10px;
	text-align: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully 
contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1{
	font-family:Helvetica, sans-serif;
	font-size:38px;
	letter-spacing: -1px;
	border-bottom: solid 1px #333;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #F60402;
}

.weeklycontests #sidebar1 h3{
}

fieldset {
	margin: 0px;
	padding: 110px 10px 10px 10px;
	background-color: #F60402;
	color: #FFFFFF;
	background-image: url(../images/toyota-wdt-logos.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
}

fieldset p {
	margin:5px 0px 0px 0px;
}

legend {
	font-weight: bold;
	font-size:18px;
	letter-spacing: -1px;
}

label {
	display:block;
	font-size: 11px;
}
a:link {
	color: #F50301;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F50301;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
.wdt-address{
	display:block;
	width: 150px;
	float:left;
	text-align: left;
}

.toyota-address{
	display:block;
	width: 150px;
	float:left;
	text-align: left;
}

.dpao-address{
	display:block;
	width: 150px;
	float:left;
	text-align: left;
}
.rmg {color: #999999}
