/* CSS Document */
body {
	background-image: url(images/bg.jpg);
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
.style1 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
#thumbs .style1 a {
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
#thumbs .style1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#thumbs {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	position: absolute;
	height: 500px;
	width: auto;
	left: 80px;
	top: 30px;
	line-height: 16px;
}

h1 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 10px;
}
h2 {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
#thumbs #text p {
	line-height: 10pt;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 7px;
}

