/* CSS Document */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	margin: 10px;
	background-image:url(images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

img {border: none;}

img a {border: none;}

a {text-decoration: none;}

hover {text-decoration: none;}

#main {
	width:800px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0px 10px;
}
#home {
	width:800px;
	height:600px;
}
#banner {
	width:800px;
	height:312px;
}
#content {
	width:650px;
	text-align:justify;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 0px 10px;
	border-bottom:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top:#CCCCCC;
	border-top-style:solid;
	border-top-width:thin;
}

#events {
	font-size:10px;
	font-weight:normal;
	color:#FF9900;
}

#events a {
	font-size:10px;
	font-weight:normal;
	color:#FF9900;
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
}

#events a:hover {
	font-size:10px;
	font-weight:normal;
	color:#333;
}

#events p {
	font-size:10px;
	font-weight:normal;
	color:#FF9900;
}

#footer {
	width:780px;
	text-align:center;
	padding: 10px 10px 0px 10px;
}
#image1 {
	padding-right:10px;
}
a:hover {
	font-size:9px;
	font-weight:normal;
	color:#FF9900;
}

.titles {
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.subtitles {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

.generaltext {
	font-size:12px;
	font-weight:normal;
	color:#5F4EA2;
}
a.generaltext {
	font-size:12px;
	font-weight:normal;
	color:#5F4EA2;
	text-decoration:none;
}
a.generaltext:hover {
	font-size:12px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
}
.footertext {
	font-size:10px;
	font-weight:normal;
	color:#FF9900;
}
a.footertext {
	font-size:10px;
	font-weight:normal;
	color:#FF9900;
	text-decoration:none;
}
a.footertext:hover {
	font-size:10px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}
.shows {
	color:#FF0000;
	font-size:14px;
	font-weight: bold;
}
a.shows {
	color:#FF0000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}
a.shows:hover {
	color:black;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}