#content {
	position:absolute;
	height:800px;
	width: 751px;
	left: 124px;
	top: 137px;
}

#nav { position:absolute; width:200px; }

.fp_web { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:10px; }
.fp_web a { font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:10px; text-decoration: none; }
.fp_web a:hover { text-decoration: blink; color:#999999; }

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:18px;

}

.line {
	border-bottom: 3px solid #FFFFFF;
	}

.link { color:#FFFFFF; background-color:#000000; text-decoration:none; text-transform:uppercase; font-family: Tahoma; font-size:12px; font-weight:bold; width:145px; }

.link a { color:#FFFFFF; background-color:#000000; text-decoration:none; text-transform:uppercase; font-family: Tahoma; font-size:12px; font-weight:bold; width:145px; }

.link a:hover { color:#000000; background-color:#FFFFFF; }

/* Lightbox Styles */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 60%;
	padding: 16px;
	border: 2px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

#banner {
	position:absolute;
	height: 123px;
	width: 200px;
	left: 73px;
	top: 0px;
}
