body
{
background-color: #ffffff;
}

div#close
{
 
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:4;
	visibility:visible;
	padding-left: 0px;
	padding-top: 0px;
	clear: both;
	width: 900px;
	
}

#close a
{
text-decoration: none;
color: #000099

}

#close a:hover
{
background-color: #990000;
color: #000099
text-decoration: none;
}


#closetop
{
	position: absolute;
	top: 50px;
	color: #000099;
	z-index: 2;
	left: 800px;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	width: 100px;

}

#closeshadow
{
	position: absolute;
	top: 52px;
	color: #cccccc;
	z-index: 1;
	left: 802px;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	width: 100px;

}



#pictitle
{
	position: absolute;
	top: 25px;
	color: #000099;
	z-index: 2;
	left: 25px;
	font-family: tahoma, arial, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	
	
}

#pictitleshadow
{
	position: absolute;
	top: 27px;
	color: #cccccc;
	z-index: 1;
	left: 28px;
	font-family: tahoma, arial, sans-serif;
	font-size: 36px;
	font-weight: bolder;

}

div#picture
{
position: absolute;
top: 75px;
left: 25px;
border-top: 2px solid #000099;
padding-top: 10px;
width: 900px;


}

div#piccopyright
{
position: relative;
top: -10px;
left: 0px;
clear: both;
width: 900px;
font-family: arial;
font-size: 60%;
background-color: white;
border-top: solid #000099 2px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 25px;
}