@charset "UTF-8";
/* CSS Document */
body {
	background-color: #5a514a;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #9c9894;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9c9894;
}
a:hover {
	text-decoration: underline;
	color: #9c9894;
}
a:active {
	text-decoration: none;
	color: #9c9894;
}


#container {
	width: 987px;
	height: 100%;
	margin-left: -493px;
	position: relative;
	top: -15px;
	left: 50%;
	float: none;
	overflow: hidden;
}
#container_gallery {
	width: 987px;
	height: 100%;
	margin-left: -486px;
	position: relative;
	top: -15px;
	left: 50%;
	float: none;
	overflow: hidden;
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	width: 987px;
	height: 100%;
	overflow: hidden;
	height: 142px;
	float: left;
}
#image {
	background-image: url(images/contact_image.jpg);
	background-repeat: no-repeat;
	width: 987px;
	position: relative;
	overflow: hidden;
	height: 294px;
	float: left;
}
#imagehome {
	background-image: url(images/home_image.jpg);
	background-repeat: no-repeat;
	width: 987px;
	position: relative;
	overflow: hidden;
	height: 375px;
	float: left;
}
#imageabout {
	background-image: url(images/about_image.jpg);
	background-repeat: no-repeat;
	width: 987px;
	position: relative;
	overflow: hidden;
	height: 294px;
	float: left;
}
#imagegallery {
	background-image: url(images/gallery_image2.jpg);
	background-repeat: no-repeat;
	width: 987px;
	position: relative;
	overflow: hidden;
	height: 294px;
	float: left;
}

#navigation {
	width: 987px;
	height: 100%;
	position: relative;
	height: 19px;
	float: left;
}

#home {
	background-image: url(images/home.jpg);
	background-position: 0px;
	height: 19px;
	width: 55px;
	position: absolute;
	left: 369.5px;
	top: 98px;
}
#home:hover {
	background-position: -55px;
}

#home_on {
	background-image: url(images/home.jpg);
	background-position: -55px;
	height: 19px;
	width: 55px;
	position: absolute;
	left: 369.5px;
	top: 98px;
}

#about {
	background-image: url(images/about.jpg);
	background-position: 0px;
	height: 19px;
	width: 69px;
	position: absolute;
	left: 55px;
	left: 424.5px;
	top: 98px;
}
#about:hover {
	background-position: -69px;
}

#about_on {
	background-image: url(images/about.jpg);
	background-position: -69px;
	height: 19px;
	width: 69px;
	position: absolute;
	left: 55px;
	left: 424.5px;
	top: 98px;
}
#gallery {
	background-image: url(images/gallery.jpg);
	background-position: 0px;
	height: 19px;
	width: 68px;
	position: absolute;
	left: 493.5px;
	top: 98px;
}
#gallery:hover {
	background-position: -68px;
}

#gallery_on {
	background-image: url(images/gallery.jpg);
	background-position: -68px;
	height: 19px;
	width: 68px;
	position: absolute;
	left: 493.5px;
	top: 98px;
}
#contact {
	background-image: url(images/contact.jpg);
	background-position: 0px;
	height: 19px;
	width: 56px;
	position: absolute;
	left: 561.5px;
	top: 98px;
}
#contact:hover {
	background-position: -56px;
}

#contact_on {
	background-image: url(images/contact.jpg);
	background-position: -56px;
	height: 19px;
	width: 56px;
	position: absolute;
	left: 561.5px;
	top: 98px;
}
#heading {
	width: 627px;
	height: 20px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #5a5b5e;
	float: left;
	padding-left: 180px;
	padding-right: 180px;
	padding-top: 256px;
	overflow: hidden;
}

#main {
	width: 987px;
	position: relative;
	float: left;
	width: 987px;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat;
	height: 100%;
}
#main_gallery {
	width: 987px;
	position: relative;
	float: left;
	width: 987px;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat;
	height: 450px;
}
#main_text {
	width: 627px;
	height: 100%;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 135%;
	color: #5a5b5e;
	float: left;
	padding-left: 180px;
	padding-right: 180px;
	background-repeat: repeat;
	overflow: visible;
}

#thumbs {
	height: 200px;
	width: 987px;
	padding-left: 175px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 987px;
	position: relative;
	height: 54px;
	float: left;
}

#footer_text {
	width: 727px;
	position: relative;
	height: 20px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9c9894;
	padding-left: 130px;
	padding-right: 130px;
	overflow: hidden;
}

#rights {
	width: 300px;
	position: relative;
	height: 20px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9c9894;
	overflow: hidden;
}
#bangbang {
	width: 250px;
	position: relative;
	height: 20px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9c9894;
	overflow: hidden;
}
