body
{
	color: #C0C0C0;
	background-color: #54070D;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 0 0 0;
}

#Layer_home 
{
	position:absolute;
	top:570px;
	left:700px;
	width:400px;
	height:75px;
	z-index:1;
	overflow: auto;
}
td.home
{
font-family: Arial, Helvetica, 
sans-serif; font-size: 7pt; 
color: #ADB1BC; 
text-decoration: none;  
vertical-align: bottom; 
background: url('images/index_01.jpg') bottom; 
background-repeat: no-repeat;
}

#Layer_gallery 
{ 
position:absolute; 
top:22px; left:10px; 
width:185px; 
height:475px; 
z-index:1; 
overflow: auto;
}

img.thumb
{
	border: 1px solid #000024;
}
img.pic
{
	border: 1px solid #FF7F50;
	margin-top : 26px;
}

a:link{
	color:navy;
	
}
a:visited{
	color: Maroon;
}
a:active{
			color:#778899
		}
a:hover{
			background-color: Maroon;
			color:white;
			}

