/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #BA2B1D;
	text-decoration: underline;
}

a:visited {
	color: #BA2B1D;
	text-decoration: underline;
}

a:active {
	color: #BA2B1D;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #BA2B1D;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BA2B1D;
}

#header {
	left: 154px;
	top: 0px;
	position: absolute;
}

#menu {
	position: absolute;
	width: 210px;
	left: 580px;
	top: 10px;
	line-height: 18px;
}

#menu a:link {
	color: #000;
	text-decoration: none;
}

#menu a:visited {
	color: #000;
	text-decoration: none;
}

#menu a:active {
	color: #000;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #BA2B1D;
}


#upcoming {
	background-color: #FDB5AF;
	position: absolute;
	width: 210px;
	left: 575px;
	top: 75px;
	padding: 2px 5px 5px;
	border: .5px solid #000000;
}

#upcoming h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BA2B1D;
	text-align: center;
}

#leftside {
	position: absolute;
	left: 0px;
	top: 0px;
}

#mainpic {
	position: absolute;
	left: 80px;
	top: 75px;
}

#main_caption {
	position: absolute;
	width: 210px;
	left: 165px;
	top: 300px;
}

#introtext {
	position: absolute;
	width: 150px;
	left: 390px;
	top: 75px;
}

#dancerspic {
	position: absolute;
	left: 190px;
	top: 385px;
}

#map {
	position: absolute;
	left: 191px;
	top: 621px;
}

#maintext {
	position: absolute;
	width: 500px;
	left: 250px;
	top: 75px;
}

.gallerythumb{
width: 350px;
clear: left;
}

.gallerythumb .floatbox{
float: left;
width: 110px;
}

* html .gallerythumb p{ /* IE 3px jog hack*/
height: 1%;
}

.gallerythumb p{
margin-top: 0;
margin-left: 90px;
}

