body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	background-image: url(images/tile.gif);
	background-repeat: repeat;
}


div#header {
	padding: 0px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/ltgray.jpg);
}
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent2 h1, #maincontent2 h2, #maincontent2 h3 {
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #996600;
	background-image: url(images/gold.jpg);
	background-repeat: repeat;
	margin-right: 15px;
	color: #FFFFFF;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0px;
	margin-left: 13px;
	font-size: 1.8em;
}

#maincontent h2 {
	
}
#maincontent h3 {
	text-transform: capitalize;	
}

div#footer {
	text-align: center;
	clear: both;
	background-repeat: no-repeat;
	height: 120px;
	background-image: url(images/swirl.gif);
	background-position: center top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer p {
	margin-top: 65px;
}


div#maincontent, div#maincontent2 {
	padding: 0px;
	text-align: justify;
	margin-right:  20px;
	margin-left:  230px;
}
#maincontent p, #maincontent .noBg p, div.functions {
	font-size:1.08em;
	line-height:1.4em;
	background-image:url(images/shadow.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 1.1em;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 20px;
	padding-left: 20px;
}


div#leftcolumn {
	float: left;
	text-align: left;
	width: 220px;
	padding: 0px;
	margin: 0px;
}
#maincontent .noBg p, div.functions {
	background-image:url(images/shadow2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 0px;
	padding-top: 0px;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F8FBFF;
	background-image: url(images/ltgray.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapperOut {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}
#topwrap {
	background-image: url(images/topwrap.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 1010px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottomwrap {
	background-image: url(images/topwrap.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

div#navbar {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-weight: bold;
	width: 175px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
ul {
	margin: 0px;
	padding: 0px;
}


#navbar ul li a:link, #navbar ul li a:visited {
	color: #776455;
	background-color: #f1edeb;
	text-decoration: none;
	display: block;
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 4px;
	border: 1px solid #CC9900;
}

#navbar ul li a:hover {
	color: #f1edeb;
	background-color: #776455;
	text-decoration: none;
	background-image: url(images/gold.jpg);
	background-repeat: repeat;
	padding: 4px;width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#navbar a.current {text-decoration: none;}

#navbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	text-align: left;
}
#maincontent form p{
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#maincontent form {
	width: 300px;
	margin-left: 20px;
	border: thin solid #999999;
	padding-bottom: 6px;
}
/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
	width:400px;
	height:266px;
	border:1px solid #aaa;
	margin:0 auto 20px auto;
	background-color: #eee;
	background-image: url(images/front-400.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:400px 0 0 0; 
list-style-type:none; 
position:relative; 
width:400px;
}
/* remove the default image border */
.gallery img {
	border:0;
	margin: 5px;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-400px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-280px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
#photo_gallery img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#photo_gallery {
	margin-top: 18px;
	width: 654px;
	margin-right: auto;
	margin-left: auto;
}
#map {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CC9900;
}

a:link, a:visited {
	color: #CC9900;
}

a:hover {
	color: #33CCFF;
	text-decoration: none;
}

.hlight {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #663300;
}
.floatR {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#maincontent ul li {
	margin-left: 40px;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0px;
	padding: 0px;
	font-style: italic;
	margin-bottom: 5px;
}
.functions {
	background-color: #FFFFFF;
}

#maincontent li {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}
h4 {
	margin-left: 20px;
	font-size: 1.2em;
	font-weight: normal;
}

