@charset "UTF-8";
/* CSS Document */
body {
    background-repeat: repeat;
    background-image: url("../images/woodWall.gif");
}
.container {
	position: relative;
	margin-top: 0px;
	top: -240px;
	margin-left: -100px;
}
.content {
	font-family: "Courier New", Courier, monospace;
	color: white;
	font-weight: bold;
	font-size:16px;
	position: relative;
	vertical-align: middle;
	padding-left: 20px;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #88DDFF;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #FFF;
}
a:hover {
	color: #F3D3E3;
}
.menu {
}
a:link.menu {
}
a:visited.menu {
}
a:hover.menu {
}
a:link.menuSelected {
}
a:visited.menuSelected {
}
.tableMenu {
	color: black;
	text-decoration: none;
	font-size: 16px;
	vertical-align: top;
	line-height: 16px;
}
.tableMenuHeader {
	font-size: 36px;
	font-weight: bolder;
	color: #88DDFF;
	text-align:center;
}
.tableMenuItem {
	font-size: 24px;
	font-weight: bolder;
	color: #F3D3E3;
	text-align:center;
	vertical-align:top;
}
.footer {
	font-family: "Courier New", Courier, monospace;
	color: white;
	font-size: 11px;
	vertical-align: top;
	text-align:center;
	margin-top: 0px;
}
.form {
		font-family: "Courier New", Courier, monospace;
		font-size: 10px;
		vertical-align: top;
}
.top {
	position: relative;
	float: left;
	border: none;
	margin-top: 0px;
	top: 251px;
	left: 110px;
}
.side {
	position: relative;
	float: left;
	border: none;
	margin-top: 0px;
	top: 245px;
	left: 135px;
}
.rightImage {
	float:right;
	margin-right: 20px;
	margin-left: 30px;
}
.big {
	font-size: 20px;
	color: #FFF;
}
.bigger {
	font-size: 30px;
	color: #88DDFF;
}
.biggest {
	font-size: 40px;
	color: #F3D3E3;
}
.small {
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
}