body {
	margin: 0;
	padding: 0;
	background: #DA2102 url(images/bg2.gif) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
td, p {
	font-size: 12px;
	color: #000;
}
a {
	text-decoration: underline;
	color: #8B0100;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
#maintable {
	background: #E5E5B1;
	border: 1px solid #8B0100;
	border-top: none;
}


/* GALLERY
-----------------------------*/
#thumbtable a img, #thumbtable img {
	padding: 3px;
	background: #F6F6D9;
	border: 1px solid #FFF;
}
#thumbtable a:hover img {
	background: #AFAF78;
	border: 1px solid #FFFF19;
}


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

/* FOOTER */
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #FFF;
	background: #810000;
	padding: 3px;
}
#footer a {
	color: #E5E5B1;
}
#footer a:hover {
	color: #FFF;
}
.clear {
	clear:both;
}
