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

* { padding: 0px; margin: 0px; }

body {
	color:#474747;
	padding:0;
	margin:0;
	background-position: 0px 0px;
	font-size:100%;
	background-image: url(images/mainbg2.jpg);
}



a:link {
	color: #ECECEB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F5F5F5;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



#container {
	background-image: url(images/content.jpg);
	width: 900px;
	height: 2100px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}




h1{
	left: 170px;
	position: relative;
	top: 0px;
	float: none;
	width: 600px;
}

h2{
	left: 330px;
	position: relative;
	top: 40px;
	float: none;
	width: 540px;
	color: #CFCFCE;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}

p{
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: none;
	position: relative;
}

#header {
	width: 900px;
	margin-top:0px;
	position:relative;
	background-image: url(images/header.jpg);
	height: 400px;
	background-repeat: no-repeat;
	z-index: 1;
}



#headertext{
	background-image: url(images/headertext.png);
	height: 200px;
	background-repeat: no-repeat;
	top: 220px;
	position: relative;
	left: 320px;
	width: 550px;
}




#headertext a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#headertext a:hover {
  text-decoration: none;
  background-color: none;
}






#nav {
	position: relative;
	z-index: 4;
	top: 15px;
	width: 700px;
	text-align: right;
	left: 170px;
	float: none;
}

#nav li{
	margin-top: 10px;
}



#navfooter {
	position: absolute;
	z-index: 4;
	width: 630px;
	background-position: top;
	left: 180px;
	bottom: 5px;
}

#navfooter li {
	display: inline;
	list-style-type: none;
	margin-right: 40px;
}

#content {
	z-index: 1;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/darkbg.jpg);
	background-repeat: repeat;
	height: 1700px;
}



#picslide{
	position: relative;
	width: 730px;
	left: 180px;
	height: 480px;
}



#footer{
	position: relative;
	height: 15px;
	width: 900px;
	text-align: center;
	color: #333;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	bottom: 0px;
	top: 5px;
}


#ripped {
	background-image: url(images/ripped.png);
	background-repeat: no-repeat;
	height: 70px;
	position: relative;
	width: 900px;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	top: -34px;
}





img, div, { behavior: url(/iepngfix.htc) };

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -460px;
	left: -200px;
	z-index: 4;
}

.hoverbox img
{
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
	border: 1px solid #FFF;
	color: inherit;
}

.hoverbox li
{
	display: inline;
	float: left;
	margin: 10px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	width: 500px;
	height: 500px;
	border: none;
}
