/*Stylesheet for Anna Bongiovani */

body {
	
	background: url(../webImages/background.jpg) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
}



ul li{ list-style: none; margin-bottom: 20px;}

a img{ border: 0px;}

a{ color:#333333; text-decoration: none;  }

a strong{ color:#660000;}

a:visited, a:visited strong{ opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }


a:hover, a:hover strong{ opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
	
	

#navigation a:hover img{
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

li.active img { 
	opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	cursor: pointer;
}




#wrapper{
	position: relative;
	margin: 0 auto;
	top: 20px;
	left: 0px;
	width: 957px;
	height: 862px;
}

#contact{
	position: absolute;
	top: 740px;
	left: 745px;
}

#notebookpaper{
	position: absolute;
	top: 0px;
	left: 0px;
}


#notepad{
	position: absolute;
	top: 150px;
	left: 20px;
	width: 870px;
	height: 520px;
	}

#navigation{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px;
	
}

#content{
	position: absolute;
	top: 0px;
	left: 220px;
}


