﻿#container {
	position: relative;
	width: 100%;
	background-image: url('Images/Background.jpg');
	text-align: center;
	top: 0px;
	left: 0px;
}
#left_col {
	position: fixed;
	width: 100px;
	height: auto;
	top: 90px;
	left: 5px;
	float: left;
}
#page_content {
	padding: 5px;
	margin: 80px auto 0px 0px;
	border: 5px solid #663300;
	background-image: url('Images/Central Background.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	float: left;
	top: 0px;
	left: 100px;
	width: 85%;
}
#footer {
	height: 100px;
	width: 100%;
	clear: both;
}
#link {
	border: 3px solid #663300;
	background-color: #CC6600;
	position: relative;
	width: 100px;
	height: 40px;
	text-align: center;
	left: 0px;
}
#thumbnail_holder {
	border-color: #663300;
	width: auto;
	position: relative;
	text-align: center;
	height: auto;
	float: left;
}
#thumbnail {
	border-color: #663300;
	position: relative;
	width: 160px;
	height: 105px;
	padding-top: 1em;
}
#thumbnail_description {
	border-color: #663300;
	position: relative;
	width: 120px;
	height: 5em;
	text-align: center;
}
#picture {
	margin: 5px;
	float: left;
}
#description {
}
#top_of_page {
	position: relative;
	text-align: center;
	width: 100%;
}
#sub_set {
	position: relative;
	left: 0px;
	width: 100%;
	clear: both;
	padding: 5px;
}
#sub_division {
	padding: 5px;
	left: 0px;
	text-align: left;
	clear: both;
	position: relative;
	width: 100%;
}
#sub_division_list {
	position: relative;
	padding: 5px;
}
#menu_thumbnail {
	float: left;
	clear: left;
}
#menu_description {
	height: 110px;
}
#menu_item {
	clear: right;
	height: 150px;
}
