/* CSS Document */

body 
{
	background-image: url();
	background-repeat: no-repeat;
}
.header
{
	font-size:14px;
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
}
.bodyContent
{
	font-size:14px;
	font-family:Arial;
	font-style:normal;
}
.footer
{
	font-size:12px;
	font-family:Arial;
	font-style:normal;
	
}

<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->
#menu 
{
	position:relative; 
	top:10px; 
	left:100px; 
	width:75px; 
	background-color:#fff; 
	z-index:100;
}
#menu a.p1, #menu a.p1: visited 
{
	display:block; 
	width:75px; 
	height:75px; 
	text-decoration:none; 
	background:#fff; 
	top:0; 
	left:0; 
	border:0;
}

#menu a img 
{
	border:0; 
	width:120px; 
	height:180px;
}

#menu a.p1:hover 
{
	text-decoration:none; 
	background-color:#8c97a3;
	color:#000;
}

#menu a .large 
{
	display:block; 
	position:absolute; 
	width:0; 
	height:0; 
	border:0; 
	top:0; 
	left:0;
}

#menu a.p1:hover .large 
{
	display:block; 
	position:absolute; 
	top:-200px; 
	left:-100px; 
	width:300px; 
	height:450px; 
	border:0px solid #ccc;
}

#info 
{
	z-index:100; 
	height:22em;
}
