/* CSS Document */
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.number_border {
	border: 1px solid #713c2e;
}
.number_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.number_links:hover {
	color: #333333;
	text-decoration: underline;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AA907F;
}
.heading1 {
	font-family: "Arial Black", Arial, Verdana;
	font-size: 15px;
	font-style: italic;
	color: #999900;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 100px;
}
.tbl_border {
	border-top: 1px #713c2e;
	border-right: 1px solid #713c2e;
	border-bottom: 1px #713c2e;
	border-left: 1px solid #713c2e;
}
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
.menus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7A473F;
	font-weight: bold;
	text-decoration: none;
}
.button2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#MenuPhotos {
	display: block;
	float: left;
	width: 140 px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.MenuDescription {
	display: block;
	padding: 5px;
	float: right;
	height: 91px;
	width: 730px;
	text-align: left;
	font-size: 1.2em;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: double;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
}
.MenuHeading {
	font-family: "Book Antiqua";
	font-size: 2em;
	font-weight: bold;
	color: #FFC;
	text-align: center;
}
#MenuPhotos img {
	border-style: none;
	margin-top: 8px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#GalleryPlateMenu {
	background-image: url(images/GalleryPlate_Bg.jpg);
	height: 600px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#GalleryPlateMenu ul{
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#GalleryPlateMenu li{
	display:block;
	padding: 0px;
	width:180px;
	list-style-type: none;
	font-family: "Book Antiqua";
	font-size: 2.25em;
	color: #57261C;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#GalleryPlateMenu li:hover{
	list-style-type: none;
	font-family: "Book Antiqua";
	font-size: 2.25em;
	color: #E9E943;
}

#GalleryPlateMenu a{
	color: #57261C;
	text-decoration: none;
}
#GalleryPlateMenu a:hover{
		color: #E9E943;
}
