/* Surfboards CSS Document */

#boardstext {
	position:absolute;
	top:20px;
	left:25px;
	width:230px;
	color: #999999;
}

#boardthumbs {
	padding-left:50px;
	background-color:#0a0815;
}

.boardThumb{
	float:left;
	width:250px;
	height:270px;
	font-size:1.2em;
	font-weight:bold;
	z-index:50;
}

a.light {
	color:#7ACDF7;
}
a.light:link {
	color:#7ACDF7;
}

.clear{
	clear:both;
}

#footerbar {
	color:#CCCCCC;
	background-color: #000000;
	padding-top: 5px;
}

#titlebar {
	background-color: #000000;
	margin-bottom:1px;
}
