/*
 *   CSS2 Stylesheet for the Redemption Fleet
 *   http://rf.rebelsquadrons.org/style
 *
 */

@import "http://www.rebelsquadrons.org/general";
@import "/rf";

body {
	margin: 0px;
	padding: 0px;

	color: #ccc;
	background-color: #000;

	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: normal;

	background-image: url("/images/left.bg");
	background-repeat: repeat-y;
/*
	not CSS2-compliant

	scrollbar-base-color: #333;
	scrollbar-arrow-color: #ccc;
	scrollbar-track-color: #000; 
*/
}


a:link, a:visited {
	color: #fff;
}
a:hover {
	color: #eee;
}


div#design {
	background-image: url("/images/top.bg");
	background-repeat: repeat-x;

	position: relative;
}
img#rs-logo {
	position: absolute;
	top: 116px;
	left: 0px;
}
span#logged-in {
	position: absolute;
	top: 39px;
	right: 5px;

	z-index: 1;
}


div#navbar {
	float: left;
	margin-top: 180px;
}
	

div#content {
	margin-top: 20px;
	margin-left: 185px;
}
div#logo {
	text-align: center;
	margin-bottom: 20px;
}



div.header {
	padding: 7px;

	color: #fff;
	background-color: #292929;

	border-width: 2px;
	border-color: #8b8b8b;
	border-style: outset;

	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}

.center {
		text-align: center;
		}
