
html, body {
	height: 100%;
}

body {
width:750px;

margin:auto;
padding:0;
background-color:black;
color:#ffffff;
height: 100%;

}




/* ----- HEADER ----- */



#header {
	margin-top:0px;
width:750px;
height:135px;
background-color:#333333;
background-image:url(images/fl_banner_gr.jpg);
	background-repeat:no-repeat;
	background-position:center;
}



/* ----- NAVIGATION ----- */



#navigation {
width:750px;
height:40px;
background-color:#333333;
margin-top:1px;
background-image:url(images/navbar_bacg_1.jpg);
text-decoration:none;


}

side_left{
	background-image:url(images/navbar_bacg_1_rd-lf.jpg);
	clear:left;
	display:inherit;
}
#sub_nav {
width:750px;
height:15px;
background-color:#000000;


}
	#sub_nav ul li{
		display:inline;
		float:left;
		padding-right: 25px;
		font-size: 14px;
		letter-spacing: 2px;

}
	 #sub_nav a:hover {
		text-decoration:none;
		color:#c0c0c0;	
}





#navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-family:verdana, arial, sans-serif;
	text-shadow: #c0c0c0 0 1.5px 1px;
			}

	#navigation ul li {
		display:inline;
		float:left; 
		padding:10px;
		padding-right: 25px;
		padding-left: 25px;
		font-size: 14px;
		letter-spacing: 2px;
					}
	 #navigation a:hover {
		text-decoration:none;
		color:#933;	
}

	a#navigation:active {
		text-decoration:none; 
		color:#FFFFFF;}
	
a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;

}



a#here {
	
	color:#933;
}



/* ----- MAIN CONTENT ----- */



.content { 
width:750px;
min-height: 350px;
margin-bottom: -50px;
position: relative;
height:auto !important; /* for modern browsers */

background-color:black;
margin:10px 0 0 0px;
vertical-align:middle;
}


.content img {
	float:left;
	padding: 10px;
	
	
}

blockquote {
	font-size:18px;
	padding:10px;
	padding-left:50px;


}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -70px;
     padding-top: 55px;
	 margin-left: 1px;
     margin-bottom: -40px;
     font-size: 600%;
     color: #488145;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: -50px;
     padding-top: -20px;
     font-size: 600%;
     color: #488145;
 }

cite
    {
    font-size: 1.2em;
    float: right;    
}  


h1
{
	background: inherit;
	border-top: 1px solid #ccc;
	color: #933;
	font: 18px Georgia, serif;
	margin: 0 0 10px  ;
	padding: 10px 0 10px ;
	text-align: right;
	}
	
	h1 a:link, h1 a:visited {
	color: #993333;
	text-decoration:none;

}

h1.a:hover {
	text-decoration:none;
	color:#dadada;	
}

h1 a:active {
	text-decoration:none; 
	color: #993333;}
	
	 img.pic {
		padding:10.5px;
		margin:10.5px;
	}
	
	p{
		padding-top:10px;
		margin-top:10px;
	}
/* ----- FOOTER ----- */



.footer {
	width:750px;
height: 50px;
position: relative;
border-top:solid 1px #ffffff;
 }

.clearfooter {
height: 50px;
clear: both;
}
	.footer .right {
		float:right;
	}
