html, body {
	width:100%;
	height:90%;
	margin:0px;
	background-color:#1d0303;
	font-family:Arial, Helvetica, sans-serif;
	color:#edeb2b;
}
a {
	outline:none;
}
a:link {
	color:#9a8f1b;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#9a8f1b;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#edeb2b;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color:#9a8f1b;
	text-decoration:none;
	font-weight:bold;
}

table.body {
	width:100%;
	height:100%;
}
table.content {
	width:950px;
}

.image {
	filter:alpha(opacity=100);
	mozOpacity:1;
	opacity:1;
}

.ddTable {
	display:none;
	background-color:#1d0303;
	position:absolute;
	padding:5px;
	margin-top:-1px;
	z-index:100;
}
.ddLines, .ddLinesOver {
	padding:2px;
}

.galleryNums {
	font-size:12px;
}

.guestbook {
	border:1px solid #edeb2b;
}

.guestEntries {
	padding:5px;
	background-color:#FFFFFF;
	color:#000000;
	width:400px;
	height:500px;
	overflow:auto;
	font-weight:normal;
}

.container {
	height:500px;
	overflow:auto;
	padding-right:5px;
}

.submit {
	padding:8px;
}

.music {
	float:right;
	margin-top:-60px;
	z-index:100;
	position:relative;
}

.prevNext {
	position:relative;
	z-index:200;
}
