body {
	background-color: #666;
}
.textbox {
	background-color: #CCC;
	position: relative;
	height: auto;
	width: 550px;
	left: 110px;
	top: 5px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.header {
	background-color: #999;
	position: relative;
	top: 10px;
	left: 10px;
	height: 150px;
	width: 600px;
	padding-left: 50px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #000;
}
.topbartext {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #3B3B3B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #FFF;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

