body {
	margin: 0;
	padding: 0;
	background: #FFF2BF url(images/bg.gif) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
td, p {
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #FFF44F;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
#borders {
	
}
#maintable {
	background: #C0105B;
	border: 1px solid #F479B0;
	border-top: none;
}


/* GALLERY
-----------------------------*/
#thumbtable a img, #thumbtable img {
	padding: 3px;
	background: #8C0E44;
	border: 1px solid #E71971;
}
#thumbtable a:hover img {
	background: #FFA0C6;
	border: 1px solid #FFF5F9;
}

.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: #EB2E80;
	padding: 3px;
}
#footer a {
	color: #FF0;
}
#footer a:hover {
	color: #FFF;
}
.clear {
	clear:both;
}
