body {
	margin:0;
	padding:0;
	background: #330000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	}
#container {
	width:860px;
	background: url(img/pframemid.gif) repeat-y center;
	margin-right: auto;
	margin-left: auto;
	}
#header {
	background: url(img/pframetop.gif) no-repeat top;
	height: 100px;
	padding-top: 70px;
	padding-bottom: 20px;
	}
#main {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	}
#footer {
	background: url(pframebot.gif no-repeat bottom);
	height: 80px;
	background: url(img/pframebot.gif) no-repeat center bottom;
	padding-top: 20px;
	font-size: 75%;
	}
#navbar {
	list-style: none;
	height: 25px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	font-size: 80%;
	font-weight: bold;
	}
#navbar li {
	display: inline;
	padding: 0;
	margin: 0;
	}
.thispage {color:#555;}
#main img {
	margin:10px;
	border-style: none;
}
h1, h2, h3, h4, h5, h6 {
	text-align:center;
	}
a {
	font-weight: bold;
	text-decoration: none;
	}
a:link, a:visited {
	color: #660000;
	}
a:hover, a:active {
	color: #0000CC;
	text-decoration: underline;
	}
blockquote {
	font-style: italic;
	text-align: justify;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
blockquote em {
	font-style: normal;
}
