@charset "utf-8";
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
}
body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #999999;
	font-size: 12px;
}
#wraper {
	float: inherit;
	height: 720px;
	width: 900px;
	margin-right : auto;
	margin-left : auto;
	text-align: center;
}
#wraper #oldpete {
	height: 142px;
	width: 150px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../graphics/oldpete.jpg);
	background-position: center;
}
#wraper #topcenter {
	float: left;
	height: 142px;
	width: 600px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
#wraper #rightcorner {
	float: left;
	height: 142px;
	width: 150px;
}
#wraper #menuarea {
	float: left;
	height: 30px;
	width: 900px;
	background-color: #333333;
	text-align: center;
	margin-top: 0px;
}
#wraper #leftcol {
	float: left;
	height: 510px;
	width: 150px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#wraper #textarea {
	float: left;
	height: 510px;
	width: 710px;
	overflow: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}
#wraper #bottombar {
	float: left;
	height: 12px;
	width: 675px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
	font-weight: bold;
}
#wraper #copy {
	font-size: 9px;
	float: left;
	height: 12px;
	width: 225px;
	text-align: left;
	text-indent: 15px;
	color: #FFFFFF;
}

#wraper #bottombar a {
	font-size: 9px;
	color: #333333;
}
#wraper #bottombar a:link {
	text-decoration: underline;
}
#wraper #bottombar a:visited {
	color: #333333;
}
#wraper #bottombar a:hover {
	color: #993300;
}
.style3 {font-size: 29px}
.style2 {font-size: 16px}
