body {
margin: 5px;
font-family: verdana;
font-size: .7em;
background-image: url(../images/pagebak.gif?1);
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}






#container {
width: 758px;
background: #F3EDD7;
border-top: 1px solid #615946;
border-left: 1px solid #615946;
border-right: 1px solid #615946;
border-bottom: 1px solid #615946;
margin: 0 auto;
}

#topbar {
border-bottom: 1px solid #ADB399;
}

#topmenu {

}

#topmenutextlinks {
background: #737061;
border-bottom: 1px solid #4C493A;
color: #E1DECD;
padding: 5px;
padding-left: 10px;
}

	#topmenutextlinks a {
	color: #E1DECD;
	text-decoration: none;
	text-transform: lowercase;
	}
	
	#topmenutextlinks a:hover {
	text-decoration: underline;
	}

#topmenuform {
background: #B4AE98;
margin-top: 3px;
padding: 5px;
padding-left: 10px;
}

	#topmenuform input, #topmenuform select {
	font-size: .8em;
	}

#content {
padding: 10px;
}

#bottommenu {
background: #737061;
padding: 5px;
padding-left: 10px;
color: #E1DECD;
font-size: .9em;
}

	#bottommenu a {
	color: #E1DECD;
	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 {
background: #736F64;
margin-top: 5px;
}

	#picinfo td {
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	}



.comment {
background: #FFFBEF; 
margin-left: 20px;  
padding: 5px;
margin-top: 4px;
}

	.comment_title {
	background: #737061;
	color: white;
	font-weight: bold;
	padding: 3px;
	}
	
	.comment_comment {
	padding: 3px;
	}
	
	.comment_details {
	font-style: italic;
	padding: 3px;
	width: 60%;
	}
	
	.comment_controls {
	float: right;
	width: 30%;
	text-align: right;
	padding: 3px;
	}


.smalltext {
font-size: .8em;
}


.row0 {

}

.row1 {
background: #FAF7EE;
}


.records .row0 td {
background: #dddddd;
}

.records .extra {
font-style: italic;
display: none;
}


.photo {
border: 1px solid #615946;
}

.indexlatestpics {
border: 1px solid #b4ae98;
background: #FFFBEF;
}

	.indexlatestpics th {
	background: #b4ae98; 
	color: #FFF8E2; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	padding: 2px;
	}
	
	.indexlatestpics td {
	text-align: left;
	background: #b4ae98;
	}
	
	.indexlatestpics .title {
	margin-bottom: 4px;
	font-style: italic;
	font-size: .9em;
	text-align: center;
	}
	
#listbody a {
text-decoration: underline;
}

table.records {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #0066bb;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}
table.records th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #0066bb;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.records td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #0066bb;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#sitemap {
margin-top: 10px;
}

#sitemap div {
margin-top: 5px;
}

#sitemap a {
font-weight: bold;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}