body {
	background-color: #FFFFFF;
	
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container #navbar {
	margin: 0px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373B40;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 219px;
}
#container #navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container #navbar li {
	display: inline;
	padding-right: 40px;
	padding-left: 25px;
}
#container #navbar a {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 16px;
	text-transform: uppercase;
	color: #373B40;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 50px;
	padding-bottom: 16px;
	padding-top: 0px;
}
#container #navbar a:hover {
	background-image: url(../images/arrow_up.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #navbar a:focus {
	outline:none;
}#container #banner {
	height: 500px;
	margin-top: 10px;
}
#banner #title {
	float: left;
	height: 496px;
	width: 244px;
}
#banner #title h1 {
	display: none;
}
#banner #title h2 {
	display: none;
}
#banner #picture {
	padding: 7px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #E8F2FE;
}
#container #content {
	margin: 0px;
	clear: both;
	float: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #content #text {
	float: left;
	width: 450px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373A3F;
	line-height: 20px;
	height: 308px;
	padding-right: 20px;
	padding-left: 5px;
	padding-bottom: 0px;
	overflow: auto;
}
#container #content #text p em {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
#container #content #text a {
	color: #373B40;
	text-decoration: none;
}


#container #content #frameholder {
	padding: 0px;
	margin: 0px;
	float: right;
	background-color: #E8F2FE;
}
#container #content #frameholder img {
	border: 1px solid #CCCCCC;
	padding: 7px;
}
#container #content #thumbnails {
	padding-top: 10px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	float: none;
	margin: 0px;
	
}

.thumbnail {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	
	
	
}
.thumbnail:hover{
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	
}

#container .info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #373B40;
	text-align: center;
	height: 40px;
}
#container #footer {
	line-height: 40px;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373B40;
	text-align: center;
	clear: both;
	float: none;
}
#container #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}
#container #footer a:hover {
	color: #666666;
}

