*{
padding: 0;
margin: 0;
border: 0;
font-family: Verdana, Arial, sans-serif;
}
html, body {
height: auto;
width: auto;
}

body {
background: url('graphic/bodyBG.gif');
background-repeat: repeat-x;
background-attachment: fixed;
width: 100%;
height: 100%;

overflow-y: scroll;
}

#page{
width: 900px;
height: auto;
margin: auto;
margin-top: 2em;
}

#spacerTop {
height: 50px;
}

#topMenu li, #bottomMenu li {
float: left;
margin-right: 2px;
margin-top: 5px;
list-style: none;
text-align: center;
}
#bottomMenu li {
margin-top: 2px;
}

#menuspacer {
height: 32px;
}

#wrapper {
margin-top: 6px;
}

#content {
background-color: #fff;
border: 1px solid #6c6;
border-top: 0;
padding: 1em;
float: left;
width: 866px;
}

#main {
color: #000;
}

#lastUpdated {
font-size: 10px;
}

#content p {
font-size: 12px;
line-height: 20px;
margin-bottom: 1.2em;
}

#content ul, #content ul li {
list-style-position: inside;
line-height: 20px;
font-size: 12px;
margin-left: 2px;
}

#header {
width: 860px;
height: 113px;
padding: 20px;
padding-bottom: 10px;
background: url('graphic/headerBG.gif');
background-repeat: repeat-x;
border-bottom: 1px solid #6c6;
}

#topMenu li a {
display: block;
width: 100px;
height: 20px;
padding: 0 3px;
margin-right: 1px;
padding-top: 2px;
font-size: 16px;
text-decoration: none;
background: url('graphic/link.gif');
background-repeat: no-repeat;
border: 1px solid #000;
color: #fff;
}

#topMenu li a:hover {
background: url('graphic/hover.gif');
}

#topMenu li a:active {
background: url('graphic/active.gif');
height: 19px;
padding-top: 3px;
}


#bottomMenu li a {
display: block;
width: 75px;
height: 16px;
padding: 0 2px;
padding-top: 1px;
font-size: 12px;
text-decoration: none;
background: url('graphic/slink.gif');
background-repeat: no-repeat;
border: 1px solid #000;
color: #000;
}

#bottomMenu li a:hover {
background: url('graphic/shover.gif');
}

#bottomMenu li a:active {
background: url('graphic/sactive.gif');
height: 15px;
padding-top: 2px;
}

#spacer {
height: 2em;
display: block;
clear: both;
color: transparent;
}
#spacer p {
color: transparent;
}


/* GuestBook */

#gbform {
width: 440px;
padding: 10px;
height: 330px;
font-size: 12px;
}

input, textarea {
border: 1px solid #000;
width: 200px;
padding: 2px;
margin: 0;
background: url('graphic/shade.gif');
background-repeat: repeat-x;
background-color: #fff;

font-size: 12px;
}

input#age, input#zipcode, input#token {
display: none;
}

input#submit {
width: 100px;
padding: 0;
cursor: pointer;
float: right;
}

textarea#mess {
width: 433px;
height: 100px;
}

.left, .right {
height: 50px;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

#gbPosts {
width: 460px;
height: auto;
}

#subBox {
width: 440px;
height: auto;
padding: 10px;
overflow: auto;
border-top: 1px solid #000;
border-bottom: 1px solid #000;	
}

.infobtn img{
border: 0;
cursor: pointer;
}





.subTop {
width: 390px;
padding-left: 5px;
padding-right: 5px;
font-size: 12px;

background-color: #000;
border: 1px solid #000;
color: #fff;
}

.subTime {
font-size: 10px;
}

.subContent {
width: 390px;
padding-left: 5px;
padding-right: 5px;
font-size: 12px;
background-color: #fff;
border: 1px solid #000;
color: #000;
}

.subSite {
border-top: 1px dotted #000;
font-size: 10px;

}

#gbPosts p {
margin-bottom: 0;
}

.website, .contact, .navLink {
color: #000;
text-decoration: none;
}

.navLink {
text-decoration: underline;
}

.contact {
color: #9f9;
}

.website:hover, .contact:hover, .navLink:hover {
color: #666;
}

.contact:hover {
color: #6c6;
}

#navigator {
font-size: 12px;
}

.nomail {
color: #f99;	
}



#infoShower {
position: fixed;
width: 340px;
height: 180px;
padding: 5px;
border: 1px solid #6c6;
background-color: #9f9;
line-height: 20px;
font-size: 12px;
}

#infoShower input {
width: auto;
cursor: pointer;
}

#messageboxer p {
color: #f00;
}