@charset "utf-8";
/* CSS Document */

#Image {

}
#Header {
	width: 510px;
	float: left;
}

Body {
	width: 1100px;
	background-image: url(IMG_9752.JPG);
	background-repeat: no-repeat;
	background-size: 100%;
}
}

#Content {
	width: 957px;
	font-family: "Gill Sans MT", "Gill Sans MT Condensed", "Gill Sans MT Ext Condensed Bold";
	text-align: justify;
}
#Menu {
	margin-bottom: 20px;
	width: 964px;
}

#Credit a:link, #Credit a:visited {
	color: #000000;
	font-family: Garamond;
	text-decoration: none;
}
#Credit a:hover, #Credit a:active {
	color: #8d8c8d;
}
#Credit {
	font-family: Garamond;
}

ul {
	font-family: "Century Gothic", "Gill Sans MT";
	font-size: 22px;
	list-style: none;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
}
ul li {
	display: block;
	position: relative;
	width: 140px;
	float: left;
}
li ul {
    display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
}
ul li a:hover {
	color: #CC0000;
}
li:hover ul {
    display: block;
    position: absolute;
}
li:hover li {
	float: none;
	font-size: 16px;
}
li:hover a {
}
li:hover li a:hover {
	color: #CC0000;
}
