body {
	background: url('images/back.jpg') #000000 top center no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C2A55B;
}
body.weddings {
	background: url('images/back_weddings.jpg') #000000 top center no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C2A55B;
}
body.concerts {
	background: url('images/back_concerts.jpg') #000000 top center no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C2A55B;
}
body.events {
	background: url('images/back_events.jpg') #000000 top center no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C2A55B;
}
body.history {
	background: url('images/back_history.jpg') #000000 top center no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C2A55B;
}
a {
	COLOR: #C4A961;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

.links a {
	font-size: 18px;
	text-decoration: none;
}

.links a:hover {
	color: #fff;
	}
.footer {
	height: 32px;
	text-align: center;
	margin:10px auto;

}

.footer img{
	margin:0px auto;
	

}

.lefty {
	float: left;
	padding: 10px;
}
.copy {
	padding: 10px;
	text-align: left;
}

.small img{
	max-height: 100px;

}

h1 {
	line-height: 30px;
}

h2 {
	line-height: 40px;
	padding-top:20px;
}

b {
	color: #C4A961;
	font-family: "GEORGIA", Arial, Helvetica, sans-serif;
}

.alert 	{
	width: 300px;
	border: solid 3px;
	color: #fff;
	padding: 10px;
	float: right;
	margin: 10px;
}
.header {
	text-align: center;

}
.header a {
	background: url('images/tab_r.png') top center no-repeat;
	font-size: 80%;
	text-decoration: none;
	width: 100px;
	padding: 16px 5px 25px 5px;
	float:left;
	height: 20px;
}

.header a:hover {
	background: url('images/tab.png') top center no-repeat;
	font-size: 90%;
	text-decoration: none;
	width: 100px;
	padding: 16px 5px 25px 5px;
	float:left;
	height: 20px;
	color: #fff;
	}