@charset "UTF-8";
body {
	background-image: url(images/BG-Leopard.jpg);
	background-repeat: repeat;
}
img {
	border: 0px;
	}
#PhotoRight {
	position:fixed;
}

#Logos {
	position:fixed;
	width:375px;
	height:150px;
	z-index:3;
	visibility: visible;
	right: 2px;
	bottom: 30px;
	overflow: hidden;
}

#Footer {
	position:fixed;
	width:410px;
	height:20px;
	z-index:11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	visibility: visible;
	right: 2px;
	bottom: 0px;
	text-align: right;
	background-image: url(images/BlackBG.png);
	line-height: 20px;
	overflow: visible;
}

#Footer a:link,
#Footer a:visited {
	color: #cccccc;
	}

#Title {
	position:absolute;
	left:-50px;
	top:-75px;
	width:844px;
	height:265px;
	z-index:10;
	visibility: visible;
}

#Navigation {
	position:absolute;
	left:10px;
	top:140px;
	width:750px;
	height:100px;
	z-index:14;
}

a:hover {
	text-decoration: none;
	}
	
#Merch {
	position: absolute;
	top: -50px;
	right: -25px;
	width: 325px;
	height: 325px;
	z-index: 890;
	}
	
#NewsSignup {
	position:absolute;
	left:780px;
	top:10px;
	width:180px;
	height:190px;
	z-index:900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #663399;
	border: thick ridge #663399;
}
#NewsSignup form,
#NewsSignup p {
	margin:0px;
	}