@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

a	{
	text-decoration: none;
	color: #ed5c23;
	border-bottom: 1px dotted #ed5c23;
}

a:hover {
	border-bottom: 1px solid #ed5623;
}

.top-menu {
	margin-top: 2px;
	text-align: left;
	padding: 3px;
	font-weight: bold;
	color: #fff;
	zzbackground-color: #000;
	zzopacity: 0.4;
	zzfilter: alpha(opacity=40);
}

.top-menu:hover {
	zzopacity: 0.9;
	zzfilter: alpha(opacity=90);
}

.top-menu a {
	text-decoration: none;
	border: none;
	color: #ed5c23;
	padding: 4px;
}

.top-menu a:hover {
	color: #fff;
	background-color: #ed5c23;
	padding: 3px;
	border: 1px solid #fff;
}

.main, .bugs, .notice {
	color: #0f9246;
}

.main {
	margin-top: 130px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.8em;
	background-image: url(graphics/Ball-BG.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.main h1,
.main h2{
	color: #ec7a3c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.main img.big-right {
	float: right;
	margin-left: 10px;
	margin-right: 0;
	border-top: 3px solid #ed5c23;
	border-bottom: 3px solid #ed5c23;

}

.bottom {
	background-image:url(graphics/Fade-Bottom.gif);
	background-position: bottom center;
	background-repeat:repeat-x;
	margin-bottom: -1px;
}

.bugs {
	clear: both;
	margin-top: 20px;
}

.notice {
	padding-top: 45px;
	padding-bottom: 5px;
	text-align: center;
	color: #ed5c23;
}
.sidebar {
	border: 1px solid #ed5c23;
}

#slider, #slider-f {
	border-top: 3px solid #ed5c23;
	border-bottom: 3px solid #ed5c23;
}

#slider-v {
	float: right;
	margin-left: 10px;
	margin-right: 0;
	border-top: 3px solid #ed5c23;
	border-bottom: 3px solid #ed5c23;
}



.rest-menu {
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 10px;
	border: 1px solid #0f9246;
	background-image:url(graphics/Fade-Bottom.gif);
	background-position: bottom center;
	padding: 5px;
}

.rest-menu h2 {
	margin-top: 0;
}

.hotbox {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 2px dotted #ec7a3c;
	padding: 5px;
}