@charset "utf-8";
body {
	background-color: #FCE476;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 62.5%;
}
#container {
	width: 863px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(/images/header-back.gif);
	background-repeat: no-repeat;
	height: 145px;
}
#logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#radio {
	float: right;
	margin-right: 20px;
}
#menu {
	background-image: url(/images/menu-back.jpg);
	height: 51px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
#menu li {
	list-style-type: none;
	display: inline;
}
#menu li a {
	display: block;
	float: left;
	background-image: url(/images/menu-arrow.gif);
	padding-left: 16px;
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-bottom: 15px;
	font-size: 1.5em;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: -1px;
	padding-right: 8px;
	background-position: 5px 22px;
}
#menu li a:hover {
	color: #FBCC0C;
}
#content {
	background-image: url(/images/content-back.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 2px 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#content p {
	font-size: 1.4em;
	color: #6A6A6A;
	line-height: 1.5em;
}
#content p a {
	color: #A28503;
}
#content p a:hover {
	color: #BBA132;
}
#content h1 {
	font-size: 2.8em;
	color: #A28503;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	letter-spacing: -4px;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
	padding-bottom: 8px;
}
#content .form {
	border: 1px solid #A48500;
	font-family: "Trebuchet MS", Tahoma, Arial;
	padding: 3px;
	color: #A4840B;
	margin: 0px;
}
#content .formlabel {
	font-size: 1.4em;
	color: #6A6A6A;
}
#content .button {
	font-size: 1.5em;
	font-weight: normal;
	padding: 5px;
}



#footer {
	background-color: #F9CD08;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: right;
	font-size: 1.1em;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

