html { 
	height: 100%; 
	min-height: 100%;
}
body {
	background-image: url(../pictures/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 11px;
	text-align: center;
	background-color: Black;
}
img  {
	border: 0px none;
}
.menu {
	float: left;
	margin-bottom: -3px;
	margin-top: 0px;
}
.title {
	float: left;
	margin-bottom: -3px;
	margin-top: 0px;
	overflow: auto;
}
.background {
	height: auto;
	width: 698px;
	background-color: white;
	background-image: url(../pictures/backdrop.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	border: 0px;
	border-collapse: collapse;
	overflow: auto;
}
.container {
	width: 656px;
	text-align: left;
	margin-left: 22px;
	margin-right: auto;
	border-spacing: 0px;
	padding: 0px;
	border: 0px;
	min-height: 100%;
	overflow: hidden;
}
.columnscontainer {
	width: 670px;
	border: 0px;
	border-spacing:0px;
	padding:0px;
	margin:0px;
	min-height: 100%;
}
.contentcontainer {
	border: 0px;
	border-spacing:0px;
	padding:0px;
	margin:0px;
	width: 650px;
	float: left;
	text-align: left;
	display: inline; 
	min-height: 100%;
}
.content {
	margin: 9px;
	min-height: 100%;
	text-align: center;
}
.current {
	font-family: "Adobe Garamond Pro Bold", Arial, Helvetica, sans-serif;
	width: 70%;
	text-align: left;
	font-size: medium;
	margin-left: 25%;
}
.history {
	font-family: "Adobe Garamond Pro Bold", Arial, Helvetica, sans-serif;
	width: 65%;
	margin-left: 17%;
	margin-bottom: 1em;
	text-align: justify;
	text-indent: 10px;
	font-size: small;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	width: 80%;
	margin-left: 5%;
	text-align: left;
	text-indent: 10px;
	font-size: small;
}
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: auto;
	font-weight: bold;
}
.his {
	font-family: "Adobe Garamond Pro Bold", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0 1em 0;
}
.new {
	font-family: "Adobe Garamond Pro Bold", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0 0 0;
}
.bottom {
	font-size: small;
	margin: 0 0 0 0;
}
.req {
	font-family: "Adobe Garamond Pro Bold", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0 1em 0;
}
.alb {
	font-family: "Adobe Garamond Pro Bold", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0 1em 0;
}
.content p {
	font-family: "Adobe Garamond Pro Bold", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: medium;
	margin: 0 0 0 10px;
}
.content a {
	color: Highlight;
}
.content a:hover {
	text-decoration: none;
	color: Red;
}
address.cont {
	text-align: left;
	margin: 0 0 0 10px;
}
.cal {
	margin-top: 40px;
}
.album {
	font-family: "Adobe Garamond Pro Bold", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: medium;
	margin: 1em 0 1em 0;
	width: 65%;
	margin-left: 17%;
}
h3.album {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 1em;
}
#myGallery
{
	width: 600px !important;
	height: 400px !important;
	text-align: left;
	margin: 2em auto;
} 