@charset "utf-8";
/* CSS Document */

body { 
	text-align:left;
	overflow-x:hidden;
	font-size:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#111;
	background-attachment:fixed;
	background-repeat:repeat;
	
}

img {
	border:0px;
}

.large {
	font-size:40px;
	font-weight:normal;
	color:#fff;
	letter-spacing:-3px;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:50px;
	padding-left:0px;
	line-height:35px;
}
.largehead {	
	font-size:150px;
	font-weight:bold;
	font-style:italic;
	color:#F0F;
	letter-spacing:-15px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	line-height:120px;
	position:relative;
	left:-30px;
}
.largeheadp {	
	font-size:150px;
	font-weight:bold;
	font-style:italic;
	color:#C0F;
	letter-spacing:-15px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	line-height:120px;
	position:relative;
	left:-30px;
}
.largeheadb {	
	font-size:150px;
	font-weight:bold;
	font-style:italic;
	color:#90F;
	letter-spacing:-15px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	line-height:120px;
	position:relative;
	left:-30px;
}
.medium {	

    width:580px;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	letter-spacing:-2px;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:20px;
	line-height:20px;

}
.description {
	font-size: 14px;
	font-style:italic;
	color:#fff;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
	line-height:1.2em;
	letter-spacing:0px;
}
.detail {
	font-size:14px;
	font-style:italic;
	color:#ddd;
	letter-spacing:-0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:10px;
	line-height:10px;
	position:relative; bottom:30px;
	background:url(images/hlblack.png);
	
	
}
.normal {
	font-size: 11px;
	font-style:italic;
	color:#f09;
	line-height:1.2em;
	letter-spacing:0px;
}
a {
	text-decoration:none;
	color:#FFF;
}

.links {
	text-decoration:none;
	color:#fff;
}
a.links:link {
	text-decoration: none;
	color:#fff;	
}
a.links:visited {
	text-decoration: none;
	color:#fff;
}
a.links:hover {
	text-decoration:none;
	background:url(images/hlblack.png) ;
	color:#fff;
}
a.links:active {	
	text-decoration: none;
	background:url(images/hlblack.png);
	color:#f09;
}

div.header {
	position:fixed; left:0px; top:0px;
	padding-top:0px; padding-left:20px;
	background-image:url(images/hlblack.png);
	width:100%;
	z-index:1000;	
}
div.container {
	position:absolute; left:0px; top:100px;
	width:100%;
	z-index:10;
	overflow:hidden;
}
div.info {
	position:relative; left:0px; top:-15px;
	width:99%;
	z-index:20;
	overflow:hidden;
}
div.galleryhead {
	position:fixed; left:250px; top:14px;
	z-index:1000;
}
div.gallery {
	position:absolute; left:25px; top:100px;
	overflow:hidden;
	width:99%;
	z-index:-1;
}
div.copyright {
	position:fixed; left:0px; bottom:0px;
	background-image:url(images/hlblack.png);
	padding-left:5px; padding-bottom:2px;
	width:100%;
	z-index:1000; 
}
#logo a {
	display:block;
	width:150px;
	padding-bottom:42px;
	background: url(images/pblogo.png) no-repeat;
	text-decoration: none;
}
#logo a:hover {	
	background-position: -150px 0;
}
#logo a:active {
	background-position: -150px 0;
}
