body, p, div, span {
	padding: 0px;
	margin: 0px;
}
body {
	background-attachment: scroll;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	background-color: #a7987c;
	font-family: "Trebuchet MS", Georgia, Verdana;
	font-size: 1em;
}
#top {
	background-color: #dbdacf;
}
#top-logo {
	background-attachment: scroll;
	background-image: url(gfx/robart.gif);
	background-repeat: no-repeat;
	height: 117px;
	width: 161px;
	float: left;
}
#top-menu {
	margin-top: 2.5em;
	float: left;
	font-size: 1.2em;
	color: #797766;
}
#top-menu div {
	margin-left: 1.5em;
	float: left;
}
#top-menu a {
	text-transform: lowercase;
	padding: .5em;
	text-decoration: none;
}
#top-menu a:link, #top-menu a:active {
	color: #918f7e;
}
#top-menu a:visited {
	color: #797766;
}
#top-menu a:hover {
	color: #000000;
}
#top-menu a#selected {
	color: #000000;
}
a:link {
	color: white;
	text-decoration: underline;
}
a:visited {
	color: #ecece1;
	text-decoration: underline;
}
#main {
	position: absolute;
	top: 140px;
	left: 32px;
	right: 32px;
	color: white;
	font-size: .93em;
	border: solid 0px;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
#thumbs {
	margin-top: 1.5em;
}
#thumbs div {
	margin-right: 10px;
	margin-bottom: 25px;;
	height: 200px;
	width: 200px;
	float: left;
	text-align: center;
}
/* border around thumbnails
   and large images*/
#thumbs div img, #large p img {
	border: 2px solid #797766;
}
/* center large images */
#large p {
	text-align: center;
	margin-bottom: 1em;
}
#image-nav {
	text-align: center;
	margin-bottom: 1em;
}
#image-nav span {
	margin: 0px 1.2em;
}
#footer {
	margin-top: 1.5em;
	text-align: right;
	font-size: .8em;
	color: #e5dfd3;
	clear: both;
}
form {
	
}
label {
	display: block;
	float: left;
	width: 5em;
	clear: both;
	text-align: right;
	margin-right: 1em;
	padding-top: .4em;
}
input {
	width: 20em;
	height: 1.4em;
}
textarea {
	width: 30em;
	height: 6em;
}
.submit {
	margin-left: 0em;
	margin-top: .5em;
	width: 10em;
	height: 2em;
	font-size: .9em;
	padding-top: .1em;
}
input, textarea {
	background-color: #ecece1;
	font-family: "Trebuchet MS", Georgia, Verdana;
	padding: .2em;
	margin: .25em 0;
}
.error {
	margin-left: 7em;
	padding: 0em;
	color: #ffffff;
	font-size: .88em;
}
#pc {
	margin-top: 2em;
	padding: .2em .5em;
	border: solid 1px #7d6d52;
	font-size: .95em;
}