@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color: #CCC;
	margin-top: 30px;
}
#peterhaguetopanim {
	height: 120px;
	width: 800px;
}
#anim2 {
	height: 12px;
	width: 800px;
}
#base {
	height: 36px;
	width: 800px;
	background-color: #6699CC;
	text-align: center;
	padding-top: 5px;
}
#title {
	height: 36px;
	width: 800px;
	background-color: #6699CC;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}
.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
#main {
	height: 660px;
	width: auto;
	padding-top: 10px;
	background-color: #000;
	top: 0px;
	padding-left: 10px;
	text-align: justify;
	padding-right: 40px;
	padding-bottom: 10px;
}
.basestyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333;
	text-align: center;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: underline;
	text-align: center;
}
.annotations {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-align: left;
}
.close {
	text-align: center;
}
.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-align: left;
}
#picture {
	height: 275px;
	width: 457px;
	margin: auto;
}
#pic {
	height: 275px;
	width: 457px;
	margin: auto;
}
.bodybold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999;
}
#mainterms {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: #000;
}
