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

html, body {
	background: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

#wrapper {
	position: relative;
	width: 789px;
	margin: 0 auto;
	min-height: 860px;
	background: #787878 url(../images/background.jpg);
}

#content {
	position: absolute;
	width: 689px;
	margin: 230px 50px 0 50px;
	}

#left_nav {
	position: absolute;
	margin-top: 220px;
	margin-left: 18px;
}	
	
#footer {
	text-align: center;
	font-size: 70%;
}	
#footer a {
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-family: Capitals, "Copperplate Gothic Bold", "Times New Roman", Times, serif;
	font-size: 250%;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
	}	
	
p {
	margin-bottom: 10px;
	line-height: 150%;
}	

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

.lbsa {
	font-family: Capitals, "Copperplate Gothic Light", Verdana, Arial, Helvetica, sans-serif;
}

.strng {
	font-weight: bold;
	}

.floatrt {
	float: right;
	margin: 10px 0 10px 30px;
}	

.floatlft {
	float: left;
	margin: 10px 30px 10px 0;
}	

.imgb {
	padding: 6px;
	border: 2px solid #FFFFFF;
	}