/* 
    Document   : style
    Created on : Sep 3, 2009, 1:28:29 PM
    Author     : Mark McKnight
    Description:
        Purpose of the stylesheet follows.
*/

html
{
	padding: 0;
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	background-color: #556655;
	background-image: url("images/main_background_988x1.png");
	font-family: Constantia, Verdana, sans-serif;
	font-size: 11pt;
	height: 100%;
}

img
{
	border: 0;
	margin: 0;
}

img.border
{
	border: 3px solid black;
	margin: 5px;
}

#mainDiv
{
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 100%;
}

#centerDiv
{
	position: absolute;
	top: 267px;
	left: 10px;
	padding: 0;
	margin: 0;
}

#hallNow
{
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 10px;
	border: 3px solid black;
	width: 269px;
	height: 200px;
}

#hallThen
{
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 295px;
	border: 3px solid black;
	width: 493px;
	height: 200px;
}

#mainTitle
{
	position: absolute;
	padding: 0px;
	top: 202px;
	left: 16px;
	width: 780px;
	height: 40px;
}


#navDiv
{
	background-color: #eeefee;
	position: absolute;
	top: 241px;
	left: 10px;
	width: 778px;
	height: 20px;
	text-align: center;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	font-size: 12pt;
}

#textDiv
{
	background-color: #eeefee;
	position: relative;
	top: 10px;
	left: 0px;
	width: 738px;
	border: 3px solid black;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#rightBar
{
	position: absolute;
	left: 807px;
	width: 155px;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

#footerDiv
{
	background-color: #eeefee;
	position: relative;
	top: 10px;
	height: 20px;
	text-align: center;
	width: 738px;
	border: 3px solid black;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
}

root
{ 
    display: block;
}

a:hover
{
	color: #445533;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	color: #445533;
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	color: #445533;
	text-decoration: none;
	font-weight: bold;
}
a
{
	color: #445533;
	text-decoration: none;
	font-weight: bold;
}

u
{
	color: #445533;
	font-weight: bold;
}

h3
{
	color: #445533;
	font-weight: bold;
}

h2
{
	color: #445533;
	font-weight: bold;
}

