body {
	margin: 0;
	padding: 0;
	background: #7E0002 url(images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #6F2F03;
}
td, p {
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #c00;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
#maintable {
	background: #FFE59E;
	border: 2px solid #FF6D00;
	border-top: none;
}
.preview {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}


/* GALLERY
-----------------------------*/
#thumbtable a img, #thumbtable img {
	padding: 3px;
	background: #FFF4D7;
	border: 1px solid #FFF;
}
#thumbtable a:hover img {
	background: #F6B501;
	border: 1px solid #FFE400;
}


.center {
	text-align: center;
}

/* FOOTER */
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #FFF;
	background: #F6B501;
	border-top: 1px solid #FFE400;
	padding: 3px;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #00f;
}
.clear {
	clear:both;
}
