#gallery_overview {
	background-color: #FFFFFF;
	background-image: url(../images/gallery_list_bg.gif);
	background-repeat:repeat-y;
}

#gallery_header, #whitecol_header {
	background-image: url(../images/gallery_header_bg.gif);
	background-repeat: no-repeat;
	
	padding-top: 30px;
	padding-left: 14px;
}

#whitecol {
	padding-top: 30px;
	padding-left: 14px;
}

#gallery_header {
	/*padding-right: 264px;*/
	padding-right: 24px;
	
	width: 762px;
	/*width: 522px;*/
	height: 88px;
}

#whitecol_header {
	padding-right: 14px;
	width: 772px;
}

#gallery_overview hr {
	height: 2px;
	width: 797px;
	background-color: #E4E4E4;
	color: #E4E4E4;
	
	position: relative;
	left: 2px;
}

div.gallery_thumb {
	float: left;
	margin: 14px;
	
	width: 132px;
	
	background-image: url(../images/gallery_image_bg.jpg);
	background-repeat: no-repeat;
}

img.gallery_thumb {
	margin-top: 19px;
	margin-left: 19px;
}

div.gallery_thumb > ul {
	margin-top: 8px;
	margin-left: 14px;
	list-style-image: url(../images/arrow_black.png);
	*list-style-image: url(../images/arrow_black_ie.png);
}

div.gallery_thumb > ul > li > a:link, div.gallery_thumb > ul > li > a:active, div.gallery_thumb > ul > li > a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

div.gallery_thumb > ul > li > a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#gallery_overview > h2 {
	margin-left: 14px;
	font-size: 12pt;
}

#gallery_overview > p {
	margin-top: 10px;
	margin-left: 14px;
	margin-right: 14px;
}

#gallery_bar {
	width: 800px;
	
	clear: both;
	
	background-color: #001D42;
	background-image: url(../images/gallery_bar_bg.gif);
	background-repeat: repeat-y;
	
	overflow: hidden;
	height: 15px;
}


#gallery_detail {
	width: 800px;
	padding: 0px;
	
	background-color: #FFFFFF;
	background-image: url(../images/gallery_list_bg.gif);
	background-repeat:repeat-y;
}

#gallery_desc {
	padding: 20px;
	*margin-top: -4px;
	padding-bottom: 0px;
	*margin-bottom: -30px;
		
	background-image: url(../images/gallery_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 760px;
	min-height: 330px;
}

#gallery_desc > p {
	width: 250px;
	font-size: 9pt;
}

#gallery_desc > div, #gallery_desc > embed, #gallery_desc > object {
	float: right;
}

#gallery_download_links {
	height: 0px;
	position: relative;
	top: 315px;
	left: 20px;
}

#gallery_download_links a:link, #gallery_download_links a:active, #gallery_download_links a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 9pt;
}

#gallery_download_links a:hover {
	text-decoration: underline;
}