@charset "utf-8";
.container {
	background-color: #FFFFFF;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.sideBar {
	background-color: #FFFFFF;
	height: 500px;
	width: 200px;
	float: left;
	padding-top: 10px;
}
.slideshow {
	float: right;
	height: 500px;
	width: 600px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.navBar {
	height: 25px;
	width: 850px;
	font-family: "Charlemagne Std";
	color: #996600;
	text-decoration: underline;
}
a:link {
	color: #996600;
	text-decoration: underline;
}
a:visited {
	color: #996600;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
}
.footer {
	height: 25px;
	width: 850px;
	clear: both;
}
