body {
	background-color: #000000;
	background-image: url(../images/background-1.jpg);
	background-repeat: repeat-y;
	background-position: center;

}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #330000;
	width: 750px;
	height:132px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 3px double #330000;
}
.footer {
	background-color: #E6E6C8;
	width: 750px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	border: 3px double #330000;
}
.copyright, a.copyright:link, a.copyright:visited, a.copyright:hover, a.copyright:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #330000;
	text-decoration: none;
}
#links_div {
	background-color: #E6E6C8;
	border: 3px double #330000;
	padding: 5px;
	margin-right:5px;
	margin-bottom: 20px;
}
    
#coming_events {
	background-color: #E6E6C8;
	border: 3px double #330000;
	padding: 5px;
	margin-right:10px;
	margin-bottom: 20px;
}
#main_pane {
	background-color: #E6E6C8;
	border: 3px double #330000;
	padding: 5px;
	margin-left:10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #330000;
	text-decoration: none;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #330000;
	text-decoration: none;

}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #330000;
	text-decoration: none;

}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #330000;
	text-decoration: none;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
.newMenuLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: small-caps;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}
#layoutLogic {
	width:750px;
}
.section {
	display:block;
	margin: 0 auto;
	width: 750px;
}
.col-A, .col-B, .col-A-small, .col-B-large, .col-A-smallest {
	float: left;
}
.col-A {
	text-align: left;
	display: block;
	width: 250px;
}
.col-A-small {
	text-align: left;
	display: block;
	width: 200px;
}
.col-A-smallest {
    text-align: left;
	display: block;
	width: 125px;
}
.col-B {
	text-align: left;
	display: block;
	width: 500px;
}
.col-B-large {
	text-align: left;
	display: block;
	width: 550px;
}
.col-B-largest {
	text-align: left;
	display: block;
	width: 625px;
}
.clear {
	clear: both;
}
.photo {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 10px;
	border: 1px solid #000000;
}

