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

body {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color: #7d5500;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#page {
	width: 864px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 35px 0 35px;
	border-right: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	font-size:12px;
	text-align: left;

}
#content {
	background-color: #ffffff;

}
#header {
	padding: 10px 0 20px 0;
}
#header img {
	float:left;
	padding: 0 10px 0 0;
}
#header h1 {
	padding:0 0 5px 0;
	border-bottom: 1px #CCCCCC solid;
}
#header h3 {
	padding:5px 0 0 5px;
}
h1 {
	font-size:46px;
	margin: 0;
}
h2 {
	font-size:20px;
	margin: 0;
}
h3 {
	font-size:14px;
	font-weight:normal;
	margin: 0;
}
h4 {
	font-size:12px;
}

a:link, a:active, a:visited {
color:#0000FF;
text-decoration: underline;
}

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

#jumpblock {
	margin: 0 auto;
	padding: 0 0 15px 0;
	;
	font-size:14px;
}
#jumpblock ul {
	padding:0;
	margin:0;
}
#jumpblock li {
	list-style-type:none;
	display:inline;
	padding:0 10px 0 0;
}
#sponsorT1 {
	margin: 0 auto;
	width: 845px;
	padding: 25px 0 0 35px;
	
}

#sponsorT1 ul {
	margin: 0 auto;
	font-size:16px;
	font-weight:bold;
}
#sponsorT1 li {
	text-align: left;
	float: left;
	list-style: none;
	height: 35px;
	width: 235px;
	padding:0 0 0 27px;
	background: url(images/leaf.gif);
	background-repeat: no-repeat;
	background-position: 0 0em;
}

#galleryblock {
margin: 0 auto;
padding: 15px 0 0 0;
}

#galleryblock h2{
position:relative;
float:left;
margin: 0;
padding: 0;
display:inline;
}



#galleryblock ul{
margin: 0 auto;
padding: 25px 0 0 0px;
	
}

#galleryblock li{
list-style-type:none;
display:inline;
	padding:0 0px 0 0;
	
}

#galleryblock li img {
border: 1px #ebebeb solid;
padding: 4px;
background-color:#FFFFFF;

}

#galleryblock li a:hover img{
border: 1px #ebebeb solid;
background-color:#7d5500;

}

#copyblock {
margin: 0 auto;
width: 100%;

}

#promoblock {
padding: 15px 0 15px 0;
margin: 0;
position:relative;
}

#mydiv2 {
width:400px;
text-align:left;
}
.bookmark {
position:relative;
float:right;
}

.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
