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

body {
	background-color:#f4e4cd;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	text-align: center;
	background: url(../images/bg.jpg) repeat-y center top;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#innerwrapper {
	text-align: left;
	width: 802px;
	margin: 0px auto 0px auto;
	padding: 0px;
	min-height: 1050px;
}

#header {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#topnav {
	font-size: 18px;
	background-color: #eacc9f;
	margin-left: 5px;
}

.inlinenav {
	text-align: center;
}

#content {
	margin: 0px;
	padding: 0 20px 20px 20px;
}

#bottomnav {
	font-size: 14px;
	background-color: #eacc9f;
	margin-left: 5px;
}

#footer {
	font-size: 11px;
	text-align: center;
	padding-bottom: 50px;
	margin: 0px;
}

a {
	color: #630;
}

a hover {
	color: #630;
}

a visited {
	color: #630;
}

.bold {
	font-weight: bold;
}

.times {
	font-family:"Times New Roman", Times, serif;
	text-decoration: underline;
}

.timesh2 {
	font-family:"Times New Roman", Times, serif;
}


.tree {
	font-size: 12px;
}

.center {
	text-align: center;
	margin: auto;
}

.smalllink {
	font-size: 11px;
	font-weight: bold;
}

.font14 {
	font-size: 14px;
}


/* PHOTO GALERY STARTS HERE*/

#photoheader {
	text-align: center;
}

.h1small {
	font-size: 24px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/click-gallery-previous-next.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#gallery {
	width:640px;
	height:750px;
	margin:0 auto;
	position:relative;
	font-family:verdana, arial, sans-serif;
}
#gallery a.previous {
	display:block;
	height:40px;
	width:32px;
	background:url(images/previous.gif);
	position:absolute;
	left:10px;
	top:300px;
}

#gallery a.next {
	display:block;
	height:40px;
	width:32px;
	background:url(images/next.gif);
	position:absolute;
	right:20px;
	top:300px;
}

/*#gallery a b {display:none;}*/
#gallery #fullsize {
	position:absolute;
	left:0;
	top:0;
	height:800px;
	width:640px;
	overflow:hidden;
	text-align:center;
}
#gallery #fullsize div {width:640px; height:900px; padding-top:10px; position:relative;}
#gallery #fullsize div img {clear:both; display:block; margin:0 auto; border:0;}
#gallery #fullsize div h3 {padding:10px 0 0 0; margin:0; font-size:18px;}
#gallery #fullsize div p {padding:5px 0; margin:0; font-size:12px; line-height:18px;}

/* PHOTO GALERY ENDS HERE*/
