@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	background-color: #003;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
/* CSS Document */

#container {
	width: 800px;
	background: #003399;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	font-size: small;
}#banner {
	background-image: url(images/rbb_header900.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 780px;
}
#menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	background-color: #039;
	height: 20px;
}
#main_window {
	background-color: #FFF;
	height: 350px;
	width: 760px;
}
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	text-align: center;
	height: 20px;
	width: 760px;
	margin: 10px;
}

