body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
	background-color: #000000;
	background-image:  url("../graphics/bg.png");
	background-repeat: no-repeat;
	color: #B9A65B;
}

img {
	border: 0px none;
}

.navigation {
	position: absolute;
	top: 320px;
	left: 5px;
}

.slide_show {
	position: absolute;
	left: 10px;
	top: 10px;
}

.img_anchor {
	position: absolute;
	left: 500px;
	top: 300px;
}

p {
	font-size: 14px;
}

iframe {
	border: 0px;
	margin: 0;
	padding: 0;
}

.quote {
	font-size: 9px;
	font-style: italic;
	text-align: center;
}
a:link {
	color: #C8C8C8;
}
a:visited {
	color: #B9A65B;
}
a:hover {
	color: #D66A22;
}

