body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
  
#text{
	position: absolute;
	width: 493px;
	left: 300px;
	top: 234px;
	border: thin solid #000000;
	background-color: #986434;
	padding: 15px;
	visibility: visible;
	height: auto;
	min-height: 500px;
}

#menu{
	position: absolute;
	width: 523px;
	height: 152px;
	left: 300px;
	visibility: visible;
	overflow: visible;
	top: 1px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	list-style-position: inside;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}
