@CHARSET "UTF-8";

/* MainCSS File */

html, body {
	height: 100%;
	width: 100%;
}

body {
	position: relative;
	background-color: #cccc66;
}

.mapson span {
	display: none;
}

#page {
	background-color: #fffae9;
	width: 950px;
	margin: auto;
	margin-top: 10px;
}

#logo {
	text-align:right;
	height: 107px;
}

#logo img{
	margin-top: 35px;
	margin-right: 40px;
}

#wrapper {
	margin: 0 15px;
	position: relative;
}

#content {
	width: 420px;
	min-height: 560px;
	background-color: #680101;
	margin-bottom: 10px;
	padding: 22px 20px 10px 20px;
}

#leftimage, #rightimage, #content {
	float:left;
	position: relative;
}
#leftimage, #rightimage{
	min-height: 200px;	
}

#leftimage{
	width: 25px;
}

#rightimage {
	width: 435px;	
}
#rightimage img, #leftimage img{
	position: absolute;
	top: 0;
	left: 0;
	display:block;
}

#footer {
	width: 870px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 20px;
}

#footer a {
	color: #666;
	margin-left: 15px;
	text-decoration: none;
}
		
.clear{
	clear: both;
}

.gallery .galImage {
	border: 1px solid #fffae9;
	width: 128px;
	height: 128px;
	overflow: hidden;
	float: left;
	margin: 5px 0;
}
.gallery .center{
	margin: 5px 15px;	
}

.gallery .drop {
	margin-bottom: 30px;	
}

.caption {
	display: none;
}

#homecontent {
	position: absolute;
	left: 45px;
	top: 350px;
}
#wrapper img{
	margin-bottom: 20px;
}

#homecontent h1{
	color:#FFFFFF;
	font-size:35px;
	font-style:normal;
}