* {
	border: 0;
	margin: 0;
}

a:link, a:visited {
 text-decoration: none;
 color: #0072ff;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 18px;
	color: #FFFFFF;
	margin: 4px 0;
	letter-spacing: 1px;
	background-color: #203242;
}

body {
	background-color: #3f607f;
	background-image: url('gfx/body_bg.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	font: 10.5pt 'Tahoma', sans-serif;
	color: #fff;
}

div.wrapper {
	margin: 112px auto 0 auto;
	width: 800px;
}

div.header, ul.left-bar, div.content, div.content-l, div.footer {
	border: 1px #fff solid;
	background-color: #000;
	opacity: 0.9;
}

div.wrapper-mid {
	margin: 16px 0;
	min-height: 512px;
	width: 800px;
}

div.header {
	height: 144px;
	text-align: center;
}

div.header p {
	font-size: 22pt;
}

ul.menu, ul.left-bar {
	color: #0072ff;
	font-weight: bold;
}

ul.menu {
	margin: 8px auto 24px auto;
	text-align: center;
	width: 800px;
}

ul.menu li {
	display: inline;
	background-image: url('gfx/bullet.gif');
	background-position: 0% 60%;
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-right: 2px;
}

ul.menu li.lf {
	background-image: none;
}

ul.left-bar {
	float: left;
	min-height: 512px;
	list-style-type: none;
	width: 104px;
}

ul.left-bar li {
	margin: 8px 0 0 8px;
}

a.cur {
	color: #b9cdeb;
}

a.cur:hover {
	text-decoration: none;
}

div.content-l {
	width: 618px;
	min-height: 512px;
	float: right;
	padding: 8px 16px;
	text-align: justify;
}

div.content {
	min-height: 488px;
	text-align: justify;
	padding: 12px 16px;
}

div.gallery {
	min-height: 488px;
	text-align: center;
	padding: 12px 16px;
	background-color: #000000;
	opacity: 0.9;
	border: 1px #fff solid;
}

div.thumbnails {
	min-height: 120px;
	text-align: center;
	padding: 12px 16px;
	background-color: #3F607F;
	border: 1px #fff solid;
	opacity: 1;
}	

div.footer {
	height: 16px;
	font-size: 8pt;
	text-align: center;
	border: 1px #fff solid;
	padding-top: 2px;
	margin-bottom: 16px;
}
	
	
