@charset "utf-8";
/* CSS Document */

.container {position: relative; left: 50%; margin-left: -400px; width: 800px;}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
	color: #600;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
body {
	background-color: #FFF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
.thumbs td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
a {color: #800;}
a:hover {color: #C00;}
a:visited {color: #300;}
