/* navigation */<style type="text/css">
/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */



/* BASIC */
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
	background-color: #000;
	background-image: url(fbgb.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1,h2,h3{
	color: #FFF;
}

p {
	font-size: 2em; 
	text-indent: 0em;
	color: #FFF;
}

p:first-letter {
	font-weight: bold;
	color: red;
}

a:link{

	color:#f00;

}

a:visited{

	color:#800;

}

a:active{

	color:#080;

}

a:hover{

	color:#ffc;

}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 0px outset #999;
}

#topr {
	float: right;
	background-image: url(0.png);
	
	background-repeat: no-repeat;
	width: auto;
	margin-top:0px;
	margin-right:0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px outset #999;
}

#topl {
	float: left;
	background-image: url(0.png);
	
	background-repeat: no-repeat;
	width: auto;
	margin-top:0px;
	margin-right:0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px outset #999;
}

#top {
	background-image: url(0.gif);
	background-repeat: no-repeat;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px 0px 30px 0px;
	border: 0px outset #999;
}

#wrap {
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	padding: 0px 0px 10px 0px;
	border: 0px outset #999;
}

#bodytxt {
	width: auto;
	margin-right: 3%;
	margin-left: 3%;
	padding: 40px 10px 30px 10px;
	border: 0px outset #999;
}


</style>
