/* Reset Provided By: meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:url(../images/bodyBg.png);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
.left {float:left;}
.right{float:right;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
.slideshow {
	position:relative;
	float:right;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Reset */

#wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
	min-height:1000px;
	background:#FFFFFF;
	border-left:3px solid #dadada;
	border-right:3px solid #dadada;
}
#schedule {
	position:relative;
	width:920px;
}
#header {
	position:relative;
	width:960px;
	height:200px;
	background:url(../images/header.png);
}
#content {
	margin:0 auto;
	width:920px;
}
#left {
	position:relative;
	width:520px;
	margin-right:25px;
	float:left;
}
#right {
	position:relative;
	width:350px;
	float:right;
}
#right img {
	float:right;
}
#right h1 {
	text-align:right;
}
#content img{
	margin-right:5px;
	margin-bottom:25px;
}
#left p {
	margin-top:10px;
	font-family:arial;
	font-size:18px;
}
h1 {
	font-family:arial;
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
}
h1 small {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#beb2b2;
}
h1.background {
	position:relative;
	background:url(../images/h1_bg.png) repeat-x;
	height:27px;
	width:920px;
	padding:2px;
	font-family:arial;
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
	color:#fff;
	margin-bottom:10px;
}
h1.520px {
	position:relative;
	background:url(../images/h1_bg.png) repeat-x;
	height:27px;
	width:520px;
	padding:2px;
	font-family:arial;
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
	color:#fff;
	margin-bottom:10px;
}
p.small {
	font-size:8;
	margin-bottom:5px;
	font-family:tahoma;
}
p a{
	color:#000;
}
/* Navigation*/
#main-menu{
  height:68px;
  text-align:center;
  position:relative;
  margin:0 auto;
  width:920px;
  background:url(../images/navigation_bg.png) top left repeat-x;
  padding:20px 20px 0px 20px;
  margin:0px 0px 15px 0;
  height:35px;
}
#main-menu li{
  float:left;
  margin:0px 20px;
  font-family:verdana;
  font-weight:bold;
  
}
#main-menu li a{
  font-size:14pt;
  color:#FFF; 
  text-shadow:1px 1px 2px #000;
  text-decoration:none;
}
#main-menu li.selected a,#main-menu li a:hover{
  color:#999999;
}
#classes {
	position:relative;
	width:350px;
	margin-right:10px;
}
.classes {
	font-family:arial;
	font-weight:bold;
	line-height:18px;
	text-indent:10px;
}
#space {
	position:relative;
	height:15px;
}

/* End of Navigation*/
#sponsors {
	position:relative;
	margin-top:50px;
	width:960px;
	height:130px;
}
#footer {
	position:relative;
	width:960px;
	font-family:arial;
	margin-bottom:0px;
}
.clear {clear:both;}
p.details {
	font-family:arial;
	font-weight:bold;
	line-height:18px;
	text-indent:10px;
}
/* Table Style */
table {
	border-collapse: collapse;
	width: 924px;
	border:1px solid #666;
}
table a:link, a:visited, a:hover, a:active {color:#000000;}
table a:hover {text-decoration:underline;}

th, td {
	padding: 2px 2px;
	
}
col {
	border-right: 1px solid #ccc;
}
col#location {border:none;}
thead {
	background: #ccc url(../images/scheduletable-bg.jpg) repeat-x left center;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	font-size: 18px;
	font-family:arial;
	color:#da1531;
}
td {
	font-family:arial;
	letter-spacing:1px;
	font-weight:bold;
}
td#leftColList{
	width:200px;
}
td#rightColList{
	width:1600px;
}
th {
	font-weight: normal;
	text-align: left;
}
.odd {
	background-color: #e7e7e7;
}
tr:nth-child(odd) {
	background-color: #edf5ff;
}
tr:hover {
	background-color:#7a7a7a;
	color:#fff;
}
thead tr:hover {
	background-color:transparent;
	color:inherit;
}

#gallery img{
	border:5px solid #ccc;
	padding:10px;
}
#player {
	position:absolute;
	top:0px;
	left:0px;
	width:1px;
	height:1px;
}