body {
	background-color: #000;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 40px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('/graphics/misc/roundedbase.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#container {
	width: 775px;
	margin: auto;
	background-image: url('/graphics/misc/pens.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

h1 {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 0px;
	font-size: 24px;
	padding-bottom: 5px;
}

#headerblock {
	width: 750px;
	margin: auto;
}

#section_image {
	width: 525px;
	height: 250px;
	background-image: url('/graphics/misc/sampleheader.jpg');
	background-repeat: no-repeat;
}

#left {
	width: 525px;
	line-height: 120%;
}

#content {
	padding-top: 10px;
	width: 500px;
	margin: auto;

}

#right {
	width: 200px;
	float: right;
	padding: 0px;
	padding-top: 25px;
	border: thin none #FFFFFF;
	line-height: 120%;
}

p {
font-size: 14px;
}


a {
	font-weight: bold;
	color: #86BBE4;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #86BBE4;
	text-decoration: none;
}

a:hover {
	color: #95CEF9;
	text-decoration: underline;
}

blockquote {
	font-size: 14px;
	font-style: normal;
}

.metadata {
padding-left: 20px;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
	padding-bottom: 4px;

}

.mugshot {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
padding-top: 10px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
