html, body {
	padding:0;
	background-color:#aaa;
}
body {
	margin: 30px 0 30px 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


div#navbar {
	float:left;
	position: relative;
	margin: 206px 0 0 290px;
	height:20px;
	color:#FFF;
}

div#navbar a {
	color:#FFF;
	text-decoration:none;
}

div#navbar span {
	color:#FC6;
}

div#navbar a:hover {
	color:#FC6;
}

div#header {
	background-image:url(images/header_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:241px;
}

div#container {
	text-align:left;
	background-color:#FFF;
}

div#container {
	width:800px;
	margin:0 auto;
}
div#content {
	margin:0;
	float:right;
	width:510px
}

div#content a, div#footer a {
	text-decoration:none;
	color:#900;
}


div#content a:hover, div#footer a:hover {
	color:#F90;
}

div#content p {
	margin: 10px 0 10px 0;
	line-height:20px;
	padding-right:20px;
}

div#content h1 {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

div#content .day {
	line-height:20px;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	}

div#content .time {
	line-height:12px;
	font-weight:bold;
	color:#600;
}

div#content .venue {
	line-height:13px;
	font-size:11px;
	font-weight:bold;
	margin: 10px 0 20px 0;

}

div#sidebar {
	float:left;
	width:270px;
	height:46px;
	background-color:#FFF;
	background-image:url(images/sidebar_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
div#extra {
	margin-top:20px;
	text-align:center;
	float:left;
	clear:left;
	width:270px;
	font-style:italic;
	font-size:10px;
}
div#footer {
	font-style:italic;
	font-size:10px;
	background-image:url(images/footer_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	clear:both;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	}

div#disclaimer {
	padding:10px 25px 5px 25px;
	width:400px;
	background-color:#CCC;
	font-size:11px;
	font-style:italic;
}

.smalltext {
	font-style:italic;
	font-size:11px;
}

.sizes {
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	background-color:#CCC;
	}
.sizes td,
.sizes th {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #313131;
	font-size: 9px;
	text-align: center;
	padding: 3px 3px;
	}
.sizes td.label,
.sizes th.label {
	text-align: left;
	}
.sizes thead {
	background: #900;
	}
.sizes thead th, .sizes thead td {
	color: #fff;
	font-weight: normal;
	}