body {
	font-family: 		arial, helvetica, sans-serif;
	font-size: 			12px;
	color: 				black;
	text-align: 		left;
	background: 		white;
	margin: 			0;
	padding: 			0px;
}

p, li {
	font-family: 		arial, helvetica, sans-serif;
	font-size: 			12px;
	text-align:			justify;
	color: 				black;
}

h1 {	
	font-family: 		"goudyolst bt", garamond, times, serif;
	font-size: 			20px;
	
}

h2 {
	font-family: 		"goudyolst bt", garamond, times, serif;
	font-size: 			16px;
}



#nav ul {
	width: 				800px;
	padding: 			0 0 2px 0;
	margin: 			0;
	float: 				left;
	background-color: 	transparent;
	border: 			3px solid RGB(210, 205, 229);
	border-left: 		0; 
	border-right: 		0;
	position: 			relative;
	top: 				-1px;
}

#nav {
	height: 			25px;
	width:				800px;
	padding: 			0;
	margin: 			0;
	background:			rgb(255,255,215);
}

#nav li {
	display: 			inline;
	font-weight: 		bold;
	margin: 			0;
	padding: 			0;
	list-style-type: 	none;
	background: 		none;
}

#nav a {
	padding: 			4px 4px 4px 4px;
	font-size: 			11px;
	color: 				black;
	background: 		transparent;
	text-decoration: 	none;
}

#nav a:hover {
	background-color: 	rgb(210, 205, 229);
	color: 				black;
	text-decoration:	none;
}

a {
	color:				black;
	background:			transparent;
	text-decoration:	underline;
}

a:link {text-decoration: none;} 
a:active {text-decoration: none;} 
a:visited {text-decoration: none;}

a:hover {
	text-decoration:	underline;
	color: 			black;

	background-color: 	RGB(255,255,215);
}

.nav {
	font-weight: 		bold;
	background-color: 	rgb(255,255,215);
	font-size: 			12px;
	color: 				black;
	text-decoration: 	none;
}

a.nav {
	width:		150px;
}

a.nav:hover {
	background-color: 	rgb(220, 60, 60);
	color: 				white;
}

.floating_menu_head {
	background-color: 	RGB(210, 205, 229);
	color: 				black;
	font-weight: 		bold;
	font-size: 			11px;
	text-align:			center;
	border: 			1px solid black;
	vertical-align:		top;
}

table.menu {
	border:				1px solid black;
	width: 				160px;
	vertical-align: 	top;
}


.footer {
	font-weight: 	bold;
	font-size:		11px;
	text-align:		center;
}

.music {
	font-family: 		garamond, times, serif;
	font-style: 		italic;
	font-size:			17px;
	text-indent:		20px;
	line-height:		10%;
}

.donate-button {
	text-align:			center;
	border:				0;	
	
}

.fineprint {
	font-size:			10px;
	font-family: 		arial, helvetica, sans-serif;
	margin-left:		50px;
}

.fineright {
	font-size:			10px;
	font-family: 		arial, helvetica, sans-serif;
	text-align: right;
}

.caption {	
	font-size:			10px;
	font-family: 		arial, helvetica, sans-serif;
	text-align:			center;
}

.picturebox {
	background-color: 	white;
	color: 				black;
	text-align:			center;
}

.status_box {
	text-align:			center;
	border:				1px solid rgb(182, 202, 211);	
}

.news_box {
	background-color:	rgb(255, 255, 215);
	border:				1px solid black;
	font-weight: 		bold;
	font-size: 			12px;
	text-align:			center;
}


.news_item_date {
	font-size:			10px;
	font-family: 		arial, helvetica, sans-serif;
	text-align:			left;
	color:				rgb(132, 152, 161);
	padding:			4px 4px 4px 4px;
}

.news_item_text {
	font-size:			10px;
	font-family: 		arial, helvetica, sans-serif;
	text-align:			left;
	margin-left:		12px;
}
	


