@charset "utf-8";
img
{
	border: none;
	background-color:#ffffff;
}

body {
	background-color: #FFFFFF;
	background-image:  url("../bkg_mina.jpg"); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin:1px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

a {
	color: RED;
}

a:hover {
	color: #DEDECA;
	/*background-color: #ffaa00;*/
}

a:hover img{
background-color: #FFFFFF ;
border-bottom-width:thin;
border-bottom-style:groove;
border-bottom-color:#999999;
}

.galleryNavigation	/*gallery navigation, left,right, etc*/
{
	
}

/*==============================================
//CSS STYLE FOR DIV BLOCKS
*/

#albumNav
{
	text-align:right;
	margin-right: 100px;
	color:#FF6633;
	text-shadow:Gray;
	font-size:12px;
	border-bottom-width:thin;
	border-bottom-style:groove;
}
#albumNav span
{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF6666;
}
#albumNav a{
	text-shadow:Maroon;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#albumNav a.hover{
	text-decoration:underline;
}

#galleryNavigation2
{
	position: absolute;
	visibility:hidden;
}

#galleryNavigation
{
	position:absolute;
	left:35%;
	top:40px;
	width:65%;
}
#galleryNavigation
{
	font-size:24px;
}
#galleryNavigation img
{
	width:auto;
	height:auto;
	padding-left:15px;
	padding-right:15px;
}
#requestedImage 	/*the center image currently viewing*/
{
	position:absolute;
	left: 35%;
	top: 100px;
	width: 640px;
	height:480px;
	text-align:center;
}
#requestedImage img
{
	padding:3px;
	border:1px solid pink;
}
#imageCaption
{
	position:absolute;
	top: 80px;
	left:35%;
	width:65%;
	text-align:center;
}
#thumbnailLinks
{
	position: absolute;
	left:0px;
	top:100px;
	width:35%;
	padding-top:20px; 
	border: 5px pink dashed;
}
/*---------------------------------------------------------*/
/*the footer includes copy right row*/
#galleryFooter		
{
	position:absolute;
	left:35%;
	bottom: 20px;
	text-align:center;
	padding-top: 5px;
	width:65%;
}
#galleryFooter a{
	color:#aaaaaa;
	text-decoration:none;
}
#galleryFooter a:hover{
	color:#555555;
	text-decoration:underline;
}
#homelink 			/*link to the home page*/
{
	position:absolute;
	top:0px;
	right:0px;
	color:#cccccc; 
	font-size:0.75em; 
	text-align:right;
}	   
#copyright		/*copy right style at the bottom*/
{
	position: absolute;
	top: 0px;
	left: 0px;
	color:#cccccc;
    font-size: 0.75em; 
	font-weight:normal;
}
/*---------------------------------------------------------*/
#thumbMessage
{
	position:absolute;
	top:100%;
	left:0%;
	text-align:left; 
	white-space:nowrap;
}
