﻿body {
	background-color: #2b0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
}

#header {
	text-align: center;
	background-color: #7E2217;
	color: #EDDA74;
	font-size: 30px;
	margin: 10px 50px 10px 50px;
	height: 108px;
}

#main  {
	background: #efe5d0 url(images/background.gif) top left;
	font-size: 105%;
	padding: 15px;
	margin: 0px 50px 10px 50px;
}

#maintext {
	padding: 0px 20px 0px 20px;
	margin: 0px 20px 0px 20px;
}



blockquote .middle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #7E2217;
}

blockquote .centered {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	
}

blockquote .centered2 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	
}

blockquote #borderlink {
	border-style: none;
}

#previewWin {
	background-color: #FF9;
	width: 150px;
	height: 200px;
	font: .6em arial, helvetica, sans-serif;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	border: 1px #CC0 solid;
	overflow: hidden;
}

#previewWin h1, #previewWin h2 {
	font-size: .6em;
}

