body {
	background: #CCD8E0;
	background: #505E2F;
	color: #444;
	font: normal 90% Tahoma,sans-serif;
}

h1 {
	font-size: 140%;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	font-weight: bold;
}

a {
	color: #444;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: inherit;
}

#wrapper {
	margin: 0px auto;
	width: 800px;
	background-color: #FFF;
	padding: 5px 5px 5px 5px;
	margin-top: 25px;

}

/* HEADER ***************************************************************************/
#header {
	height: 80px;
	color: #FFF;
	font-size: 250%;
	padding-top: 40px;
	padding-left: 50px;	
}

#logged_in {
	text-align: right;
	font-size: 40%;
	padding-right: 10px;
}

#logged_in a {
	color: white;
}

#logged_in a:hover {
	color: white;
	text-decoration: none;
}

#logged_in a:hover {
	color: white;
}

#message {
	margin: 0px auto;
	width: 300px;
	color: #999999;
	text-align: center;
	margin-top: 50px;
}

#message a {
	color: #999999;
}

/* MENU *****************************************************************************/
#menu {	
	background: #333333 url(../img/tabs.png);
	/*border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;*/
	height: 31px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#menu a {
	background: #D9E1E5 url(../img/tabs.png);
	border-right: 1px solid #AFBEC7;
	color: #456;
	color: white;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 31px;
	padding: 0 20px;
	text-decoration: none;
	position: relative; /*  */
}

#menu a:hover {
	background-position: left bottom;
	color: #234;
	color: white;
}

/* CONTENT ******************************************************************************/
#content {
	width: 510px;
	margin-left: 20px;
	float: left;
	text-align: justify;
	margin-bottom: 25px;
}

#right_menu {
	width: 210px;
	padding-left: 30px;
	margin-right: 10px;
	float: right;
	margin-top: 60px;
	margin-bottom: 10px;
}

#upcoming_events {
	width: 210px;
	padding-left: 30px;
	margin-right: 10px;
	float: right;
	margin-top: 20px;
	margin-bottom: 50px;
}

#footer {
	width: 800px;
	margin: 0px auto;
	clear: both;
	text-align: center;
	/*background-image: url(../img/bgfooter.gif);
	background-image: url(../img/footer.png);*/
	color: 
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
}

#lumeria_group {
	width: 800px;
	height: 20px;
	margin: 0px auto;
	margin-top: 5px;
	/*background: url(../img/lumeriagroup.png) right no-repeat;*/
	text-align: center;
	color: white;
	margin-bottom: 30px;
}

#lumeria_group a {
	color: white;
}

/* PAGE SPECIFIC *************************************************************************/

#content ul.music {
	list-style: none;
}

.music_links {
	text-align: right;
	padding-left: 100px;
}

.center {
	text-align: center;
}

.members_list td {
	padding-bottom: 4px;
}