body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, san-serif;
	background-image: url(bg.jpg);
	background-position: top center;
	background-repeat: yes;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	letter-spacing: 0px;
	word-spacing: 0px;
}

img {
	border: 0px;
}

#header {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 624px;
	width: 820px;
	margin-left: -410px;
	background-image: url(header.jpg);
}

#content-container {
	position: absolute;
	top: 340px;
	left: 50%;
	width: 820px;
	margin-left: -410px;
}

#navigation-container {
	position: absolute;
	top: 250px;
	left: 50%;
	width: 680px;
	margin-left: -340px;
}
.navigation-item {
	margin-right: 20px;
	float: left;
}

.thumb {
	margin-top: 8px;
	margin-right: 12px;
	float: left;
}

.thumb2 {
	margin-top: 8px;
	margin-right: 0px;
	float: left;
}
.spacer {
	margin-left: 70px;
	margin-top: 15px;
}

.align {
text-align: center;
}

#sidebar {
	float: left;
	width: 220px;
	margin-left: 70px;
}

#content {
	float: right;
	width: 450px;
	margin-left: 0px;
	margin-right: 60px;
}

#copyright {

	color: #464646;
	text-align: right;
	margin-right: 150px;
	clear: both;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	color: #54473a;
}

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}