body {
	background-image: url(../images/ceiling_tile.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#layout {
	width: 800px;
}

h1 {
	font-style: italic;
	text-align: center;
	border-top: 3px solid #640021;
	border-bottom: 1px solid #640021;
	color: #000000;
	margin-left: 100px;
	margin-right: 100px;
}
h3 {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

a {
	color: #640021;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#menuTop {
	margin: 5px 20px 20px 20px;
	font-size: 11px;
	text-align: center;
	border-top: 3px #640021 double;
	border-bottom: 1px #640021 solid;
}
#menuBot {
	margin: 20px 20px 5px 20px;
	font-size: 11px;
	text-align: center;
	border-top: 1px #640021 solid;
	border-bottom: 3px #640021 double;
}
#footer {
	font-size: 11px;
	text-align: center;
}
.line {
	background-image:url(../images/double_line.gif);
	background-repeat: repeat-x;
	height: 6px;
	margin: 0px;
	padding: 0px;
}
.mini {
	font-size: 12px;
	font-weight: bold;
}
a img {
	border: 3px solid #640021;
}
a:hover img {
	border: 3px double #640021;
}
p.fancy:first-letter
{
	color: #640021;
	font-size: xx-large;
}

