body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

a { text-decoration:none }

body {
	background-image: url(images/bk.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat: repeat;
}

.style1 {
	font-family:"Kristen ITC";
	font-size: 14px;
	font-weight:normal;
}

.style2 {
    font-family:"Kristen ITC";
	color: #000000;
	font-size:12px;  
}

.style3 {
    font-size: 14px; 
	font-family: "Kristen ITC";
	}

@font-face

	{font-family:"Kristen ITC";

	panose-1:3 5 5 2 4 2 2 3 2 2;}

 

a:link {
	color: #DB3445;
	text-decoration: none;
}
a:visited {
	color: #DB3445;
	text-decoration: none;
}
a:hover {
	color: #DB3445;
	text-decoration: none;
}
a:active {
	color: #DB3445;
	text-decoration: none;
}


div.floating-menu {position:fixed;width:150px;z-index:250;}
div.floating-menu a, div.floating-menu2 h3 {display:block;margin:0 0.5em;}

div.floating-menu2 {position:fixed;width:1000px;z-index:0;}
div.floating-menu2 a, div.floating-menu2 h3 {display:block;margin:0 0.5em;}


#imgmenu {position:relative; top:10px; left:10px;z-index:100;} 
#imgmenu .p1 {display:block;text-decoration:none; top:0; left:0; border:0;} 
#imgmenu .p1:hover {text-decoration:none;} 
#imgmenu .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;} 
#imgmenu .p1:hover .large {display:block; position:absolute; top:-65px; left:200px; width:600px; height:600px; border:5px solid #ccc;} 
#info {z-index:100; height:22em;} 

