@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: 323232;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: 323232;
	background-image: url(images/main_bg.jpg);
	width: 800px;
	background-repeat: no-repeat;
	float: left;
	background-position: top;
}
#main_txt {
	padding: 30px;
	height: 550px;
	width: 725px;
	overflow: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	float: left;
}

.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 780px;
	background-color: #999999;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header_left {
	background-image: url(images/topbanner.jpg);
	float: left;
	height: 175px;
	width: 530px;
}
#header_weather {
	height: 175px;
	width: 270px;
	float: right;
}
#winner_pic {
	float: left;
	height: 119px;
	width: 200px;
	background-image: url(images/winner_th.jpg);
	clear: none;
}
#results_txt {
	width: 475px;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#winner {
	float: left;
	height: 200px;
	width: 725px;
	padding-left: 20px;
}
.pic_caption {
	font-size: 12px;
	float: left;
	height: 24pt;
	width: 155px;
	clear: left;
	padding-top: 5px;
}


#nav {
	height: 50px;
	width: 800px;
}
.sponsor_left {
	display: inline;
	float: left;
	height: 160px;
	width: 324px;
	margin: 10px;
}
#directors_pic {
	background-image: url(images/Directors.png);
	height: 271px;
	width: 367px;
	border: thin outset #000000;
}
.support_pic {
	height: 175px;
	width: 324px;
	display: inline;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#sponsor_cont {
	width: 725px;
	overflow: visible;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	float: left;
	height: 1475px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 35px;
}
#directors_text_right {
	float: right;
	height: 400px;
	width: 345px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
}
.results {
	float: left;
	height: 200px;
	width: 710px;
	padding-left: 20px;
}
.winner_thumb {
	float: left;
	height: 119px;
	width: 200px;
	clear: none;
}
