body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.header {
	background-image: url(images/header-blue.jpg);
	height: 151px;
	width: 790px;
	background-repeat: no-repeat;
}
.contentholder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 788px;
	text-align: left;
}
.menu {
	background-image: url(images/menu-tile.jpg);
	width: 141px;
	text-align: left;
	list-style-type: circle;
}
.menu-right {
	background-image: url(images/menu-tile-right.jpg);
	width: 150px;
	list-style-type: circle;
	text-align: left;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FF99FF;
}
.menu-right-links {
	padding-right: 5px;
	padding-left: 5px;
}
.footer {
	text-align: center;
	width: 790px;
	margin-top: 10px;
}
.pic {
	border: 1px solid #FFFFFF;
	margin: 5px;
}
h1 {
	font-size: 16px;
}

