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

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

body {
	color:#CCC;
	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: 1200px;
	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: 390px;
	position: relative;
	top: 40px;
	float: none;
	width: 540px;
	color: #CFCFCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}


input, textarea{
	border:1px solid #FFF;
	background-color: #E9E9E9;
}

label{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}




#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: 800px;
}



#picslide{
	position: relative;
	width: 500px;
	left: 390px;
	top: 70px;
	height: 400px;
}



#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) };

