/* CSS Document */

body {
	background-color: #440063;
	background-image: url(images/bv_01.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eacef4;
}
#wrapper {
	width: 996px;
	margin: auto;
	text-align: center;
}
#wrapper table {
	clear: both;
}
#wrapper td.links {
	border-bottom: 1px solid #9e66bd;
}
#main .thumb {
	float: left;
	padding: 10px 3px 5px 3px;
}
#main img {
	border: 1px solid #9e66bd;
}
#main img:hover {
	border: 1px solid #fff;
}
a:link, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #e3f8bf;
}
#main h1 {
	margin: 3px 0 0 0;
	font-size: 16px;
}
