@charset "UTF-8";

body {
	background-color: #000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-size: 100%;
}

a:link {
	color: #91268F;
}

a:visited {
	color: #91268F;
}

a:hover {
	color: #91268F;
}

a:active {
	color: #91268F;
}

.subpage-titles {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #92278F;
	padding-top:30px;
}

.main-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	font-weight:normal;
	color: #666;	
}

.homepage-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight:normal;
	color: #FFF;
	padding-bottom: 30px;
}

.homepage-text-header {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight:bold;
	color: #92278F;
	padding-bottom: 30px;
}

.hours-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight:normal;
	color: #CCC;
	padding-bottom: 30px;
}

.copyright-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
