body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, "Trebuchet MS", helvetica, sans-serif;
	font-size: 0.7em;
	color: #fff;
	text-align: center;
	background: url('../images/body_background.jpg') left top repeat-x #014d65;
}

h2, h3, h4, h5, p {
	margin-bottom: 1em;
}

h1 {
	display: none;
}

h2  {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

blockquote {
	padding: 5px;
	margin: 0 0 1em 25px;
}

a {
	font-weight: bold;
	color: #fff;
}

form p {
	clear: both;
}

form em {
	color: #666;
}

form label {
	width: 150px;
	display: block;
	float: left;
	color: #666;
}

.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
	display: inline;
	visibility: none;
}

div#wrapper {
	width: 760px;
	border: 20px solid #fff;
	margin: 15px auto;
	text-align: left;
	background: url('../images/wrapper_background.jpg') left top repeat-y #23657b;
}

ul {
	list-style-type: disc;
	margin: 0.5em 0 1.5em 25px;
}

div#header {
	width: 760px;
	height: 233px;
	clear: both;
	background: url('../images/header_background.jpg') left top no-repeat;
}

ul#navigation {
	height: 37px;
	position: relative;
	top: 196px;
	left: 35px;
	margin: 0;
	list-style-type: none;
	clear: both;
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
	padding: 0 20px 0 5px;
	height: 37px;
	line-height: 40px;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background: url('../images/navi_background.jpg') right top no-repeat transparent;
}

ul#navigation li a:hover {
	text-decoration: underline;
}

ul#navigation li a.active {
	text-decoration: underline;
}

div#sidebar {
	width: 215px;
	min-height:520px;
	padding: 0 20px 0 26px;
	float: left;
	font-size: 0.9em;
	background: url('../images/sidebar_background.jpg') left top no-repeat transparent;
}

	#sidebar h2 {
		font-size: 1em;
		font-style: italic;
		font-weight: bold;
		padding-top: 1em;
	}

	#sidebar h3 {
		font-size: 1em;
		padding-top: 10px;
	}

	div#sidebar div.box {
		display: block;
		height: 130px;
		margin-top: 50px;
	}
	
		div#sidebar div.box.box-3 {
			margin-top: 30px;
		}

div#content {
	width: 350px;
	min-height: 350px;
	padding: 0 59px 0 90px;
	float: left;
	background: url('../images/content_background.jpg') left top no-repeat #23657b;
}

	div#content h2 {
		font-size: 3.2em;
		margin: 0.5em 0 0.5em -1.5em;
		line-height: 1em;
	}

	div#content h3 {
		font-size: 1.5em;
		margin: 1em 0;
		border-bottom: 1px solid #ddd;
	}

	div#content p img {
		float: right;
		padding: 5px;
		margin: 0 0 15px 15px;
	}

div#content2 {
	width: 350px;
	min-height: 520px;
	/*height: 297px;*/
	padding: 0 59px 0 90px;
	float: left;
	background: url('../images/content_background.jpg') left top no-repeat #23657b;
}

	div#content2 h2 {
		font-size: 3.2em;
		margin: 0.5em 0 0.5em -1.5em;
		line-height: 1em;
	}

	div#content2 h3 {
		font-size: 1.5em;
		margin: 1em 0;
		border-bottom: 1px solid #ddd;
	}

	div#content2 p img {
		float: right;
		padding: 5px;
		margin: 0 0 15px 15px;
	}


div#gallery {
	width: 499px;
	height: 170px;
	float: left;
	position: relative;
	top: 14px;
	background: url('../images/gallery_background.jpg') left top no-repeat;
}

	div#gallery a.nav_prev {
		float: left;
		position: relative;
		top: 70px;
		left: 15px;
		font-size: 2em;
	}
	
	div#gallery a.nav_next {
		float: right;
		position: relative;
		top: 70px;
		right: 15px;
		font-size: 2em;
	}

	div#gallery img {
		width: 100px;
		height: 85px;
		border: 1px solid #fff;
		float: left;
		position: relative;
		top: 43px;
		left: 25px;
		margin-right: 5px;
	}
	
div.gallery_image {
	padding: 10px 5px 10px 0;
	margin: 0 0 15px 0;
	clear: both;
	border: 5px solid #528299;
	background: #3b758d;
}

div.gallery_image img {
	padding: 3px !important;
	margin: 0 15px !important;
	float: left;
	background: #fff;
}

div#footer {
	width: 760px;
	text-align: right;
	position: relative;
	top: 15px;
	clear: both;
}

	div#footer a {
		font-weight: normal;
		color: red;
	}
