@import url('basestyles.css');


#leftcontent
{
	position:absolute;
	z-index:90;
	top:50px;
	left:0px;
	height: 448px;
	width: 364px;
	background: #fff url("images/annaviolinphoto.jpg") no-repeat top left;
}

#leftcontentoverlay
{
	position:absolute;
	z-index:101;
	top:50px;
	left:0px;
	height: 448px;
	width: 364px;
	background: transparent;
}


#linklist
{
	position:absolute;
	bottom:10px;
	right:-65px;
	text-align: right;
	z-index:101;
	border-right:2px inset rgb(24,73,140);
}

#linklist p
{
	text-align: right;
	/*color:rgb(150,250,150);*/
	font-weight:bold;
	margin:0;
	padding:0 5px 0 0;
	line-height:30px;
	font-size:14px;
}

#linklist a
{
	text-decoration:none;
	color:rgb(24,73,140);*/
	/*color:rgb(150,250,150);*/	
}

#linklist a:hover
{
	text-decoration:underline;
}
}
