﻿body {
	font-family: Verdana;
	font-size: 13px;
	color: #260801;
	background-image: url('images/background.jpg');
	/* part of centering site on screen - wrap entire contents in div element id="frame" */
	width: 906px;
	padding-left: 50%;
	/* end of part rest is in id style */
}
/* ID Styles */

/* More centering site */
#frame {
	/* set the width of the column */
	width: 906px;
	margin-left: -453px;
/* End of centering site */
}
#topmenu a {
	font: 12px Arial, Helvetica, sans-serif;
	background: #9E3B04;
	font-weight:bold;
	color: #ffffff;
	line-height:17px;
	letter-spacing:0.03em;
	text-align:center;
	text-decoration: none;
	display:block;
	padding:0px 1px 0px 1px;
	border: medium outset #800000;
	}
#topmenu a:hover {
	background: #eee8cd;
	color:#4e0303;
	}

/* Class Styles */

.style1 {
	background-color: #FFEFD5;
}
.style2 {
	background-image: url('images/template_08.gif');
}
.style3 {
	background-image: url('images/template_10.gif');
}
.borderPadded {
	margin: 5px 10px 5px 10px;
	border: 3px ridge #4E0303;
}
.style5 {
	border-style: solid;
	border-width: 0px;
	margin: 5px 10px;
}
.style6 {
	background-color: #FFEFD5;
	text-align: center;
}
.menu {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: 0.2em;
}

.menu a {
	font:bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:.2em;
	text-decoration:none;
	}
	
.menu a:hover {
	color: #000000;
	letter-spacing:.2em;
	}
p {
	font-family: Verdana;
	font-size: 13px;
	color: #2F0801;
}
.boldNormal {
	font-weight: bold;
}
li {
	font-family: Verdana;
	font-size: 13px;
	padding-bottom: 10px;
}
.centered {
	text-align: center;
}
.smallFont {
	font-family: Verdana;
	font-size: 12px;
}
.pixBorder {
	border: 3px ridge #4E0303;
}
h1 {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
td {
	font-family: Verdana;
	font-size: 13px;
	color: #2F0801;
}
.smallFontitalic {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
}

.credits {
	font-family: Arial;
	font-size: 11px;
	color: #FFEFD5;
}
.a credits {
	color: #FFEFD5;
}

.pictureFrame {
	border: thin ridge #800000;
}