@charset "UTF-8";
/* CSS Document */

/***************************************************************************************/
/***************************************************************************************/
/**********                                                                   **********/
/**********                           COLOR PALETTE                           **********/
/**********                           LT GREEN BLUE: #919c9d                  **********/
/**********                           DK GREEN BLUE: #738082                  **********/
/**********                                 LT GREY: #d8d3cb                  **********/
/**********                                 DK GREY: #a79d96                  **********/
/**********                                                                   **********/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

#gallery_page #content {
	background-image: url(../images/spacer.png);
}
#gallery_page #main_content {
	width: 670px;
}
#details_page #content {
	background-image: none;
	background-color: #FFFFFF;
	text-align: left;
}
#gallery {
	margin: 20px;
}

.gallery_object {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4c5457;
}

.gallery_img {
	float: left;
	margin: 8px;
	color: #727f82;
}

.gallery_img img {
	border: 3px solid #4c5457;
	margin-bottom: 4px;
}

#gallery ul, #gallery ol {
	margin-left: 0px;
	padding-left: 20px;
}

#gallery ul li, #gallery ol li {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
}

.gallery_nav {
	margin: 20px;
}

.left_container {
	float: left;
}

.right_container {
	float: right;
}

#details_page #gallery { margin-top: 0px; }
#details_page .gallery_object { border-bottom: none; }
#details_page #gallery .gallery_object ul, #details_page #gallery .gallery_object ul li { width: 250px; }
.display_details { float: left; width: 500px; margin-left: 40px; }
#details_page h1 {
	color: #727f82;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 8px 10px 4px 20px;
	padding: 0px;
	text-transform: uppercase;
}