body {
	margin: 0;
	padding: 0;
	background: #860035 url(images/bg.gif) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B0018;
}
p,td {
	font-size: 11px;
}
a {
	text-decoration: underline;
	color: #F8F7A0;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}


/* GALLERY
-----------------------------*/
#thumbtable a img, #thumbtable img {
	padding: 3px;
	background: #FFDBF0;
	border: 1px solid #FFECF7;
}
#thumbtable a:hover img {
	background: #F8F7A0;
	border: 1px solid #FFF;
}

.center {
	text-align: center;
}
.preview {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}

/* Footer
------------------------------*/
#footer {
	font-size: 8pt;
	color: #FFDBF0;
}