*{
	margin:0;
	padding:0;
}

body
{
	font-family: Verdana,Geneva,sans-serif;
	text-align: center;
	font-size: 10pt;
	word-spacing: 5px;
	color: #515151;
	background-image: url(bggradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header
{
	top: 0;
	left:0;
	width: 100%;
	position: absolute;
	height: 89px;
	text-align: left;
	background-color: Black;
	background-image: url(banner2.jpg);
	background-repeat:no-repeat;
	border-bottom:0px solid #d2915b;
}

#header h1
{
	color:#FFE09F;
	margin-left:1em;
	margin-top:0.8em;
}


#footer
{
	width:100%;
	border-top:0px solid #d2915b;
}

#footer h2
{
	text-align:center;
	font-size:1.0em;
	font-weight: bolder;
	padding:10px;
	color: #FC9;
}

#navbar
{
	left:30px;
	position:absolute;
	bottom:-30px;
	
	width: 999px;
	height: 20px;
}

#navbar ul
{
	list-style: none;
}

#navbar li
{
	display:inline;
}

#navbar ul li a
{
	height: 20px;
	color: #FFE09F;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	background-color:#482b25;
}

#navbar ul li a:hover
{
	color: #600;
	background-color:#FFE09F;
}


#container
{
	text-align:left;
	padding-top:100px;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFE09F;
}

#middlecontent
{
	padding-top:.5em;
	text-align: left;
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

h1
{
	margin-left:2em;
	text-align:left;
	padding:15px;
	font-size: 2.5em;
	font-weight: lighter;
	color: #600;
	letter-spacing: -2px;
}

p
{
	text-align:left;
	line-height: 1.8em;
	padding:5px;
	font-size: 10pt;
}

#picturelist {
width:620px;
height:400px;
margin-top:0px;
margin-bottom:30px;
text-align:left;
margin-right:auto;
margin-left:auto;
}

#picturelist li {
	list-style:none;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	font-weight:bold;
	color:#d2915b;
}

#picturelist img{
	display:block;
	border:2px solid #FFE09F;
}

#picturelist img:hover{
	border:2px solid #FFE09F;
}

#picturelist a{
	color:#FFE09F;
	text-decoration:none;
	margin-top:10px;
}

#picturelist a:hover{
	color:#FFE09F;
}


#paginglist
{
	height:30px;
	list-style:none;
}

#paginglist li
{
	display:inline;
}

#paginglist li a
{
	font-size: 1.0em;
	font-weight:bold;
	color: #FFE09F;
	text-decoration:none;
}

#paginglist li a:hover
{
	border-bottom:5px solid #D00073;
	text-align: center;
}
#container #middlecontent p {
	color: #FFE09F;
	text-align: left;
	font-size: 12pt;
}
h1 {
	font-size: 2.0em;
}
#container table {
	color: #F9E197;
	font-size: 24pt;
}
#container table tr td a {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FBDF96;
}

.bottom_footer {
	text-align: center;
}
.right-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the right with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 0px;
	border: 1px solid #666;
	float: right;
	margin: 5px 0px 10px 15px;
	}
.left-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the left with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding:0px;
	border: 1px solid #666;
	float: left;
	margin: 5px 15px 10px 0px;
	}	
.center-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the left with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding:0px;
	border: 1px solid #666;
	float: center;
	margin: 5px 15px 10px 0px;
	}
#container table tr td p font br {
	font-size: 14pt;
}
.smaller_font {
	font-size: 10pt;
}
#container #middlecontent table tr td p strong {
	font-size: 14pt;
}

