/*Tags*/
body {
	background-image: url(bg.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

/*Links*/
a:link {
	color: #C20000;
}

a:visited {
	color: #CCCCCC;
}

a:hover {
	color: #666666;
}

/*ids*/
#content {
	width: 693px;
	margin: 3px 0 3px 0;
	text-align: left;
}

#footer {
	width: 699px;
	margin: 3px;
	border-top: solid #C20000;
}

/*classes*/
.dropcap {
	font-size: 20px;
	color: #C20000;
}

.pfthumbnail {
	width: 150px;
	height: 120px;
	border: solid thin #6c6c6c;
}

.titlehr {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid thin #FFFFFF;
	padding-bottom: 2px;
}
