body {
	background-color: #666666;
}

#container1 {
	background-color: #000000;
	width: 700px;
	border: thin groove #030085;
	margin-left: 22%;
	height: inherit;
	position: relative;
	margin-top: 7%;
}
#header {
	background-color: #00CC00;
	height: 100px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../images/banner.png);
}
#table {
	width: 650px;
	border: thin groove #030085;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 20px;
	vertical-align: middle;
}
#menutable {
	width: 650px;
	border: thin groove #030085;
	background: #000000;
	margin-left: 25px;
	margin-top: 25px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
.style1 {color: #F0F0F0}
.style2 {
	font-family: "comic Sans MS";
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}
.style3 {
	font-family: "comic Sans MS";
	color: #333333;
}
.style4 {color: #FFFFFF}
