body{
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #251D07;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat;
}
* html a{
	display: block;
	
}

a{
	color: #333A5E;
}

a:visitied{
	color: #071040;
}

a:active{
	color: #071040;
}

div#wrapper{
	margin-top: 0;
	margin-left: 276px;
	width: 575px;
	height: auto;
	background-color: #FFF;
}

strong, bold{
	color: #8F3900;
}

.heading{
	color: #5C2901;
	font-weight: bold;
	font-size: 11pt;	
}

div#logo{
	position:absolute;
	top: 0;
	left: 0;
}

div#topnav{
	margin-left: 20px;
	height: 45px;
	text-align: top;
	vertical-align: top;
}

div#topnav a{
	color: #251D07;
	font-size: 9pt;
	text-decoration: none;
	display: inline;
}

div#topnav a:hover{
	text-decoration: underline;
}

div#photogallery{
	position:absolute;
	top: -1px;
	left: 711px;
	width: 120px;
	
}

div#mainnav{
	margin: 0px;
 	height:50px;
	border-top: 1px solid #825B38;
		
}

div#displaywindow{
	width: 575px;
	height: 275px;
	border-top: 1px solid #825B38;
	border-bottom: 1px solid #825B38;
}

div#title{
	margin-top: 3px;
	background-color:#F7F0E3;
	padding-left: 20px;
	width: 555px;
	height: 70px;
	border-top: 1px dashed #825B38;
	border-bottom: 1px solid #825B38;
}

div#title p{
	font-weight: bold;
	font-size: 14pt;
	color: #730027;
	margin-top: 45px;
}

div#contents{
	margin-top: 2px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	width: 535px;
	border-top: 1px solid #825B38;
}

div#welcome{
	background-color: #FFFFE8;
	border: 1px dashed #5C2901;
	padding: 10px;
	width: 515px;
	color: #5C2901;
	text-align: left;
}

div#contents a{
	text-decoration: underline;
}

div#contents a:hover{
	text-decoration: none;
}

div#contents table{
	width: 535px;
	
}

div#contents table td.left{
	width: 50px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8F3900;
	vertical-align: middle;
}

div#contents table td.space{
	width: 10px;
}

div#contents table td.gap{
	height: 20px;
}

div#contents table td.day{
	border-bottom: 1px solid #5C2901;
	color: #5C2901;
	font-weight: bold;
	font-size: 11pt;
	
}

.specialbox{
	background-color: #FAF7E1;
	border: 1px dotted #5C2901;
	padding: 10px;
	color: #5C2901;
	text-align: center;
}


div#commentsbox{
	padding: 10px;
	background-color: #EAF1F7;
	border: 1px solid #5C2901;
}

div#commentsbox p {
	font-style: italic;
	color: #000;
	
}


div#footer{
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	width: 535px;
	background-color: #F7F0E3;
	border-top: 1px solid #825B38;
	border-bottom: 1px solid #825B38;
	color: #6C4B2D;
	text-align: center;
	font-size: 8pt;
}

div#footer a{
	color: #825B38;
	text-decoration: none;
	display: inline;
}

div#footer a:hover{
	text-decoration: underline;
}
.clearfloats{
	clear:both;
}
