/* CSS Document */
#mydiv {
    position:absolute;
    visibility: hidden;
    padding: 5px;
    z-index:999; border:3px solid #F665AB ;
    background-color:white;
    color: #F665AB;
    font-size:15px;
}
#mydiv img {
    padding-top:3px;
}
#download {
    color: #666;
   font-size: 12px; 
}
body {
	font-size:11px;
/*	background-color: red;
    color: yellow;
*/	font-family:Verdana, Helvetica, sans-serif;
}
.top_table {
	position:relative;
	background-color:#FFFFE6;
	border: 1px solid #A9C188;
}
.top_table img {
	position:absolute;
	bottom:400px;
	padding-left:4px;
	border:0;
}
.photo_row {
/*	background-color:#FFFFE6;*/
}
.title {
	font-size:26px;
	color: #F665AB;
}
.title2 {
	font-size:26px;
	color: #8D3A5D;
	padding-left: 75px;
}
.nav_link {
	color:#F665AB;
	text-decoration:none;
}
.pic {
    padding:2px;
}
.photo_cell {
	border-bottom:1px solid #A9C188;
}
.picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.last_photo_cell {
	margin-bottom:-1px;
	margin-right:-1px;
	border-bottom:1px solid #A9C188;
	border-right: 1px solid #A9C188;
}

html>body #nav li a {
		width: auto;
}

html>body #nav li div {
		width: auto;
}

a { color: white;}
.current_page {color: black;}

