@charset "UTF-8";
/* CSS Document */


html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #492800;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BEAA87;
	font-size: 13px;
	letter-spacing: 0.1em;
}
#PageTable {
	height: 100%;
	width: 100%;
}
#PageTable #Header {
	background-color:  #9e8966;
	width: 800px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
}
#PageTable #PhotoBar {
	background-color: #7b613c;
	height: 338px;
	vertical-align: bottom;
	text-align: center;
	background-image: url(HomePhotos.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#FlashID {
	vertical-align: middle;
}
#PageTable #Menu {
	height: 38px;
	width: 800px;
	overflow: hidden;
	background-image: url(MenuBar.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
}
#PageTable #Menu #MenuTable {
	height: 38px;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
}
#PageTable #Menu #MenuTable a:link {
	color: #BEAA87;
	text-decoration: none;
}
#PageTable #Menu #MenuTable a:visited {
	color: #BEAA87;
	text-decoration: none;
}
#PageTable #Menu #MenuTable a:hover {
	color: #D2BF9B;
	text-decoration: none;
}
#PageTable #Menu #MenuTable a:active {
	color: #BEAA87;
	text-decoration: none;
}
#PageTable #Menu #MenuTable .MenuItem {
	text-align: center;
	white-space: nowrap;
	width: 10px;
}
#PageTable #Menu #MenuTable .MenuItemHilight {
	text-align: center;
	white-space: nowrap;
	width: 10px;
	background-image: url(MenuBarHilight.gif);
}
#PageTable #Content {
	vertical-align: top;
	padding: 24px;
}
#PageTable #Footer {
	height: 40px;
	width: 800px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	letter-spacing: 0.3em;
	word-spacing: 1em;
}
