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

html, body {
	margin:0; padding:0;
	height:100%;
	font-family:Helvetica, Arial, Verdana;
	color:#9f9f9f;
}
body {
	background-color:#fff;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-290px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:580px; width:882px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	background:#fff;
	overflow:hidden;
}
  
#content {
	position:absolute;
	left:0px;
	right:0;
	top:0;
	bottom:0;
	width:880px;
	height:550px;
	padding:0;
	margin:0;
	border:#7f735b 1px solid;
}

#flashcontent {
	
}
h1 {
	text-indent:-9999px;
	background-color:#333;
	margin:0;
	padding:0;
	line-height:0;
}


/* General LAYOUT */
	

#copyright {
	position:absolute;
	top:552px;
	left:0;
	height:20px;
	margin:0;
	padding:10px 0 0 0;
	font-size:9px;
	background-color:#fff;
	color:#999;
}

/* LINKS */
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}


/* GENERAL FONT STYLES */
p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	text-align:justify;
}

