@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	background-color: #000000;
	background-image: url(../images/rb.png);
	background-repeat: repeat-x;
	background-position: center top;
}

h3 {
	text-align: center;
	font-size: 12pt;
}

p {
	line-height: 11.5pt;
	padding-bottom: 0.5em;
}

#container {
	width: 807px;
	margin: 0 auto;
} 

#header {
	height: 104px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center top;

}
#topnav {
	height: 38px;
	background-image: url(../images/slogan.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#lpage {
	height: 533px;
	width: 407px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	background-image: url(../images/lpage.png);

}

#lpagecontent {
	height: 400px;
	text-align: left;
	font-size: small;
	margin-top: 100px;
	margin-left: 30px;
	width: 300px;
}

#rpage {
	height: 533px;
	width: 400px;
	background-image: url(../images/rpage.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

#rpage a:link, #rpage a:visited, #rpage a:active {
	color: #FF0000;
	text-decoration: none;
}

#rpage a:hover {
	color: #000000;
	text-decoration: underline;
}

#bookmark {
	height: 18px;
	width: 350px;
	text-align: center;
}

#rpagecontent {
	height: 482px;
	width: 350px;
	text-align: left;
	font-size: small;
	margin-right: 15px;
	margin-top: 20px;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon.png") no-repeat 0 50%;
}

#hitlist {
	height: 475px;
	width: 350px;
	text-align: left;
	font-size: small;
	margin-top: 40px;
	margin-right: 15px;
	overflow: auto;
}

#bottomnav {
	height: 55px;
	color: #FF0000;
	font-size: 70%;
	word-spacing: 15px;
	clear: both;
}

#bottomnav a:link, #bottomnav a:visited, #bottomnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#bottomnav a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
	color: #FFFFFF;
	font-size: 60%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FF0000;
	text-decoration: none;

}

#footer hr {
	color: #FF0000;
	font-size: 10%;
	border: 0;
	height: 1px;
	background-color: #FF0000;
	margin-bottom: 4px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
