BODY {
	margin: 1px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#container {
	margin-left: 0px;
	height: 624px;
}
#leftbar {
	height: 624px;
	width: 1000px;
}

#thumbnails {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

#thumbnails img {
	border: 1px solid #CCCCCC;
	height: 150px;
	width: 200px;
}
#rightbar {
	float: left;
	height: 600px;
	width: 76px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #efe4cb;
	clear: right;
}
#logo {
	height: 243px;
	width: 76px;
	float: left;
	margin-top: 20px;
}
#back {
	margin-top: 250px;
	float: left;
}
