body
{
	background-image: url( '../images/default_01.jpg' );
	
}
html{
	color: white;
	font-family: "Futura Lt", verdana, tahoma;
	font: 10px;
}
.Main{
	color: white;
	font-family: "Futura Lt", verdana, tahoma;
	font: 10px;
}
.trwhite
{
	background-image: url( 'images/default_17.jpg' );
}
#divmenu A{
	color: #FFFFFF;
	text-decoration: none;
}
#divmenu A:hover{
	color: yellow;
	text-decoration: none;
}
A{
	color: #FF6600;
	text-decoration: none;
}
A:hover{
	color: #FFFFFF;
}
.menupos
{
	text-align:center;
}
.thumbnail
{
	position: relative;
	z-index: 0;
	background-color: #F9F9F9;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail b{
	color: #66CDAA;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
float:left;
background-color:ghostwhite;
padding: 5px;
left: -1000px;
border: 0px solid silver;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-50px;
left: -80px; /*position where enlarged image should offset horizontally */
}
.content {
	float: left;
	width: 100%;
	text-align:left;
}