/* CSS Document */

.style1 {
	color: #CC0000;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-bottom: 10px;
}
.style2 {
color: #CC0000;
text-align: center;
}
.style4 {
color: #000;
text-align: center;
font-size: 22px;
}

.pg_style {font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-align:justify; }
.pg_style a {font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: underline; }

#gallery_container
{
	width:957px;
	height:auto;
	margin:auto;
}

#gallery_container .top_bar
{
	width:100%;
	height:10px;
	background-color:#697247;
}

#gallery_container .top_buttons
{
	width:927px;
	height:30px;
	padding:15px;
	background-color:#B3B17E;
}

#gallery_container .gallery_images
{
	width:100%;
	height:auto;
	background-color:#697247;
	overflow:auto;
}

#gallery_container .gallery_images .main_image
{
	width:560px;
	margin-left:10px;
	margin-top:15px;
	padding-bottom:15px;
	float:left;
	background-color:#697247;
}

#gallery_container .gallery_images .thumbnails
{
	width:360px;
	margin-left:10px;
	margin-top:15px;
	float:right;
	padding-bottom:15px;
	background-color:#697247;
}

#gallery_container .gallery_images .thumbnails .thumb_images
{
	width:111px;
	height:81px;
	float:left;
	margin-right:5px;
	margin-bottom:14px;
}

.gallery_heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4C552C;
	width:600px;
	margin-left:15px;
	margin-top:5px;
	float:left;
}

.gallery_key_words
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4C552C;
	width:600px;
	margin-left:15px;
	margin-top:8px;
	float:left;
}

.gallery_buttons
{
	width:85px;
	height:33px;
	float:left;
	margin-left:15px;
}

.clear
{
	clear:both;
}

img
{
	border:0px;
}

.img:hover
{
	cursor:pointer;
	cursor:default;
}