body {
	background: url(background.gif) repeat-x top;
	font-family: sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

h1, h2 {
	color: #CC6600;
	font-size: 120%;
	margin: 0.5em 0;
}

#footer {
	background: url(footer-bg.gif) repeat-x top;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	font-size: 0.7em;
	height: 66px;
	padding-top: 30px;
	text-align: center;
}

#header {
	background: url(fab-logo.gif) no-repeat 10px 10px;
	height: 120px;
}

#header h1 {
	display: none;
}

#joinnow {
	left: 605px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 135px;
}

#joinnow img {
	border: 0;
}

#main {
	clear: left;
	margin: 0;
	padding: 0;
	min-height:480px;
}

#navigation {
	height: 25px;
	margin-top: 8px;
}

#navigation a, #navigation a:visited {
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 9px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
}

#navigation li {
	float: left;
	position: relative;
}

#navigation li>ul {
	left: auto;
	top: auto;
}

#navigation li ul {
	display: none;
	left: 0;
	position: absolute;
	top: 20px;
	padding: 0;
	
}

#navigation li:hover ul, #navigation li.over ul {
	display: block;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}

#navigation ul ul li {
	background: #F3941E;
	width: 250px;
	margin: 0;
	padding: 0;
}

#page {
	/*background: url(decoration-right.jpg) no-repeat 640px 0;*/
	font-size: 0.8em;
	margin: 53px 0 0 212px;
	padding-right: 140px;
	width: 640px;
}

#pagewrapper {
	background: url(decoration-blue.jpg) no-repeat top left;
}

.thin {
	margin: 0;
	padding: 0;
}

#homelink {
	position: absolute;
	top: 64px;
	left: 216px;
}

#homelinktext {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 105%;
	color: #68a8da;
	position: absolute;
	top: 64px;
	left: 616px;
}

#homelink img {
	border: 0;
}

#leftgirltext {
	position: absolute;
	top: 450px;
	left: 10px;
	width: 150px;
	text-align: center;
	font-size: 0.8em;
}
.redText {
	color: #B3243B;
	font-weight: bold;
}