/*
      Created by Lavender Moon
	  
*/

html, body {
  margin: 0px;
  padding: 0px;
} 
  
body {
background: #000000 url(images/grungedamask/middle.jpg) repeat-y scroll center top; 
margin:0 auto;
text-align: center;
}
  
img {
display:block;
}

#top-wrapper {
background: #000000;
height:35px;
margin: 0 auto;
text-align:center;
}

#top-links-wrapper {
width:1000px;
margin:0 auto;
text-align:center;
}

#search-wrapper {
float:left;
width:220px;
padding-top:7px;
color: #cccccc;
text-align:left;
font-size:14px;
}


#top-links {
width:750px;
text-align:right;
padding-top:7px;
float:right;
}

#top-links a {
  border-bottom: 1px dotted #cccccc;
  text-decoration: none;
  color: #cccccc;
}

#header-wrapper {
	width:1000px;
	height:307px;
	margin:0 auto 0px;
	text-align:center;
	clear:both;
	background-image: url(images/grungedamask/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
  }
  

  
#header-links {
	text-align:center;
	word-wrap: break-word;
	overflow: hidden;
	background-position: center;
  }
  
  #header-links a {
  text-decoration: bold;
  }



#outer-wrapper {
	width: 1000px;
	padding:0px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
  
  #main-wrapper {
	width: 880px;
	word-wrap: break-word;
	overflow: hidden;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	height: 900px;
	background-position: center;
	margin-left: auto;
  }
  

/* Footer */

#wrapper2 {
background: #000000;
text-align:left;
}

#footer-wrapper {

}

#footer {
width: 1000px;
height:558px;
background: #000000 url(images/grungedamask/bottom.jpg) no-repeat;
margin: 0 auto;
}

#footer a {
	font-family: Century Gothic, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: square;
}

#footer li {
	display: block;
	float: left;
	padding-left: 10px;
margin-top: 180px;
}

#footer li.first {
	margin-left: 135px;
	width:208px;
}

#footer li.second {
	width:230px;
	margin-left:50px;
}

#footer li.third {
  margin-left:10px;
	width:225px;
}

#footer li ul {
	margin: 0;
	margin-bottom: 30px;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Century Gothic, sans-serif;
	font-size: 10px;
	color: #f5ede0;
	background-color: #000000;
}

#legal a {
	border-bottom: 1px dotted #a16d3e;
	text-decoration: none;
	color: #C8A39A;
}


.clear {
clear:both;
}
 
 
a:link              {text-decoration:none; }
 
