body {
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/bkgd.gif);
	font-size: 1em;
	margin:0px;
	padding: 0px;
	text-align:center;
}
#contain {
	width:1000px;
	margin:0px auto;
	background-color:#B1987F;
}
#head {
	width:100%;
	background-color:#000000;
}
#nav {
	background-color: #FFFFDD;
	width:100%;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-size:18px;
	vertical-align: middle;
	padding-top: 2px;
}
#content {
	width:100%;
	padding-bottom:50px;
	background-color: #B1987F;
	text-align: left;
	min-height: 500px;
}
#content p, h4, h2 {
	margin-top:7px;
	margin-left:10px;
	margin-right:10px;
}
#opening {
	width: 100%;
	margin: 0 25% 0 25%;
	padding-top: 15px;
	text-align:center;
	}
table {
	width: 100%;
	text-align:center;
	margin-top: 25px;
	}
td {
	font-size:18px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.nopad {
	padding: 0;
	margin: 0;
	}
img {
	border: none;
	}
a:link {
	color: #990000;
	text-decoration:none;
}
a:visited {
	color: #990000;
	text-decoration:none;
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}
a:active {
	color: #0000FF;
	text-decoration:underline;
}
#footer {
	clear:both;
	margin:0;
	padding-top:25px;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
.indextext {
	font-size: 95%;
	color: #000000;
	text-align:center;
	width: 465px;
}
.photstyle {
	position: absolute;
	top:275px;
	height: 277px;
	width: 486px;
	z-index: 3;
	text-align: center;
	left: 190px;
	background-color: #B1987F;
	visibility: hidden;
}
/* navigation */
.shadowblockmenu {
	font-weight: bold;
	width: 100%;
	margin: 0px auto;
}

.shadowblockmenu ul{
border-top: 1px solid #BBB;
border-width: 1px 0; /* Show only top and bottom border for main menu container */
padding: 0;
margin: 0;
overflow: hidden;
}

.shadowblockmenu ul li{
display: inline;
margin:0;
padding:0;
}

.shadowblockmenu ul li a{
display:block;
float:left;
color: #000000;
padding: 8px 15px 8px 9px;
margin: 0;
text-decoration: none;
-moz-box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4); /* Add inset shadow to each menu item. First 3 values in (114,114,114, 0.4) specifies rgb values, last specifies opacity */
-webkit-box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4);
box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4);
text-shadow: 0 -1px 1px #cfcfcf; /* CSS text shadow to give text some depth */
-moz-transition: all 0.2s ease-in-out; /* Enable CSS transition between property changes */
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.shadowblockmenu ul li a:hover{
color: black;
-moz-box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6); /* Add 2 inset shadows to each menu item  */
-webkit-box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6);
box-shadow: inset -7px 0 10px rgba(60,162,221, 0.4), inset 0 0 12px rgba(60,162,221, 0.6);
}
