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

body {
	background-color: #105494;
	font-family: helvetica;
	font-size:11px;
	line-height: 1.2em;
	text-align: center;
	}

.red {
	color: #AF2131;
	}

.blue {
	color: #105494;
	}

.yellow {
	color: #CCCC00;
	}

a.blue:link {
	color: #105494;
	text-decoration:none;
	}

a.blue:visted {
	color: #105494;
	text-decoration:none;
	}

a.blue:hover {
	text-decoration:underline;
	}
	
a.blue:active {
	text-decoration:none;
	}

a.red:link {
	color: #AF2131;
	text-decoration:none;
	}

a.red:visted {
	color: #AF2131;
	text-decoration:none;
	}

a.red:hover {
	text-decoration:underline;
	}
	
a.red:active {
	text-decoration:none;
	}

div#outer {
		position: relative;
		width: 850px;
		height: 850px;
		margin: 15px auto;
		background-image:url(../IMG/OUTER/PICKLENA-BANDANA.gif);
		vertical-align:bottom;
		}
div#fbt {
	position: relative;
	width: 850px;
	height: 25px;
	margin: 0px auto;
	vertical-align:bottom;
	text-align: left;
		}		
		

div#nav {
	position: absolute;
	top: 179px;
	left: 181px;
	background-color: #fff;
	float: left;
	width: 488px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	z-index:1;
	text-align:center
		}

div#content {
	position: absolute;
	top: 219px;
	left: 181px;
	background-color: #fff;
	width: 458px;
	height: 448px;
	padding: 0px 15px;
	z-index:1;
	text-align:center;
	font-size: 11px;
	font-family: helvetica;
		}
	
div#logo {
	position: absolute;
	top: 613px;
	left: 337px;
	background-color: #fff;
	width: 179px;
	height:179px;
	z-index:2;
		}
		
		
