

/* General */

body	{ 
	margin: 0px; 
	padding: 0px; 
	background: #000; 
	background-image: url("media/WrapBG.jpg"); 
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}


h1 	{ 
	font-family: Georgia, "Times New Roman", serif; 
	font-size: 24px; 
	font-weight: bold; 
	color: #FFFF00; 
}

h2	{ Font-size: 18px; }

h3	{ Font-size: 16px; color: #941D1F; }


a:link { color: #DE6A15; }
a:visited { color: #941D1F; }
a:hover { color: #FFFF00; }
a:active { color: #FFFF00; }

a.info span {display: none}

a.info:hover span {
	display: block;
	width: 270px;
	height: 270px;
    	position: absolute;
    	top: 0px;
	left: 50%;
        margin-left: 5px;
	padding: 10px;
	background: #F9F9F9;
	background-image: url("media/Parchment2.jpg"); 
	color: #000000;
	font-weight: bold;
	border: outset 3px #ccc;
	z-index: 200; 
}


#wrap img { display: block } 

#wrap { 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -300px; 
	margin-top: -300px;
	width: 600px; 
} 

img#left { 
	width: 300px; 
	height: 300px; 
} 

img#right { 
	position: absolute; 
	left: 50%; 
	top: 300px; 
	width: 300px; 
	height: 300px; 
} 

img#center { 
	position: absolute; 
	left: 50%; 
	width: 300px; 
	height: 300px; 
	Z-index: 10;   
} 

img#logo {
	position: relative;
	left: 106px;
}
	
	

#text 	{ 
	width: 300px;     
	height: 300px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px; 
	text-align: center; 
	color: #CBB687;
}

.white	{ color: #ffffff; }
