body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #3B495C;
	font-family: "Book Antiqua";
	font-size: 14px;
	color: #FFFFFF;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
#navbar {
	position: absolute;
	left: 27px;
	top: 27px;
	background-attachment: fixed;
}
#content {
	position: absolute;
	top: 55px;
	left: 235px;
	width: 500px;
	margin-right: 20px;
}
p {
	margin: 0px;
	padding: 0px;
}
.thumbLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 26px;
	color: #FFFFCC;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 16px;
	color: #FFFFCC;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#footer {
	padding-top: 40px;
	color: #999999;
}
.border {
	border: 1px solid #669999;
}
