/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #E3EFC6;
	background-image: url(images/background.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.maintable {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
.navbar {
	width: 200px;
}
.content {
	width: 550px;
}
.thumbnail {
	float: left;
	border: solid 1px #522E91;
	margin-right: 20px;
}
.title {
	font-size: 18pt;	
	font-weight: bold;
	color: #260859;
	border-bottom: solid 1px #522E91;
	margin-bottom: 15px;
}
h1 {
	color: #522E91;
	font-size: 12pt;
}
h2 {
	color: #522E91;
	font-size: 11pt;
}
td {
	vertical-align: top;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #260859;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #8CC63F;
	text-decoration: underline;
}