body {
	margin: 10px 0px;
	padding: 0px;
	color: #111;
	background-color: #333333;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

#main {
	width: 810px;
	margin: 0px auto;
}

#content {
	width: 810px;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	background-image: url('../Images/content.jpg');
}

#footer {
	width: 810px;
	height: 10px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
        font-size: 14px;
	background-image: url('../Images/footer.jpg');
	background-repeat: no-repeat;
}

h1{
	margin: 0px auto 10px auto;
	padding: 0px;
}

.separator {
	width: 750px;
	height: 5px;
	margin: 0px auto 15px auto;
	background-image: url('../Images/separator.jpg');
	background-repeat: no-repeat;
}

/* Header */
#header {
	width: 810px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background-image: url('../Images/header.jpg');
}

#header_news{
	width: 485px;
	height: 45px;
	margin: 15px 30px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	float: right;
}

#header_guestbook {
	width: 170px;
	height: 45px;
	margin: 32px 0px 0px 300px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	float: left;
}

html > body #header_guestbook {
	margin: 32px 0px 0px 600px;
}

#header_guestbook ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header_guestbook li {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#header_guestbook a {
	color: #fff;
	text-decoration: none;
	position:relative;
	z-index: 1000;
}

#header_guestbook a:hover {
	color: #cc9;
}

/* Nav */
#nav {
	width: 810px;
	height: 27px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url('../Images/nav.jpg');
}

#nav ul {
	margin: 0px;
	padding: 0px;
	width: 810px;
	display: inline;
	list-style-type: none;
}

#nav li {
	display:inline;
	margin: 0px 15px;
}

#nav a {
	top: 1px;
	padding: 3px 0px;
	color: #fff;
	text-decoration: none;
	position:relative;
	z-index: 1000;
}

#nav a:hover {
	color: #cc9;
	border-top:solid 1px #cc9;
	border-bottom:solid 1px #cc9;
}

#nav a.active {
	color: #cc9;
}

/* Schedule Table */
.schedule td {
	border-bottom: solid 1px #ddd;
	font-weight: bold;
}

.schedule tr.r0 {
	background-color: #fff;
}
.schedule tr.r1 {
	background-color: #eee;
}

td.title {
	height: 40px;
	font-weight:bold;
	color: #fff;
	background-color:#666;
}

td.date {
	height: 40px;
	width: 15%;
	border-right: solid 1px #ddd;
}

td.time {
	height: 40px;
	width: 15%;
	border-right: solid 1px #ddd;
}

td.event {
	height: 40px;
	width: 40%;
	border-right: solid 1px #ddd;
}

td.location {
	height: 40px;
	width: 30%;
}

td.song {
	height: 15px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}


/* Bios */
div.bio {
	width: 750px;
	height: 180px;
	text-align:center;
	margin: 0px auto;
}

div.bio h3 {
	margin:0px;
	text-align: left;
}

div.bio p
{
	text-align: left;
}

div.bio img {
	margin: 0px 0px 0px 10px;
	height: 150px;
	float: right;
}

/* Links */

ul.links {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.links li {
	padding:1px;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color:#039;
	text-decoration:none;
}
a:hover {
	color:#036;
	text-decoration:underline;
}