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

body {
	background-color: #000000;
	color: #ffffff;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
	font-size: small;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif); }

#wrap {
	margin: 0 auto;
	text-align: left;
	padding: 140px 0 0 0;
	width: 900px;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat; }

td { vertical-align: top; }

ul {
	margin: 0 15px -10px 0;
	list-style-type: disc; }
li { margin: 0 0  10px 0; }

a {
	color: #ffffff;
	text-decoration: none; }
a:hover {
	text-decoration: underline; }
body.tips a {
	color: #0000ff;
	text-decoration: underline; }
body.tips a:hover {
	text-decoration: none; }

#flash {
	width: 700px;
	height: 300px;
	margin-left: 100px;
	text-align: center;
	background-image: none;
	background-color: none; }

#navcontainer {
	width: 885px;
	margin-left: 7px;
	text-align: center;
	display: block; }

#navcontainer a {
	float: left;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	width: 145px;
	height: 35px;
	text-align: center;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	margin: 0 40px 20px 0;
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px; }
#navcontainer a:hover {
	background-image: url(images/nav_bg2.gif);
	color: #000000; }
#navcontainer a.last {
	margin-right: 0; }
	
.thumbLink {
	float: left;
	width: 204px;
	margin: 10px;
	display: inline;
}
.thumbLink a, .thumbLink a:hover{
	text-decoration: none;
	border: 0 !important;
	text-align: center;
	float: left;
	display: inline;
}
.thumbLink a img {
	border: 2px solid #ffffff;
}
.thumbwrap {
	float: left;
	width: 896px;
	margin-left: 2px;
	display: inline;
	text-align: center;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px; }

#footer {
	margin-top: 10px; }