html, body {
	height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	border: 0;
	background-color: #E6E6E6;
}
a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
p.last {
	margin: 0;
}
h1 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin: 10px;
}
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	color: #000;
}

p {
	margin: 0 0 10px 0;
}
.copyright {
	font-size: 10px;
}
.hidden {
	display: none;
}
#leftpanel {
	position: absolute;
	z-index: 2;
	background-color: #E6E6E6;
	width: 185px;
}
#image {
/*	margin-left: 185px; */
	text-align: center;
	display: none;
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: fixed;
}
#image img {
	cursor: pointer;
	position: absolute;
	overflow: hidden;
}
#arrows {
	float: right;
}
#arrows div {
	margin: 12px 12px 0 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	cursor: pointer;
}
#arrows #previous {
	background-image: url(../images/left.gif);
}
#arrows #next {
	background-image: url(../images/right.gif);
}
.pad {
	padding: 10px 10px 0 10px;
}
h2, .darker, #arrows div, .portfolio li.current {
/*	background-color: #EDB; */
	color: #333;
}
h2 {
	margin: 2px 0 0 0;
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
}
.darker {
	padding: 0 10px 10px 10px;
}
ul.portfolio {
	list-style: none;
	margin: 4px;
	padding: 0;
	height: 560px;
}
.portfolio li {
	float: left;
	padding: 4px;
}
.portfolio li a img {
	margin-bottom: 1px;
}
.portfolio li.current a img {
	margin-bottom: 0;
	border-bottom: solid 1px #292526;
}
#caption {
	height: 17em;
	overflow: auto;
}
