﻿/* CSS Document */

body
{
	font-size: 80%;
	font-family: 'Trebuchet MS' , Gautami, Verdana, Arial;
	text-align: center; /* This, in combination with text-align: left in #container, caters for older versions of IE */
	margin: 0px;
	color: #663300;
	background-color: #F3F3F3;
}

p a:link
{
	color: #663300;
}

#container 
{
	background-color: White;
	width: 770px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;   /* Using auto for left/right margins, centers the div */
	margin-right: auto;  /* Using separate left and right auto instead of margin: 0 auto is more reliable */
	text-align: left;    /* See comment in body{} */
	border: 1px solid brown;
}

#header
{
	height: 70px;
	margin: 0px;
	border: 0px;
	background-image: url(Images/logo.gif);
}

#topnav
{
	margin: 0px;
	padding-left: 6%;
	height: auto;
	background-color: #B85B3B;
	border: 0px;
	font-size: 110%;
}

#photo
{
	height: 210px;
	background: #C8B9A6;
	clear: both;
}

#photoHomeWhite
{
	height: 240px;
	background: White;
}

#photoWhite
{
	height: 210px;
	background: White;
}

#mainmastercontent {
    width: auto;
    height: auto;
    font-size: 95%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: white;
}

#homeback
{
    text-align: center;
    font-weight: bold;
	font-size: 100%;
}

#homeback a
{
	color: #CC6600;
	text-decoration: none;
}

#bottomnav
{
	text-align: center;
	margin: 0px;
	height: 25px;
	background-color: #B85B3B;
	border: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}


#bottomnav a
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 80%;
	color: White;
	text-align: center;
}

#bottomnav a:visited, a:active, a:link {
	color: White;
	margin: 0px;
}

#bottomnav a:hover {
	font-family: Verdana, Tahoma, Arial;
	color: #442216;
	margin: 0px;
}

#footer {
	text-align: center;
	background: #D3A45F;
	height: 45px;
	border: 1px solid #D3A45F;
}

#footer p {
	font-family: Verdana, Tahoma, Arial;
	font-size: 80%;
	color: White;
}

#footer a:visited, a:active, a:link {
	color: #FFFFFF;
	margin: 0px;
}

#footer a:hover {
	font-family: Verdana, Tahoma, Arial;
	color: #442216;
	margin: 0px;
}

.plaintitles
{
	font-weight: bold;
	font-size: 120%;
	color: #663300;
}

.titles
{
	font-weight: bold;
	font-size: 130%;
	color: White;
	padding-left: 10px;
}

.days
{
	font-weight: bold;
}

.daystitle
{
	font-weight: bold;
	color: #CC6600;
}

