@charset "utf-8";
/* CSS Document */

a.myLink:link    {
	text-decoration: underline;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.myLink:visited {
	text-decoration: none;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
    /*  A:active  { text-decoration: none; } */
a.myLink:hover  {
	color:grey;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
.page_container {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.gallery_credit {
	padding: 0px;
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.gallery_type {
	text-align: right;
	/* width: 600px; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.gallery_top {
	background-image: url(../images/page_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.gallery_content {
	background-image: url(../images/page_tile.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.gallery_thumbnails {
	padding: 10px;
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
h1 {
	font-size: 1.75em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
}
h1 span {
	font-size: 60%;
	letter-spacing: -0.05em;
}

h2 {
	font-size: 1.25em;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 10px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallery_thumbnails a {
	display: block;
	padding: 0px;
	float: left;
	height: 75px;
	width: 75px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #999;
}
.gallery_thumbnails a:hover {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.gallery_thumbnails a.selected {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.gallery_bottom {
	background-image: url(../images/page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFF;
}

.clear_both {
	line-height: 1px;
	clear: both;
}
