/* CSS Document */

body {
	background-color: #000000;
	margin:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 16px;
}

p {
	font-size: 10px;
}

a {
	color: #FFF;
	font-size: 10px;
}

a:hover {
	color: #666666;
	font-size: 10px;
}

li {
	font-size: 10px;
}

img {
	border: none;
}

#site {
position: relative;
width:928px;
height:600px;
margin:0px;
padding:0px;
background-repeat: no-repeat;
background-position: center top;
}

#headline {
	position: absolute;
	top: 65px;
	left: 400px;
	margin: 0px;
	width: 500px;
	height: 50px;
	text-align:left;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

#extheadline {
	position: absolute;
	top: 65px;
	left: 280px;
	margin: 0px;
	width: 700px;
	height: 50px;
	text-align:left;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

#galleryheadline {
	position: absolute;
	top: 60px;
	left: 52px;
	margin: 0px; 
	width: 500px;
	height: 50px;
	text-align:left;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

#container {
	position: absolute;
	top: 112px;
	left: 400px;
	margin: 0px;
	padding-top: 10px; 
	width: 410px;
	height: 290px;
	text-align:left;
	overflow: auto;
}

#bigcontainer {
	position: absolute;
	top: 120px;
	left: 275px;
	margin: 0px;
	width: 575px;
	height: 295px;
	text-align:left;
	overflow: auto;
}

#gallerycontainerLeft {
	position: absolute;
	top: 112px;
	left: 52px;
	margin: 0px;
	width: 370px;
	height: 295px;
	text-align:left;
	overflow: auto;
}

#gallerycontainerRight {
	position: absolute;
	top: 112px;
	left: 400px;
	margin: 0px;
	width: 410px;
	height: 295px;
	text-align:left;
	overflow: auto;
}

a.container {
	color: #666;
	text-decoration: none;
}

a.container:hover {
	color: #333333;
}

a.bigcontainer {
	color: #666;
	text-decoration: none;
}

a.bigcontainer:hover {
	color: #333333;
}

#nav {
	position: absolute;
	top: 520px;
	left: 47px;
	margin: 0px;
	width: 800px;
	height: 50px;
	text-align:left;
	color: #FFFF99;
	font-size: 10px;
}

a.nav {
	color: #FFF;
	text-decoration: none;
}

a.nav:hover {
	color: #FFFF99;
}

.pg {
width: 350px;
list-style: none none;
}

.pg:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}

.pg li {
list-style: none none;
display: inline;
}

.pg li a {
margin: 2px;
border: 1px solid #CCC;
padding: 4px;
position: relative;
float: left;
display: block;
width: 148px;
height: 88px;
}

.pg li a img {
border: 0 none;
position: absolute;
width: 148px;
height: 88px;
}
