@charset "UTF-8";
body,html {
	height:100%;
}
body {
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/clouds.jpg);
	background-repeat: no-repeat;
}
#container {
	width:1000px;
	display:block;
	float:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 100px;
	padding: 0px;
}
.building {
	background-image: url(../images/building.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#spacer {
	height:100%;
	float:left;
	font-size:1px;
	padding:0;
	margin:0;
}
.galleryframe {
	background-image: url(../images/galleryframe.png);
	background-repeat: no-repeat;
	background-position: 150px bottom;
	width: 730px;
	bottom: 0px;
	height: 495px;
}
.sign {
	background-repeat: no-repeat;
	height: 771px;
	width: 399px;
	background-position: bottom;
}
#simplegallery1{
	position: relative; /*keep this intact*/
	visibility: hidden;
	width: 400px;
	margin-left: 200px;
	margin-top:155px;
	color: #000;
}

#simplegallery1 .gallerydesctext{
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#maincontent{
	width: 550px;
	margin-left: 200px;
	margin-top:190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#contactbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #156C68;
	text-decoration: none;
	padding-left: 10px;
	
}
#contactbox a:hover {
	color: #FA4BDB;
	text-decoration: underline;
	
}
