html, body {
	padding: 0;
	margin: 0;
	background: #FFF url(images/snowfall.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	width: 860px;
	padding-left: 10px;
}
#banner {
	height: 90px;
}
#leftside, #rightside {
	float: left;
	padding: 20px;
}
#globalnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#globalnav li a {
	display: block;
	width: 180px;
	height: 46px;
	background: url(images/button_states.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 46px;
	text-decoration: none;
}
#globalnav li a, table caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #69F;
}
#globalnav.welcome li#gn-welcome a,
#globalnav.org li#gn-org a,
#globalnav.prog li#gn-prog a,
#globalnav.venue li#gn-venue a,
#globalnav.reg li#gn-reg a,
#globalnav.appl_form li#gn-appl_form a,
#globalnav.contact li#gn-contact a,
#globalnav.sponsors li#gn-sponsors a {
	background-position: 0 -46px;
}
#logo {
	position: relative;
	width: 589px;
	height: 132px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
#countdown {
	position: absolute;
	width: 184px;
	left: 52px;
	top: 42px; /*top: 48px*/
	text-align: center;
}
#dateandlocat {
	position: absolute;
	width: 314px;
	left: 258px;
	top: 98px;
	font-weight: bold;
	text-align: center;
	color: #5E90F4;
}
#logolink {
	position: absolute;
	right: 0;
	top: -2px;
}
#dllogo img {
	border: 0;
}
table {
	width: 600px;
}
table, a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #06C;
	border: 1px solid #CCC;
	background-color: #F3F3F3;
}
.tinytext {
	font-size: 12px;
	font-weight: normal;
	color: #06C;
}
ul.tinytext {
	margin-bottom: 0;
}
table caption {
	text-align: left;
}
td {
	padding: 10px;
}
/*table table {
	width: auto;
}
table table caption {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
table table td {
	padding: 5px;
	text-align: left;
	font-weight: normal;
}*/
a {
	color: #06C;
}
a.button {
	padding: 5px;
}
a:hover {
	text-decoration: none;
}
a img {
	border-left: 1px solid #69F;
	border-top: 1px solid #69F;
	border-right: 1px solid #2D59B3;
	border-bottom: 1px solid #2D59B3;
}
form {
	padding: 0;
	margin: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.sidebyside {
	text-align: center;
	width: 600px;
}
.sidebyside table {
	width: 240px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}
.note {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #090;
}
.notes {
	background-color: #FFF;
	padding: 3px 6px;
	margin-top: 6px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
#timeleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	text-shadow: #CCC 2px 2px 3px;
}
.d, .lunch {
	color: #F90;
	text-shadow: #FC0 2px 2px 3px;
}
.h, .dinner {
	color: #09F;
	text-shadow: #0CF 2px 2px 3px;
}
.min, .bigdaytext, .opening {
	color: #090;
	text-shadow: #0C0 2px 2px 3px;
}
.s, .break {
	color: #F00;
	text-shadow: #F9F 2px 2px 3px;
}
.lunch, .dinner, .opening, .break {
	font-weight: normal;
}
