body
{
	background: #350500;
	font-family: Century, Arial, Times New Roman, Times;
}

/* Links */
a
{
	color: White;
}
a:hover
{
	color: yellow;
}

div#mainTitle
{
	font-family: Kunstler Script, Arial, Times New Roman, Times;
	font-size: 75px;
   	color: white;
   	text-align: center;
	background: #7B0D01;
}

/* Main Table */
table#main
{
	width: 100%;
}

/* Side Bars */
td#left, td#right
{
	width: 210px;
	vertical-align: top;	
}
div.left
{
	border-right: 1px solid silver;
	width: 210px;
	margin-top: 15px;
}
div.right
{
	border-left: 1px solid silver;
	width: 250px;
}
div.left, div.right
{
	height: 650px;
}
.sideTitle
{
	background: #AAAAAA;
	padding: 1px 0px 1px 8px;
	margin: 25px 1px 5px 1px;
	font-weight: bold;
}
/* Sidebar Links */
.left li
{
	margin-top: 23px;
	list-style: none;
}
.left ul
{
	margin-left: 18px;
	margin-right: 3px;
	font-size: 17px;
}

/* Body */
td#body .text #title
{
	background: #AAAAAA;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	margin: 0px 0px 20px 3px;
	font-size: 28px;
	color: Black;
}
td#body
{
	vertical-align: top;	
}
td#body img.main
{
	float: right;
	border: medium outset #7B0D01;
	margin-left: 10px;
	margin-bottom: 8px;
}
img
{
	border: medium outset #7B0D01;	
}
td#body .text
{
	color: White;
	margin: 10px;
	text-align: justify;
	font-size: 17px;
}
td#body .text:first-letter
{
	font-family: Kunstler Script;
	color: white;
	margin-right: 5px;
	font-size: 50pt;
}
td#body .text table, td#right table
{
	color: White;
}
table#rightText, .smallText
{
	font-size: 75%;
}

/* Right Side Bar and pictures.php Specifics */
img.mini
{
		width: 90px;
		height: 67px;
		margin: 10px 10px 0px 10px;
}
img#active
{
	margin-top: 10px;
}

/* Bottom contact bar */
.contact, .contact table tr td{
	margin: 0px;
	background: #7B0D01;
	text-align: center;
	color: white;
}
.contact a{
	color: gold;
}

/* The box for the pictures */
.snazzy{
	overflow: scroll;
	height: 400px;
	width: 260px;
}

/* FAQ page */
div.faq .question{
	text-decoration: underline;
	font-weight: bold;
}
div.faq p{
	margin-left: 10px;
	margin-right: 10px;
}
