html, body{
	font-family: "Century Gothic";
	font-size: 13px;
	background-color: #000;
	margin: 0;
	padding: 0;
	background-image: url(images/metalbg1.jpg);
	height: 100%;
}

A:visited  {color: #000; text-decoration: none}
A:link  {color: #000; text-decoration: none}
A:active  {color: #000; text-decoration: none}
A:hover   {
	color: #3A9999;
	text-decoration: underline
}

#wrapper {
	min-height: 700px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color:#fff;
	margin-top: 4%;
	margin-bottom: 5%;
}
.h1{
	font-size: 15px;
	color:#009999;}


#logo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	text-align: center;
	font-size: 16px;
	font-family: "Century Gothic";
	float: left;
	margin-top: 20px;
}
#nav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.8px;
	margin-bottom: 20px;
}
.active{
color: #009999;
text-decoration:underline;}

#content 
{
	width: 90%;
	height: 100%;
	text-align: left;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	margin: auto;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #fff;
  
}

#imageBox 
{
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 2;
	padding-top: 1%;
	padding-bottom: 1%;
  
}

#imageBoxInside 
{
  width: 14000px;
  float: left;   
 
}

#imageBox img 
{
  float: left;
  margin: 0px;
  z-index: 2;
}

#imageBox br 
{
  clear: both;
}


#line  
{
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	float: left;
	background-image: url(images/metalbg1.jpg);
 }
 #line2  
{
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	float: left;
	margin-top: 20px;
	background-image: url(images/metalbg1.jpg);
 }
 #controls  
{
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	float: left;
	padding-top: 15px;
 }
 #controls img {
	border: 0;
	text-align: center;
	padding-top: 0px;
	padding-right: 12px;
	padding-left: 12px;
	margin: auto;
	
  
  }
#footer{
	width: 100%;
	text-align: center;
	border: none;
	color: #000;
	height: auto;
	margin: auto;
	float: left;
	background-color: #fff;
	padding-top: 15px;
}
.profileimg{
	margin-left: 30px;}
	

.title{
	margin-right: 30px;
	margin-bottom: 15px;}  
	
.imageright{
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 15px;
	} 
.imageleft{
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 15px;
	} 
	
#imageBoxInside img{
	margin-right: 25px;}

