﻿body {
	background-color:grey;
	font-family:"Palatino Linotype", Palatino, serif;
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style-type:none;
}

#name-mark {
	font-family:Trebuchet MS;
	font-size:70pt;
	position:absolute;
	z-index:-1;
	top:-20px;
	left:0px;
}

#copy {
	color:#FFFFFF;
	float:left;
	font-size:10pt;
	text-align:right;
	width:100%;
}

#content {
	width:950px;
	margin:0 auto;
	padding-top:50px;
}

#galleries {
	width:150px;
	float:left;
}

#galleries a.active {
	font-weight:bold;
}

#image-selector {
	height:1px;
	width:175px;
	float:left;
}

#image-selector a {
	display:block;
	height:60px;
	width:60px;
	background-color:white;
	float:left;
	margin:10px;
}

#image-selector a img {
	border:0 none;
	margin:0 auto;
}

#image-display {
	width:600px;
	float:left;
}

#image-container {
	width:550px;
	margin:0 auto;
}

#image-display img {
	background-color:white;
	padding:50px;
}

#image-details {
	background-color:white;
	padding:10px 50px;
	margin-top:30px;
	margin-bottom:20px;
}

