@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 {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B1AEA5;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



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








#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;
	z-index: 2;
}





#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: -25px;
	width: 700px;
	text-align: right;
	left: 170px;
	float: none;
}

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

#navfooter {
	position: relative;
	z-index: 4;
	width: 630px;
	background-position: top;
	left: 155px;
	top: 60px;
}

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





h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #B1AEA5;
}


p {
	color: #B1AEA5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}


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

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



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

/* Fixed Positioned AddThis Toolbox */            



.addthis_toolbox.atfixed {
	position: fixed;
	top: 10%;
	left: 20px;
	border: 0px none #eee;
	width: 100px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	z-index: 10;
}
.addthis_toolbox .custom_images a {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }
            



