a {
	color: White;
	font-weight: lighter;
}

a:hover {
	color: #D6BD9F;
	font-weight: bold;
}

body {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: left;
}

div.float {
	float: left;
}

div.float p {
	text-align: center;
}

li {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	}

strong {
	font-size: medium;
}

.fulltext {
	margin: 105px 0px 0px 200px;
	position: absolute;
	width: 500px;
}

.leftcolumntext {
	margin: 152px 200px 0px 230px;
	position: absolute;
	width: 320px;
}

.rightcolumntext {
	letter-spacing: 1px;
	margin: 152px 0px 0px 575px;
	position: absolute;
}

#background {
	background: url(images/home/bg.gif) no-repeat;
	height: 144px;
	margin: 0px 0px 0px 34px;
	position: absolute;
	width: 499px;
	}

#links {
	margin: 170px 0px 0px 45px;
	position: absolute;
}

#links li a {
	text-decoration: none;
	width: 120px;
	display: block;
	line-height: 1.8em;
	font-size: 1.05em;
}

#links li a:hover {
	border: 0;
}

#links li a span {
	display: none;
	font-weight: normal;
	line-height: 1.6em;
}

#links li a:hover span {
	display: block;
	left: 20px;
	position: absolute;
	top: 170px;
	z-index: 100;
	width: 120px;
	}

/* For the scrolling thumbnail galleries. This is just to make the thumbnails look pretty. Change to taste. */
#thumbnails img {
	border: none;
}

#thumbnails td {
	border: 1px solid #eee;
	padding: 5px;
	margin: 10px;
	text-align: center;
}