body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
	font-size: 150%;
	text-align: center;
}

a {
	color: #663300;
}

a:hover {
	color: #666666;
}

#container {
	width: 800px;
	height: 600px;
	position: relative;
	top: 20px;
	margin: auto;
}

#header {
	width: 800px;
	height: 200px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 157px;
	left: 267px;
}

#header li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}

#top_line {
	width: 800px;
	height: 29px;
	border-top: 2px solid #ffffff;
	background-image: url(images/top_line.gif);
	background-repeat: no-repeat;
}

#center_line {
	width: 800px;
	_height: 350px;
	min-height: 350px;
	overflow: auto;
	_overflow: visible;
	background-image: url(images/center_line.gif);
	background-repeat: repeat-y;
}

#bottom_line {
	width: 800px;
	height: 50px;
	background-image: url(images/bottom_line.gif);
	background-repeat: no-repeat;
}

#image {
	width: 395px;
	height: 350px;
	float: left;
	text-align: center;
	border-right: 1px solid #333333;
}

#text {
	width: 360px;
	padding: 20px;
	float: right;
}
	
#thumbs {
	width: 670px;
	position:relative;
	left: 60px;
}