/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #828282;
	text-align: justify;
	margin-top: 7px;
	margin-bottom: 15px;
	letter-spacing: 3px;
}
a:active, a:visited, a:link {
	color: #828282;
	text-decoration: none;
}
a:hover {
	color: #D1B696;
	text-decoration: none;
}
.gold {
	font-size: 10px;
	color: #D1B696;
}
.gold-small {
	font-size: 8px;
	color: #D1B696;
}
#stage {
	width: 723px;
	margin: 11px auto;
	text-align: left;
	border: 0;
}
table#halaman {
	width: 719px;
	border: 2px solid #DCCDAE;
}
#top-menu {
	height: 34px;
	color: #D1B696;
}
#top-menu a, #top-menu a:link, #top-menu a:visited, #top-menu a:active {
	color: #D1B696;
	text-decoration: none;
	letter-spacing: 3px;
}
#top-menu a:hover {
	color: #828282;
	text-decoration: none;
}

#photoboard {
	height: 396px;
	background: url('images/j-image_photoboard.jpg') no-repeat;
}
#goldline {
	height: 2px;
	background: #DCCDAE;
}
.copyright {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
}