html {
overflow-y: scroll;
}

body {
font-size: 80%;
font-family: trebuchet ms;
text-align : left;
margin: 0;
background: #e5e5e5;
}




a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#outer {
position: relative;
width : 764px;
margin : 0 auto;
background: url(/images/content-bak.gif) top center repeat-y #B0B0A8;
}

#footshadow {
position: relative;
width : 764px;
height: 16px;
margin : 0 auto;
background: url(/images/fotter-shado.gif) top center no-repeat;
line-height: 1px;
font-size: 1px;
}


#container {
position: relative;
width: 750px;
background: #000000;
color: white;
margin: 0 auto;
}

#topbar {
border-bottom: 1px solid #ADB399;
}

#topmenu {

}

#topmenutextlinks {
background: url(/images/menubak.gif) #bf0f19;
border-bottom: 1px solid white;
color: #E1DECD;
font-weight: bold;
padding: 8px;
padding-left: 14px;
font-size: 1em;
}

	#topmenutextlinks a {
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	}
	
	#topmenutextlinks a:hover {
	text-decoration: underline;
	color: black;
	}

#topmenuform {
background: #838383;
margin-top: 3px;
padding: 5px;
padding-left: 10px;
}

	#topmenuform input, #topmenuform select {
	font-size: .8em;
	}

#content {
padding: 10px;
background: #000000;
}

#content a {color: white; border-bottom: 1px dotted; text-decoration: none;}
#content a:hover {border-bottom: 1px solid; color: red;}

.hicolor {background: #838383;}
.locolor {background: #eeeeee;}

#bottommenu {
background: url(/images/footerbak.gif) #C3101A 0px 2px;
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 {
margin-top: 5px;
}

	#picinfo td {
	background: black;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #736F64;
	}
	

#underpiclinks {
	margin-top: 3px;
	}
	
	#underpiclinks a {
	background: #DFDFDF;
	border: 1px solid silver;
	padding: 1px;
	color: black;
	}

	#underpiclinks a:hover {
	color: red;
	text-decoration: none;
	}

	#underpiclinks a:active {
	color: blue;
	}


.comment {
background: black; 
margin-left: 20px;  
margin-bottom: 5px;
padding: 5px;
margin-top: 4px;
border: 1px solid #838383;
}


.smalltext {
font-size: .8em;
}


.row0 {

}

.row1 {
background: #500000;
}

.photo {
border: 1px solid #615946;
}

.indexlatestpics {
border: 1px solid #b4ae98;
background: #eeeeee;
}

	.indexlatestpics th {
	background: #535353; 
	color: white; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	padding: 2px;
	}
	
	.indexlatestpics td {
	text-align: left;
	background: #838383;
	}
	
	.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}