
	body {
		background:#ffffff;
		font-family: verdana, arial, "sans-serif";
		font-size:.85em;
		text-align:justify;		
}

a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#b20010; text-decoration:none;}
a:active {color:#000000, text-decoration:none;}
		
	div#page-wrap {
		position: relative;
		background:#ffffff;
		width: 800px;
		min-height:750px;
		margin:auto;
}

#fl_header, #img_header {
	position: absolute;
	right: 0px;
}

#header {
	position: absolute;
	right: 0px;
}

div#index-nav {
	position: absolute;
	top: 130px;
	left: -90px;
	min-height:400px;
	width:298px;
	padding-right:25px;
	background-image:url(images/1003.gif);
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	color:#000000;
}

div#nav {
	position: absolute;
	top: 155px;
	left: -30px;
	min-height:402px;
	width:300px;
	padding-right:25px;
	background-image:url(images/1003.gif);
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	color:#000000;
}

div#content {
	position: absolute;
	top: 155px;
	left: 298px;
	height:410px;
	width:395px;
	padding-left:15px;
	padding-right:10px;
	text-align:justify;
	color:#000080;
	overflow:auto;
	/**border:1px solid #000000; **/
}

	div#content-index {
		min-height:440px;
		width:350px;
		margin-top:-80px;
		margin-left:5px;
		float:left;
		/* border:1px solid #000000; */
}

div#footer {
	position: absolute;
	left: 10px;
	bottom: -5px;
	height:185px;
}


div#footer-index {
	position: absolute;
	left: 10px;
	bottom: 60px;
	height:185px;
}


