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


html, body {
	width: 1100px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #5e838c;
	height: 100%;
	line-height: 20px;
	background: #86b8c5 url('images/navbg3.gif') top left repeat-y;
}

p {
	margin: 0 0 15px;
	padding: 0 0 5px;
}

.fun {
	letter-spacing: 0.2em;
	color: #ffffff;
}

#wrapper {
		margin: 0;
	padding: 0;
	position: relative;
}

#content {
	padding: 0 0 100px 0;
	bottom: 0;
	position: relative;
	float: left;
	min-height: 100%;
	background: url("images/bottomcompass.gif") bottom right no-repeat;
}

#blab {
	padding: 10px 20px 10px 20px;
	width: 715px;
	background-color: #bdd3d9;
}

#blabport {
	text-align:center;
	padding: 10px 20px 10px 20px;
	width: 715px;
	background-color: #bdd3d9;
}

#contact {
	font-size: 14px;
	line-height: 25px;
}

#gallery {
	Padding: 20px 20px 20px 20px;
}

#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 248px;
}

#nav {
	margin-top: 10px;
	margin-left: 53px;
}

#footer {
	margin-top: 40px;
}


A:link {text-decoration: underline; 
		color: #000;
}

A:visited {
	text-decoration: none;
	color: #666;
}

A:active {
	text-decoration: none;
	}
	
A:hover {
	text-decoration: underline;
	color: #ffffff;
	}