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

/* Centre Code */
/* Ignore the next rule in IE mac \*/

html, body, table {
    min-height: 100%;
    width: 100%;
    height: 100%
    }

body {
    margin: 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/background.jpg) no-repeat bottom right #8b8782;
    }

table {
    position: absolute;
    top:0;
    left:0;
    }

#container {
    position:relative;
    margin:0 auto;
    width:900px;
	height:610px;
    }

/* Stop ignoring in IE mac */
/* End Centre Code */

* {
margin:0;
padding:0;
}

.gattontop {
position:absolute;
top:-100px;
left:-65px;
background:url(../images/gattontop1.png) no-repeat;
height:122px;
width:419px;
}
*html .gattontop {
background:url(../images/gattontop1.gif) no-repeat;
}

.topmenu {
height:32px;
width:100%;
background:#004520;
border-bottom:#002702 solid 2px;
border-top:#006235 solid 2px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.topmenu a {
color:#FFFFFF;
text-decoration:none;
line-height:32px;
float:right;
margin:0 30px 0 0;
display:block;
}
.topmenu a:hover {
color:#669933;
}

.home .menuhome, .archive .menuarchive, .contact .menucontact {
color:#669933;
}

.content {
height:500px;
background:#FFFFFF url(../images/content/white_top_tint.gif) repeat-x top;
}
.archive .content {
height:562px;
}

.text {
float:left;
width:260px;
height:440px;
background:#716558 url(../images/content/brown_top_tint.gif) repeat-x top;
color:#FFFFFF;
padding:30px;
overflow:auto;
}

.image {
float:left;
width:580px;
height:100%;
}
.home .image {
background:url(../images/home1.jpg) no-repeat center;
}
.contact .image {
background:url(../images/contact1.jpg) no-repeat center;
}

.bottomstrip {
height:8px;
width:100%;
background:#004520;
border-bottom:#002702 solid 2px;
border-top:#006235 solid 2px;
}

.logos {
background:#FFFFFF;
height:62px;
}
.logos a {
float:left;
border:0px;
}

p {
margin:0 0 10px 0;
}

a {
text-decoration:none;
color:#ccc;
font-weight:bold;
}
a:hover {
color:#fff;
}

.bold {
font-weight:bold;
}

.title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
}

.treefrog {
position:absolute;
bottom:-35px;
right:0;
height:25px;
color:#999;
font-size:9px;
}
.treefrog a {
color:#d9d9d9;
text-decoration:none;
}