html {
overflow-y: scroll;
}

body {
font-size: 80%;
font-family: "Comic Sans MS";
text-align : left;
margin: 0;
background: #DADADA url(/images/gradbak.jpg) repeat-x;}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#c1 {
	margin: 0 auto;
	width: 776px;
	text-align: left;
	z-index: 1;

		/* custom */
		background:  url(/images/contbak.jpg);
}

#c2 {
	z-index: 2;
		/* custom */
		background:  url(/images/gradtop.jpg) no-repeat;
		padding: 36px 0 0 0;
}

#c3 {
	margin: 0 auto;
	width: 740px;
	background: #fff;
}

#topbar {
border-bottom: 1px solid #ADB399;
}

#topbar img {
border: 0;
}

#topbar img#kidspic {
width: 272px;
height: 134px;
}

#topmenutextlinks {
background: #991C1A;
border-bottom: 1px solid white;
color: #E1DECD;
font-weight: bold;
padding: 8px 8px 8px 14px;
font-size: 1em;
margin-top: 13px;
font-family: verdana;
}

	#topmenutextlinks a {
	color: white;
	text-decoration: none;
	}
	
	#topmenutextlinks a:hover {
	text-decoration: underline;
	}

#topmenuform {
background: #838383;
margin-top: 3px;
padding: 5px;
padding-left: 10px;
}

	#topmenuform input, #topmenuform select {
	font-size: .8em;
	}

#content {
padding: 10px 0;
color: #5F5959;
}

#content a {color: #0A74AF; border-bottom: 1px dotted; text-decoration: none;}
#content a:hover {border-bottom: 1px solid; color: #98161e;}

.hicolor {background: #838383;}
.locolor {background: #eeeeee;}


	#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;
	}

#footshadow {
width : 776px;
height: 10px;
margin : 0 auto;
background: url(/images/footshado.jpg) top center no-repeat;
}

#picinfo {
margin-top: 5px;
}

	#picinfo td {
	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: #EFE0E0;
}

.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;
	}
	
	.indexlatestpics .title {
	margin-bottom: 4px;
	font-style: italic;
	font-size: .9em;
	text-align: center;
	}
	
#bottommenu {
	padding: 8px;
	background: #BF0F19;
	color: #fff;
}

#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}
