body {
	font-family: arial;
	font-size: 10px;
}

a.fade:active { text-decoration: none; color: black; display: block; font-weight: bold; }
a.fade:link { text-decoration: none; color: black; display: block; font-weight: bold; }
a.fade:hover { text-decoration: none; color: black; display: block; font-weight: bold; }
a.fade:visited { text-decoration: none; color: black; display: block; font-weight: bold; }

#floating_menu {
	position: relative;
	left: 185px;
	top: 152px;
	width: 575px;
	height: 25px;
	text-align: left;
	margin-top: -40px;
}

#container {
	width: 913px;
}
#banner {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	width: 913px;
	height: 131px;
}

table.main {
	width: 913px;
	height: 100%;
}
td.left_top {
	width: 243px;
	height: 55px;
	background-image: url(../img/navigation_top.jpg);
	background-repeat: no-repeat;
}
td.content_top {
	width: 669px;
	height: 55px;
	background-image: url(../img/content_top.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 644px;
	height: 580px;
	background-image: url(../img/big_windmill.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: -250px;
	overflow-y: auto;
	overflow-x: hidden;
}
#far_right {
	width: 25px;
	height: 580px;
	background-image: url(../img/far_right.jpg);
	background-repeat: repeat-y;
}
td.left {
	width: 243px;
	height: 580px;
	background-image: url(../img/leftbar_windmill.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#left {
	width: 235px;
	height: 580px;
	background-image: url(../img/navigation_gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 3px;
	margin-right: 5px;
}
td.footer {
	height: 14px;
	margin-left: -2px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}
table.main_menu {
	width: 96%;
	height: 100%;
}
td.button_small {
	width: 75px;
	height: 26px;
	background-color: silver;
	border-right: 1px solid black;
	font-size: 14px;
}
td.button_small:hover {
	width: 75px;
	height: 26px;
	border-bottom: 1px solid white;
	font-size: 14px;
}
td.button_large {
	width: 125px;
	height: 26px;
	background-color: silver;
	border-right: 1px solid black;
	font-size: 14px;
}
td.button_large:hover {
	width: 125px;
	height: 26px;
	border-bottom: 1px solid white;
	padding-top: -1px;
	font-size: 14px;
}