* {margin: 0; padding: 0; border: 0;}

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
}
a:link, a:visited {
	color:#fff;
	font-weight:bold;
}
#container {
	background-color:#d21322;
	width:780px;
	margin: 0px auto;
	border: 1px solid #FFFFFF;
	overflow:auto;
}
#header {
	height:150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	background-color: #666666;
	height:30px;
	padding-left:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#nav ul {
	list-style-type: none;
	padding: 3px 0px;
	
}
#nav li {
	float:left;
	margin-right: 5px;
	width: 105px;
	height:10px;
}
#nav a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	background-color: #CCCCCC;
}
#main {
	clear:both;
}
#events {
	float:right;
	width:150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 15px;
}
#events h1 {
	font-size:14px;
	font-weight:bold;
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}
#events p {
	margin:15px 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F05965;
}
#events ul {
	list-style:none;
	margin-bottom:10px;
}
#main {
	padding-bottom:20px;
}
#main h2 {
	font-size: 18px;
	font-weight:bold;
	line-height:1.5em;
	padding: 10px 0px;
}
#footer p{
	padding:10px;
	font-size:9px;
	
}
#footer img {
	padding: 0px 25px;
}
#bodyCopy {
	margin: 15px;
}
#stats, #schedule {
	text-align: left;
	padding: 15px;
}
#stats {
	list-style-position: inside;
	margin-left: 15px;
}

.when{
	width:100px;
	display:block;
	float:left;
}
.where{
	display:block;
	float:left;
}
#schedule ul {
	list-style-type: none;
	margin: 0px 0px 25px 15px;
}
#schedule ul li {
	clear:left;
	padding:10px 0px;
}
#schedule h3 {
	font-size:12px;
	font-weight:bold;
}
.parts {
	font-size: 14px;
	line-height: 1.5em;
}
#videos {
	float: right;
	width: 200px;
	text-align: center;
}
#videos a {
	color:#000;
	display:block;
	text-decoration:none;
	padding:5px;
	font-weight:bold;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	font-size:10px;
	height:30px;
	background-position: 9px 2px;
}
