body
{
	background-color: #fff;
	font: x-small 'century gothic', 'gill sans', helvetica, sans-serif;
	align: center;
	margin-top: 30px;
}

li
{
	background: #ccc;
	border: #ccc 1px solid;
	border-right: #fff 50px solid;
	display: block;
   	margin-bottom: 25px;
	text-align: left;
    width: auto;
}

li a
{
    color: #333;
    text-decoration: none;
}


ul
{
   	background-color: #fff;
   	list-style-type: none;
	width: 125px;
}

#content_bkg	
{
	z-index: 6;
	background-color: ccc;
   	width: 195px;
	height: 240px;
	position: absolute;
	top: 180;
	left: 440;
	color: #333;
	scrolling: auto;
	border: #ccc 1px solid;
	filter: alpha(Opacity=80, FinishOpacity=20, Style=1) 
}

#content
{
	z-index: 8;
   	width: 195px;
	height: 240px;
	position: absolute;
	top: 180;
	left: 440;
	color: #333;
	scrolling: auto;
	border: #999 1px solid;
 
}

#footer
{
	background-color: #999;
	border: #999 1px solid;
	color: #333;
	font: xx-small;
	height: 10px;
	margin-top: -2.5em;
	margin-left: 80px;
	margin-right: 5px;
	text-align: left;
	position: absolute;
	padding-left: 0.5em;
	top: 405px;
	left: 70px;
	z-index: 4;
	width: 500px;
}

#menu
{
   	left: 20px;
   	position: absolute;
   	top: 75px;
	z-index: 2;
}

#picture

{
	position: absolute;
	top: 40px;
	left: 150px;
	z-index: 4;
}

