/* CONTACT PAGE */
.contact_container {
	padding: 0px 154px 0px 140px;
}
.contact_block_one {
	float: left;
	width: 225px;
}
.contact_block_one p {
	margin-left: 20px;
}
.contact_block_two {
	float: left;
	padding-left: 40px;
	width: 430px;
}
.contacts_box {
	padding: 3px 0px 5px 5px; 
	border-top: solid 1px #474644; 
	border-bottom: solid 1px #474644;
}

/* PHOTO OF THE DAY */
.photo_container {
	padding: 0px 154px 0px 140px;
	text-align: center;
}
.photo_sub_title {
	margin: 0px;
	padding: 4px 0px 6px 0px; 
	border-top: solid 1px #474644; 
	border-bottom: solid 1px #474644;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.photo_title {
	margin: 0px;
	padding: 3px 0px 5px 0px; 
	border-top: solid 1px #474644; 
	font-size: 40px;
	line-height: 47px;
}
.photo_border {
	border: solid 2px #474644;
}
.photo_text {
	padding-bottom: 30px;
}

/* GALLERY */
.gallery_photo_box {
	display: block;
	padding-bottom: 20px;
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}
.gallery_details {
	padding: 0px 154px 0px 140px;
	text-align: center;
}
.gallery_title {
	margin: 0px;
	padding: 3px 0px 5px 0px; 
	font-size: 40px;
	line-height: 47px;
}
.gallery_sub_title {
	margin: 0px;
	padding: 4px 0px 6px 0px; 
	border-top: solid 1px #474644; 
	border-bottom: solid 1px #474644;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.gallery_text {
	padding-bottom: 30px;
	font-style: italic;
	font-size: 14px;
	text-transform: none;
}
#top_photo {
	width: 900px;
}
#gallery_photo {
	border-left: solid 8px #FFFFFF; 
	border-right: solid 8px #FFFFFF;
}
#bottom_photo {
	width: 900px;
}
#photo_previous, #photo_next {
	width: 49%;
	height: 100%;
	/*background: transparent url(images/blank.gif) no-repeat;*/ /* Trick IE into showing hover */
	display: block;
}
#photo_previous { 
	float: left;
	left: 0px;
}
#photo_next { 
	float: right;
	right: 0px;
}
#photo_previous:hover, #photo_previous:active { 
	background: url(images/btn-previous.png) left 58% no-repeat; 
}
#photo_next:hover, #photo_next:active { 
	background: url(images/btn-next.png) right 58% no-repeat; 
}

