body {
	width: 100%;
	background-color: white;
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: black;
}

#shell {
	position: relative;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

#titlearea {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#leftcolumn {
	float: left;
	height: 100%;
	width: 202px;
}

#rightcolumn {
	float: right;
	height: 100%;
	width: 792px;
}

#scrollarea {
	color: black;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	background-color: white;
	width: 200px;
	height: 640px;
	overflow: auto;
}

img.thumbnail {
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#viewarea {
	color: white;
	background-color: white;
	text-align: center;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	width: 790px;
	min-height: 523px;
	float: left;
	margin-bottom: 10px;
}

#imageinfo {
	color: black;
	background-color: white;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	width: 780px;
	min-height: 95px;
	float: left;
	padding: 5px;
}

#mainimage {
	padding: 20px;
}

.title {
	font-size: 28px;
	font-family: "American Typewriter", Georgia, Times, serif;
	color: black;
	width: 50%;
	float: left;
}

.linkbar {
	width: 100%;
	float: left;
}

.linkbar a {
	margin-right: 10px;
}

.errormessage {
	color: red;
	padding: 5px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	background-color: white;
}

.loading {
	color: #666666;
}

.button {
	margin-right: 10px;
}

#categorymenu {
	margin-top: 10px;
}

.contact {
	float: right;
	width: 25%;
	text-align: right;
	display: block;
	margin-top: 14px;
}

.link {
	padding-left: 5px;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:focus {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #6666ff;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}