@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	text-align: center;
	font-size: 100%;
	background-image: url(pics/Starz%20&%20Stripes.jpg);
}
#Container {
	text-align: left;
	width: 100%;
}

#Header {
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat;
	background-image: url(pics/Banner.png);
}
#Middle {
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 21em;
	margin-left: 10em;
	background-image: url(pics/paper.jpg);
	background-repeat: repeat;
}
#Left {
	float: left;
	width: 9em;
	padding-top: 5px;
}
#Footer {
	height: 5px;
	border-top-width: 6px;
	border-top-style: ridge;
	border-top-color: #000;
}

#Right {
	text-align: center;
	float: right;
	width: 20em;
}

ul#Menu {
	list-style-type: none;
	margin: 0px;
	width: 144px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
ul#Menu li {
	width: 144px;
	padding-top: 2px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	text-decoration: none;
}
