html {
overflow-y: scroll;
}

body {
font-size: 70%;
font-family: verdana;
text-align : left;
margin: 0;
background: #bcc59a;
}


a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


#container {
position: relative;
width: 764px;
border: 1px solid #3c4904;
color: #2e2e2c;
margin: 0 auto;
background: url(/images/pagebak.jpg) white;
}

#container img {
border: 0;
}

#topbar {
border-bottom: 1px solid #ADB399;
}

#topmenu {

}

#topmenutextlinks {
font-family: tahoma;
background: #8D8F50;
border-bottom: 1px solid white;
color: white;
font-weight: bold;
padding: 6px;
padding-left: 14px;
font-size: 1em;
}

	#topmenutextlinks a {
	color: white;
	text-decoration: none;
	text-transform: capitalize;
	}
	
	#topmenutextlinks a:hover {
	text-decoration: underline;
	color: black;
	}
	
#mainsitelink {
float: right;
}

#topmenuform {
background: #B1B288; 
margin-top: 3px;
padding: 5px;
padding-left: 10px;
}

	#topmenuform input, #topmenuform select {
	font-size: .8em;
	}

#content {
padding: 10px;
}

#content a {color:  #404c04; border-bottom: 1px dotted; text-decoration: none;}
#content a:hover {border-bottom: 1px solid;}

.hicolor {background: #838383;}
.locolor {background: #eeeeee;}

#bottommenu {
background: #b55b40;;;
padding: 5px;
padding-left: 10px;
color: white;
font-size: .9em;
}

	#bottommenu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: small-caps;
	}
	
	#bottommenu a:hover {
	color: #F5F77A;
	}
	
#credits {
width: 750px;
text-align: right;
padding-top: 3px;
padding-bottom: 13px;
font-size: .8em;
color: #555555;
margin: 0 auto;
}

	#credits a, #credits a:visited {
	color: #5555ff;
	}
	
	#credits a:hover {
	color: #ff5555;
	}

#picinfo {
margin-top: 5px;
}

	#picinfo td {
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #736F64;
	}
	

#underpiclinks {
	margin-top: 3px;
	}
	
	#underpiclinks a {
	background: #ffffbb;
	border: 1px solid silver;
	padding: 1px;
	color: black;
	}

	#underpiclinks a:hover {
	color: red;
	text-decoration: none;
	}

	#underpiclinks a:active {
	color: blue;
	}


.comment {
background: #eeeeee; 
margin-left: 20px;  
margin-bottom: 5px;
padding: 5px;
margin-top: 4px;
border: 1px solid #838383;
}


.smalltext {
font-size: .8em;
}


.row0 {

}

.row1 {
background: #FAF7EE;
}

.photo {
border: 1px solid #615946;
}

.indexlatestpics {
border: 1px solid #b4ae98;
background: #FEFDEB;
}

	.indexlatestpics th {
	background: #B1B288; 
	color: #813d0c;; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	padding: 2px;
	}
	
	.indexlatestpics td {
	text-align: left;
	background: #FEFDEB;
	}
	
	.indexlatestpics .title {
	margin-bottom: 4px;
	font-style: italic;
	font-size: .9em;
	text-align: center;
	}
	
#listbody a {
text-decoration: underline;
}

#sitemap {
margin-top: 10px;
}

#sitemap div {
margin-top: 5px;
}

#sitemap a {
font-weight: bold;
}

a.minipic{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none}

a.minipic:hover{z-index:25;}

a.minipic span{display: none}

a.minipic:hover span{
    display:block;
    position:absolute;
    top:2em; left:1em; width:15em;
    text-align: center}
    
.clearing {
clear: both;
}