html {overflow-y: scroll;}

body {
	margin: 0;
	background-color: #18497b;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: center 70px;
}
.right {
	background-image: url('images/right_shadow.gif');
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 70px;
}
.left {
	background-image: url('images/left_shadow.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 70px;
}
.content {
	background-image: url('images/content_bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	padding: 5 0 0 20;
}
.content_gallery {
	background-image: url('images/content_bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	padding: 5 0 0 15;
}
.mainfont {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-color: #1f1f1f;
}
table.history td {
	padding: 6 6 6 15;
	vertical-align: top;
}
table.reflections td {
	padding: 3 3 3 20;
	vertical-align: top;
}
table.staff td {
	padding: 5 5 5 5;
}
img.border {
	border: 5px solid #e1e1e1;
}
.subtitle {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-color: #1f1f1f;
}
.whenwegather {
	padding-left: 20px;
}
.where {
	line-height: 180%;
}
table.gallery img {
	border: 6px solid #d1d1d1;
}
td.theo_list ul {
	list-style-type: upper-alpha;
}
.linknames {
	font-weight: bold;
	font-size: 13px;
}
table.leftpad td {
	padding-left: 30px;
}
table.response td {
	padding-left: 20px;
}


a:link {color: #18497b; text-decoration: none;}
a:visited {color: #18497b; text-decoration: none;}
a:active {color: #18497b; text-decoration: none;}
a:hover {color: #336eb1; text-decoration: none;}

.linkcontent {
	min-height:100px;
	margin-bottom:10px;
	background-color:#FFF;
	padding: 8px;
}
.linkcontentalt {
	background-color: #e6edf3;
	min-height:100px;
	margin-bottom:10px;
	padding: 8px;
}
.newscontent {
	background-color: #fff;
	min-height:150px;
	margin-bottom:10px;
	padding: 8px;
}
.album-container {
	width:300px;
	text-align:center;
	float:left;
	margin-right:30px;
	font-weight:bold;
}
