@charset "utf-8";
body {
	background-color: #cccbcb;
}
body, html, div, img, a, p {
	margin: 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
}
p, span, li, a, small, b, h2, h3 {
	font-family: 'Droid Sans', arial, serif;
}
a img {
	border: none;
}


#container {
	width: 922px;
	margin: auto;
	display: none;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 135px;
	width: 924px;
	cursor: pointer;
}
#header #day {
	float: right;
	margin-top: 60px;
	margin-right: 65px;
	font-size: 30px;
	text-align: center;
	text-shadow: black 1px 1px 1px;
}
#header #day span {
	font-size: 14px;
}
#nav {
	background: url(../images/nav_back.gif) no-repeat;
	height: 45px;
	width: 922px;
	text-align: center;
}
#nav tr td {
	vertical-align: top;
	padding-top: 10px;
}
#nav tr td a {
	font-size: 14px;
	text-shadow: black 1px 1px 1px;
}
#nav tr td a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
}
#main {
	background: url(../images/nav_shadow.png) no-repeat top  #dcdbdb;
	border: 1px solid #a7a7a7;
	border-top: none;
	width: 810px;
	margin-left: 56px;
	height: 865px;
	float: left;
}
#sponsors {
	float: right;
	margin-top: -820px;
	background: url(../images/sponsor_back.gif) no-repeat bottom center #cccbcb;
	border: 1px solid #a7a7a7;
	width: 180px;
	height: 800px;
	text-align: center;
}
#sponsors div {
	background: url(../images/nav_back.gif) no-repeat;
	height: 45px;
	color: white;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	font-family: 'Droid Sans', arial, serif;
	text-shadow: black 1px 1px 1px;
}
#sponsors a img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#pro img {
	float: left;
	margin-left: 80px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#sharethis {
	margin-top: 10px;
	margin-right: 60px;
	float: right;
}
