body{
	margin: 0px;
	background-image: url("shadowbg.png");
	background-color: #eaeaea;
	background-position: center;
	background-repeat: repeat-y;
	}
td{ font-size: 10pt;}
p{	margin-top: 20px;}
div{ text-align: justify}
a:link, a:visited, a:active{ color: #e50d10}
a:hover{text-decoration: none;}
h1{
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	font-style:italic;
	margin-bottom: 0px;
	color: #ff7200;
	}
#container{
	width: 750px;
	height: auto;
	border-left: 1px solid #bd0000;
	border-right: 1px solid #bd0000;
	background-color: #ffffff;

	}
#content{
	font-family: Trebuchet MS;
	font-size: 10pt;
	line-height: 14pt;
	padding: 10px;
	margin-top: 7px;
	margin-left: 20px;
	margin-right: 20px;
	}
#navigate{
	width: 100%;
	float: left;
	}
#credit{
	position: absolute;
	bottom: 0px;
	}
#gallery img{border: 1px solid #000000;}
.gcell{ padding-bottom: 25px;}
/* MENU 
########################################################*/
#menu{ 
	padding: 0px; margin: 0px;
	text-align: center;
}
ul.menu {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
		}
		
li.menu {
	margin-right: -5px;
	display: inline;
	vertical-align: middle;
		}
 li.menu a, li.menu a:visited, li.menu a:active {
	border-right: 2px solid #ffffff;
	border-bottom: 4px solid #d2d2d2;
	background-color: #e7e7e7;
	font-family: Trebuchet MS;
	font-size: 7.5pt;
	letter-spacing: 1pt;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
		}
li.menu a:hover {border-bottom: 4px solid #ffca13; background-color: #e0e0e0;}
li.menub {
	margin-right: -5px;
	padding-right: -6px;
	display: inline;
	}
li.menub a, li.menub a:visited, li.menub a:active {
	border-bottom: 4px solid #d2d2d2;
	background-color: #e7e7e7;
	font-family: Trebuchet MS;
	font-size: 7.5pt;
	letter-spacing: 1pt;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
		}
li.menub a:hover {border-bottom: 4px solid #d52323; background-color: #e0e0e0;}
html>body #button li a {
		width: auto;
		}
