@charset "UTF-8";
#main {
	height: 750px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border: 2px none #CCCCCC;
}
#topper {
	background-image: url(slices/topbar.jpg);
	background-repeat: repeat-x;
	top: -10px;
	height: 16px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	color: #53355E;
}
p1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #53355E;
}

