HTML {
	HEIGHT: 100%
}

/* Main Layout
------------------------------ */
body {
	background: #000022;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
}
#main {
	text-align: left;
	margin: 5px auto 20px;
	width: 701px;
	background: #000333;
	padding: 0px 30px 5px;
	border: 1px solid #444;
}
#titlebar {
	text-align: center;
	margin: 0px auto;
	width: 745px;
}
#gallerytitle {
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*min-height: 40px;
  _height: 40px;*/
}
#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12pt; 
	margin-top: 12px;
	width:510px;
}


/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: underline; color: #aaa/*#86a1b6;*/ }
a:hover, a:focus { text-decoration: underline; color: #94c2e5; }

.sitetitle h1 a:link,.sitetitle h1 a:active,.sitetitle h1 a:visited { text-decoration: none; color: #bbb; font-variant:small-caps; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:.25em;}
.sitetitle h1 a:hover,.sitetitle h1 a:focus { text-decoration: none; color: #eee; font-variant:small-caps; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:.25em;}


/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #888;
}
h1 {
	font: 150% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #aaa;
}
h2 {
	font: 110% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #aaa;
}
h2 a:link, h2 a:visited {
	color: #aaa;
	text-decoration: none;
}
h2 span {
	color: #aaa;
}
h2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
h3 {
	font: 100% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #aaa;
	margin-top: 30px;
	padding: 0px 0px 5px 0px;
}
h3 a:link, h3 a:visited { 
	text-decoration: none; 
	margin: 0px 0px 5px 0px;
}
h3 a:hover { 
	text-decoration: none; 
	color: #ff6633;
}
h4 {
	font: 80% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: ;
	color: #444;
	margin-top: 30px;
}

/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
}


/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #444;
	background-color: #333;
}
.imagethumb a:visited {
    background-color: #333;
    border: 1px solid #444;
}
.imagethumb a:hover {
	background-color:#333;
	border: 1px solid #ff6633;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
	margin-bottom: 12px;
}
#footnotes {
	float: left;
	margin-bottom: 12px;
}
.album {
	margin: 4px -4px 4px 12px;
    padding: 10px 0px 8px 8px;
	float: left;
	width: 322px;
	border: 1px solid #444;
	background: #000022;
	line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
  	padding: 8px 8px 0px;
  	margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}

.floatright
{
float: right;
text-align: center;
text-decoration: none;
margin: 10px 0 8px 20px;
font-size: 90%;
}

.floatright a:link, a:active, a:visited { 
font-size: 12px;
font-weight: bold;
text-decoration: none; color: #aaa/*#86a1b6;*/ 
}

.floatright img
{
border: solid 0px;
}
