@charset "UTF-8";
#container {
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	height: 515px;
}
#contact {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	text-align: right;
	float: right;
}
#banner {
	height: 60px;
}
#leftbox {
	float: left;
	width: 500px;
}
#description {
	float: left;
	font-family: "Courier New", Courier, monospace;
	width: 250px;
	font-size: 16px;
	line-height: 1.2em;
}
.infoboxes {
	position: absolute;
	visibility: hidden;
	width: 250px;
	left: 260px;
	top: 450px;
}
.infoboxes_first {
	position: absolute;
	width: 250px;
	left: 260px;
	top: 450px;
}
#thumbnails {
	clear: both;
}
#navigation {
	float: left;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	width: 240px;
	padding-left: 10px;
}
#content {
	clear: both;
}
#rightbox {
	float: right;
	width: 500px;
}
#footer {
	clear: both;
}
.logo {
	float: left;
}
.thumbs {
	border: 1px solid #666666;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
view {
	color: #FF0000;
	text-decoration: none;
}
