/* CSS Document */
/* private lessons */

body
{
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: silver;
}

#info 
{
	float: left;
	width:225px;
	height:276px;
	z-index:1;
	left: 17px;
	top: 81px;
}
#info div
{
	width: 140px;
	background-color: black;
}
#picture
{
	float: left;
	width:350px;
	height:350px;
	margin-left: 30px;
	z-index:3;
}
#picture div
{
	width: inherit;
}

#LayerAcrobat 
{
	font-size:small;
	width:101px;
	z-index: 6;
	height: 86px;
	position: absolute;
	left: 17px;
	top: 351px;
}
a:link, a:visited
{
	text-decoration:none;
	color: #CCFFFF;	
}
a:hover, a:active
{
	text-decoration: underline;
}

    </style>

