#general {
	margin-left: 160px;
	width: 1000px;
	height: 685px;
	font-family: Ubuntu Condensed; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: -5px 5px 50px #888888;
}

#top {
	width: 1000px;
	height: 25px;
	background-image: url(img/topred2.png);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#header {
	width: 1000px;
	height: 300px;
	background-image: url(img/HeaderBackground.png);
}

#menu {
	margin-top: 0px;
	width: 1000px;
	height: 35px;
	background-image: url(img/topred2.png);
	list-style-type: none;
}

#menu ul {
	padding-top: 7px;
	margin-left: 300px;
	margin-top: 0px;
}

#menu li {
	padding-left: 12px;
	padding-right: 12px;
	display: inline;
	color: white;
	font-size: 18px;
}

#menu li a:link {color: white;
				text-decoration: none;}

#current {font-weight: bold;
				color: white;
				text-decoration: none;}

#menu li a:visited {font-weight: bold;
				color: white;
				text-decoration: none;}

#menu li:hover {background-color: rgb(200,200,200);
		padding-top: 7px;
		padding-bottom: 8px;
	}

#middle {
	width: 1000px;
	height: 300px;
	background-color: white;
}

#bottom {
	padding-top: 3px;
	color: white;
	text-align: center;
	width: 1000px;
	height: 25px;
	background-image: url(img/topred2.png);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#options td:hover {
	background-color: rgb(200,200,200);
}