@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
	color: #333;
	background-image: url(images/984x588-5TZXbNDm.jpg);
	background-repeat: repeat;
}
#video {
	height: auto;
	width: auto;
	float: right;
	clear: none;
	margin-top: 15px;
}
#wrapper {
	text-align: left;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	height: auto;
	width: 1000px;
	text-align: center;
}
.underlinemenu{
	font-weight: normal;
	width: 100%;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center;
//set value to "left", "center", or "right"*/
}
#content {
	height: auto;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #006;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #006;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#introduction {
	height: auto;
	width: 440px;
	margin-right: 20px;
	clear: both;
	float: left;
	font-size: small;
	color: #003;
}
#footer {
	height: auto;
	width: 1000px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #003;
	text-align: center;
	float: left;
}
h3 {
	font-weight: 100;
	color: #003;
}
h1 {
	font-size: x-large;
	font-weight: 300;
	color: #003;
	font-style: normal;
	text-decoration: none;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #900;
}
.participants {
	float: left;
	width: 185px;
	margin-right: 5px;
	margin-left: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: dotted;
	border-right-color: #006;
	border-left-color: #006;
	color: #003;
}
.title {
	width: 1000px;
}
.participants_end {
	float: left;
	width: 187px;
	margin-right: 5px;
	margin-left: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #006;
	border-left-color: #006;
}
#sponsors {
	width: 1000px;
	color: #003;
}
.tickets {
	height: auto;
	width: 310px;
	margin-right: 5px;
	float: left;
}
