body {
	background-image: url(../img/bgshade.jpg);
	background-repeat: repeat-x;
	background-color: #171717;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}

.logo {
	position:absolute;
	top: 11px;
	left: 50%;
	margin-left: -475px;
	z-index: 6;
}
.billboard {
	position:absolute;
	width:1024px;
	height:561px;
	z-index:1;
	margin-left: -512px;
	left: 50%;
	background-image: url(gallery/billboard/lg/base.gif);
	top: 25px;
}

.entrynav {
	position:absolute;
	top: 235px;
	left:50%;
	margin-left:330px;
	z-index: 3;
}

.contentbox {
	position: absolute;
	top: 585px;
	left:50%;
	margin-left:-496px;
	width: 992px;
}

.contenta {
	position:relative;
	font-family:"Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	border: 1px solid #0F0F0F;
	background-color: #121212;
	padding-top: 10px;
	padding-right: 21px;
	padding-bottom: 21px;
	padding-left: 21px;
}

.footer {
	postion:relative;
	background-color: #171717;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	padding-top: 40px;
	padding-right: 21px;
	padding-bottom: 21px;
	padding-left: 21px;
}

.tiny {
	postion:relative;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	padding-top: 15px;
}

.nava {
	position:absolute;
	top:26px;
	left:50%;
	margin-left: -127px;
	z-index: 5;
}

.navb {
	z-index: 3;
	font-family: "Gill Sans", Futura, "Lucida Grande", Helvetica;
	font-size: 16px;
	color: #FFFFFF;
	margin-right: -290px;
}

.navbbox {
	position:absolute;
	top:502px;
	left:50%;
	margin-left: -161px;
	z-index: 2;;
	width: 657px;
	background-color: #060606;
	height: 84px;
}

.navbboxc {
	position:absolute;
	top:502px;
	left:50%;
	margin-left: -161px;
	z-index: 2;;
	width: 657px;
	height: 84px;
}

.movie {
	position:absolute;
	top:118px;
	left:50%;
	margin-left: -144px;
	z-index: 2;
	background-color: #121212;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom:1px;
	margin-top: 10px;
	font-family: "Lucida Grande", Futura, "Gill Sans", Helvetica;
	font-weight: normal;
}

#contactor {
	font-size:12px;
	padding-left:20px;
	background-color:#0f0f0f;
	
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

/*Nav Stuff*/

#hdnav {
	position: absolute;
	right: 29px;
	top: 0px;
	font-family: "Myriad Pro Light", "Myriad", "trebuchet MS", Georgia, "Times New Roman", Times, serif;
	width: 510px;
}

#hdnav ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 30px;
}

#hdnav li {
float: left;
list-style-type: none;
margin: 0;
}

#hdnav a {
display: block;
padding: 24px 4px 4px 4px;
}

#hdnav a:link, #navlist a:visited {
color: #ffffff;
text-decoration: none;
}

#hdnav a:visited {
color: #999999;
}

#hdnav a:hover, #hdnav a:active, #uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active  {
background-color: #0f0f0f;
color: #676767;
}

/*Workarounds for Internet Exploder because Microsoft builds horrid software*/
[if gte IE 5]>

#hdnav a  {
position: relative;
height: 1em;
zoom: 100%;
}
