@charset "utf-8";
/* CSS Document */

h1, h2, body, p {padding:0; margin:0;}

body {
	background-color: #000000;
}

#container {
	position: absolute; 
	left: 50%;
	width: 746px;
	margin-left: -373px;
	height: auto;
	margin-top: 5px;
	background-color: #FFFFFF;
}

#header {
	height: 102px;
	background: url(images/header2.jpg) top left no-repeat;
	overflow: hidden; /*fixes problem with IE7 showing extra space below image in header div*/
	border-bottom: 1px solid #000000;
}

#left {
	float: left;
	background: #ffffff url(images/navbackground.png) top left no-repeat;
	height: 563px;
	width: 157px;
}

#right {
	float: right;
	min-height: 500px;
	height: auto;
	width: 569px;
	background-color: #ffffff;
	padding: 10px;
}

#rightTop {
	float: right;
	height: 65px;
	width: 588px;
	background-color: #bebdbd;
	overflow: hidden;
	border-bottom: 1px solid #000000;
}

#footer {
	width: 100%;
	clear: both; /*clears float left and right to push div below other 2 above it*/
	background: #8d3a3a;
	border-top: 1px solid #000000;
	text-align: center;
	height: 40px;
	padding: 5px 0px 5px 0px;
}

#footer a:link {
	color: #999999;
	text-decoration:none;
}

#footer a:visited {
	color: #999999;
}

#footer a:hover {
	color: #FFFFFF;
}

#header h1 {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.thumbnail {
	border-right: 1px solid #000000;
}

.pictures {
	border: 1px solid #000;
	margin: 5px;
}
