﻿html { height: 100%; }

body {
	font-family: Georgia, Nimbus Roman No9 L, serif;
	margin: 0px;
	background-color: #B9A890;
	background-image: url('images/tile_back.jpg');
	background-repeat: repeat;
}
td {
	vertical-align: top;
}
.content_cell {
	padding-right: 15px;
	text-align: justify;
}
.picshow {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.rightphoto {
	margin-left:20px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float:right;
}
.blue {
	color: #3B68A3;
	font-size: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3B68A3;
}
.cleanpic {
	padding: 0;
	margin:0px;
	border: 0;
}
.overtitle {
	margin: 9px 0px 9px 0px;
	padding: 0px 0px 0px 1px;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
.links {
	margin-top:3px;
	font-size: 14px;
	color: #444444;
	font-style: italic;
}
.underphoto {
	margin: 7px 0px 0px 0px;
	padding: 0px 3px 0px 5px;
	font-size: 14px;
	color: #333333;
	font-style: italic;
	text-align: justify;
}
.overphoto {
	margin: 0px 0px 9px 0px;
	padding: 0px 3px 5px 5px;
	font-size: 14px;
	color: #333333;
	font-style: italic;
}
.pdf_area {
	border-style: none none none solid;
	border-width: 0px 0px 0px 7px;
	border-color: #EAE6E1;
	padding: 5px 0px 5px 15px;
	font-size: 18px;
	font-style: italic;
	color: #3B68A3;
	height: 80px;
	line-height: 80px;
	font-weight: normal;
}
.thumb {
	float:right;
	border:0px;
}

/********************* CSS LAYOUT ***********************/

#splash {
	margin: 30px auto 0px auto;
	width: 926px;
	height: 575px;
}
#header_total {
	background-position: center top;
	margin: 0;
	width: 100%;
	height: 200px;
	background-image: url('images/big_top.jpg');
	background-repeat: repeat-x;
}
#big_header {
	margin: 0px auto 0px auto;
	width: 980px;
	height: 130px;
}
#menu {
	background-position: center;
	margin: 0px auto 0px auto;
	width: 960px;
	height: 70px;
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
}
#paper {
	padding: 10px 40px 0px 40px;
	margin: 0px auto 0px auto;
	width: 880px;
	background-image: url('images/paper_mid.jpg');
	background-repeat: repeat-y;
	font-size: 18px;
}
#footer {
	margin: 0px auto 0px auto;
	width: 960px;
	background-image: url('images/paper_bottom.jpg');
	background-repeat: no-repeat;
	height: 52px;
	font-size: 12px;
	color: #6D6058;
	font-style: italic;
	padding-top: 28px;
	text-align: center;
}
#splashbottom {
	margin: 0px auto 0px auto;
	width: 926px;
	font-size: 12px;
	color: #504641;
	font-style: italic;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

/************************ Hovering & Links ****************************/

a:link {color: #3b68a3;	text-decoration: none;}
a:visited {color: #3b68a3; text-decoration:none}
a:active  {color: #3b68a3; text-decoration:none}
a:hover  {color: #3b68a3; text-decoration:underline}

/******************** TOP MENU ************************/

#solidblockmenu{
	font-size: 22px;
	margin: 0;
	padding: 0px 0 0 23px;
	background: transparent;
}

#solidblockmenu li{
	display: inline;
}

#solidblockmenu li a{
	float: left;
	height: 60px;
	text-decoration: none;
	text-align: center;
	background: transparent;
	color: #D2C09B;
	padding-left: 24px;
	padding-right: 23px;
	line-height: 49px;
}

#solidblockmenu li .current{
	color:#fff;
	background: transparent url('images/menu_current.gif') top center no-repeat;
}

#solidblockmenu a:hover{
	background: transparent url('images/menu_hover.gif') center top no-repeat;
	color:#fff;
}

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

