body {
	background-color: #ccc;
	color: black;
	margin: 0;
	font-family: Verdana, arial, sans-serif;
	}

#logo {
	display: block;
	float: right;
	}

p, li {
	line-height: 2em;
	font-size: 0.8em;
	}

p.first:first-letter {
	font-size: 3em;
	color: maroon;
	background-color: white;
	}
	
.sidelbl, .tlnr td {
	font-size: 0.8em;
	}

#left {
	position: absolute;
	top: 0em;
	width: 180px;
	margin-right: 0;
	padding: 71px 0 0 50px;
	}

#right {
	margin-left: 225px;
	padding: 15px 50px 0 20px;
	}

#link a {
	width: 130px;
	display: block;
	border: 1px solid maroon;
	padding: 2px 33px;
	margin: 0 15px 0 -8px;
	color: white;
	background-color: #7899de;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

.peter {
	width: 130px;
	display: block;
	border: 1px solid maroon;
	padding: 2px 33px;
	margin: 0 15px 0 -8px;
	color: black;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#link a:hover {
	color: white;
	background-color: blue;
	}

#link li {
	list-style: none;
	margin: 30px 0 0 -30px;
	text-align: right;
	}

#footer {
	width: 99%;
	margin-left: 3px;
	text-align: center;
	border: 0px solid #000;
	font-size: .75em;
	}

h1 {
	color: maroon;
	font-size: 175%;
	letter-spacing: -.1em;
	visibility: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	}

h2, caption, .fminfofull {
	font-size: 95%;
	color: maroon;
	background-color: white;
	margin: .75em 0;
	font-weight: bolder;
	text-align: left;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:visited {
	color: blue;
	}

.white {
	background-color: white;
	padding: 10px 30px;
	border-bottom: 1px solid maroon;
	font-size: 95%;
	letter-spacing: .1em;
	border-bottom-right-radius: 10px;
	}

.fmset {
	border: 0;
	}
