body { background-image: url( 'images/bg1.jpg' ); }
#rap {
	position: absolute;
	width: 800px;
	left: 50%;
	top: 20px;
	margin: 0px 0px 20px -400px;
	text-align: left;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	background-image: url( 'images/transparent.png' );
	border: 1px solid #03C;
	list-style: none;
}
#content {
	float: left;
	width: 615px;
	padding: 0px 5px;
}
#centerbanner {
	background-image: url('images/banner.jpg');
	height: 175px;
	border-bottom: 1px solid #03C;
}
#menu {
	float: right;
	width: 164px;
	border-left: 1px solid #03C;
	border-bottom: 1px solid #03C;
	padding: 0px 5px;
	line-height: 13px;
}
#footer {
	clear: both;
	width: 800px;
	background: #FC6;
	border-top: double 3px #03C;
	font-size: 10px;
	text-align: center;
}
a, a:visited { color: #ff6000; }
a:hover { color: #FFF; background-color: #F93; }
#menu a { text-decoration: none; }
#menu .forumheader a { color: #03C; }
#menu .fcaption a, .fcaption a { color: #fff; }

h1, h2, h3 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #03C;
	font: normal 24px "Book Antiqua", "Times New Roman", georgia, times, serif;
	list-style: none;
	line-height: 24px;
}
h2 { font-size: 22px; }
h3 { font-size: 20px; }

.spacer { padding: 2px 0px; }
.tbox{ font-size: 11px; }
.smalltext {	font-size: 12px; }
.smallblacktext { color:#ff6000; }
.mediumtext { font-size: 14px; }

.fborder, .indent, .forumheader, .fcaption, button, .button { border: #03C 1px solid; }
.forumheader2, .forumheader3, .tbox { border: #6CC 1px solid; }
.indent, .forumheader, .forumheader2, .forumheader3, .fcaption { padding: 4px; }

.fcaption, button:hover, .button:hover { background-color: #39F; }
.indent, .forumheader, button, .button { background-color: #FC6; }
.fcaption { color: #FFF; font-weight: bold; }

button, .button {
	color: #03C;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
button:hover,.button:hover{ color: #FFF; }
