HTML, BODY {
	font: 10pt Verdana,Arial,Helvetica,sans-serif;
	color: black;
}

A {
	color: maroon;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

#container {
	width: 800px;
	padding-left: 20px;
	padding-right: 20px;
}

#header {
	font-size: 20pt;
	color: lightgrey;
}

#header a {
	text-decoration: none;
	color: lightgrey;
}

#header a:hover {
	text-decoration: underline;
	color: maroon;
}

#main {
	position: relative;
	width: 800px;
	height: 500px;
	padding: 20px;
}

#pic {
	position: relative;
	float: left;
	width: 175px;
	height: 250px;
}

#thetext {
	position: relative;
	float: right;
	width: 620px;
}

DIV.caption {
	font-size: 8pt;
	padding-top: 5px;
}
