html,body,head,div,img,p,span,h1,h2,h3,h4,h5,ul,li { margin: 0px; padding: 0px; border: 0px; }

body {
	background-color: #a5a5a5;
	font: 12px normal Arial, Helvetica, sans-serif;
	margin-top: 25px;
	text-align: center;
	}

a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline;  }

a.members { color: #fff; text-decoration: none; }
a.members:hover { color: #fff; text-decoration: underline; }
a.u18 { color: #ff0000; text-decoration: none; }
a.u18:hover { color: #ff0000; text-decoration: underline; } 

.clear { clear: both; padding-left: 0px; }

h1 { font-size: 14px; color: #fff; font-weight: bold; margin-left: 10px; margin-right: 15px; }
h2 { font-size: 12px; color: #fff; margin-left: 10px; }
h2 span { color: #fff; text-align: center; }
h3 { color: #000; font-size: 14px; }
h4 { color: #000; font-size: 12px; text-align: center;}
h5 { color: #000; background-color: #c8c8c8; padding: 5px 4px; font-size: 14px; text-align: left; margin-right: 15px; }


div#wrapper {
	width: 672px;
	margin: 0 auto;
	}

div#topholder {
	width: 672px;
	height: 400px;
	background: url('../img/splash/bg.jpg') top left no-repeat;
	overflow: hidden;
	}

div#text {
	width: 620px;
	margin: 20px 20px 0 20px;
	text-align: left;
	}

div#left {
	width: 340px;
	height: 210px;
	float: left;
	margin: 20px 20px;
	text-align: left;
	}

div#middle {
	width: 4px;
	height: 210px;
	float: left;
	margin-top: 20px;
	background: url('../img/splash/mid-bg.jpg') top left no-repeat;
	}


div#right {
	width: 240px;
	height: 170px;
	float: right;
	text-align: left;
	margin: 20px 30px 0 0;
	}

div#banner {
	width: 611px;
	margin: 0 auto;
	text-align: center;
	}

div#bottomholder {
	width: 651px;
	margin: 0 auto;
	text-align: left;
	}

ul.thumbs {
	list-style-type: none;
	width: 663px;
	}

ul.thumbs li { 
	display: block; 
	width: 161px;
	float: left;
	text-align: center;
	font-size: 16px;
	}

ul.thumbs li img {
	border-style: solid;
	border-width: 1px;
	border-color: #172f55;
	}
	