@charset "UTF-8";
body {
	background-image: url(images/mainbackground.jpg);
	background-repeat: repeat;
	background-position: bottom;
	background-attachment: scroll;
	color: #CCCC99;
	text-transform: none;
}
body,td,th {
	font-family: "New York", Didot, serif;
	font-size: 15px;
	color: #CCCC99;
	background-image: url(images/mainbackground.jpg);
}
a:visited {
	text-decoration: underline;
	color: #CCCC66;
}
a:hover {
	text-decoration: underline;
	color: #CCCC66;
}
a:active {
	text-decoration: underline;
	color: #CCCC66;
}
/* CSS Document */

#container {
	position:relative;
	width:955px;
	height:631px;
	z-index:13;
	margin-right: auto;
	margin-left: auto;
	background-color: #d1c89d;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 100px;
}
#menu {
	position:absolute;
	width:610px;
	height:73px;
	z-index:8;
	left: 346px;
	top: 0px;
	font-family: "New York", Didot, serif;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	color: #CCCC66;
	text-decoration: underline;
}
#header {
	position:absolute;
	left:-354px;
	top:0px;
	width:346px;
	height:634px;
	z-index:14;
}
a:link {
	color: #CCCC99;
}
