body { background: #000000;padding: 0; margin: 0;  font-family: "Arial","Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"; color: #9c9473;-webkit-font-smoothing: antialiased; }
h1 { font-size: 1.3em; padding: 15px 10px; margin: 0; }
h2 { font-size: 1.1em; padding: 10px; margin: 0; }
table { font-weight: none;text-align: center; font-size: 0.65em; padding: 0px; margin: 0; border-bottom: 0px solid #ffffff;vertical-align:top;}
td {width : "20%"}
img { border: none; }
a ,a:visited{ color: #8a856f; font-weight: none;text-align: center; font-size: 1.0em; padding: 0px; margin: 0; border-bottom: 0px solid #ffffff;vertical-align:bottom;text-transform : uppercase ;text-decoration: none; -webkit-font-smoothing: antialiased;}

a:hover, a:active {color: #dcca9f; font-weight: bold;text-align: center; font-size: 1.0em; padding: 0px; margin: 0; border-bottom: 0px solid #ffffff;vertical-align:bottom;text-transform : uppercase} 


#bold { letter-spacing: 1.0px; color: #dcca9f; font-weight: bold;text-align: center; font-size: 1.2em; padding: 0px; margin: 0; border-bottom: 0px solid #ffffff;vertical-align:bottom;text-transform : uppercase; -webkit-font-smoothing: antialiased;}
#none { letter-spacing: 1.0px;color: #8a856f; font-weight: none;text-align: center; font-size: 1.15em; padding: 0px; margin: 0; border-bottom: 0px solid #ffffff;vertical-align:bottom;text-transform : uppercase; -webkit-font-smoothing: antialiased;}

#nonemaj { color: #8a856f; font-weight: none;text-align: center; font-size: 1.0em; padding: 0px; margin: 0; border-bottom: 0px solid #ffffff;vertical-align:bottom; text-transform : uppercase}

#stickk {
	background: #000000;
	font-weight: none;
      text-align: center;
      width:100%;
      box-sizing:border-box;
	  }

#HeaderLogo { font-size: 0.5em; padding: 0px 0px; margin: 0; text-align: center; background: #000000;  padding: 0; border-bottom: 0px solid #3c3c3c;  }


#Header { text-align: center; background: #000000; height: 140px; padding: 0; border-bottom: 0px solid #3c3c3c;  }
#Header img {  margin: 0 auto 0; }

#MainContent { background: #000000; padding-bottom: 30px; width = "500px";}

#Footer { padding: 10px; border-top: none;background: #000000; } 

#SocialLinks { padding: 10px 0 0 0; }
#SocialLinks:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
#SocialLinks a { display: block; float: left; padding-right: 15px; }

.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 10%; }
.gallery li a { display: block; margin: 3px; border: 0px solid #3c3c3c;}
.gallery li img { display: block; width: 100%; height: auto; }


/* For inline examples only */
#PhotoSwipeTarget { width: 100%; height: 200px; }

#Indicators { text-align: center; margin-top: 20px; }
#Indicators span { display: inline-block; height: 10px; width: 10px; margin: 0 10px 0 0; padding: 0; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px; background: #c5c5c5; overflow:hidden; }
#Indicators span.current{ background: #000000; }


#surtext {
	position: absolute;
	left: 100px;
	top: 100px;
	z-index: 100000;
}


.ps-toolbar-previous {
  background: transparent url("./prev.png") no-repeat 30% 3px;
  width: 64px;
  height: 64px;
  background-size: 64px 64px;
  text-indent: -9999px;
}
.ps-toolbar-next {
  background: transparent url("./next.png") no-repeat 70% 3px;
  width: 64px;
  height: 64px;
  background-size: 64px 64px;
  text-indent: -9999px;
}
.ps-toolbar-close {
  background: transparent url("./back.png") no-repeat 50% 3px;
  width: 64px;
  height: 64px;
  background-size: 64px 64px;
  margin: 0 auto;
  cursor: pointer;
  text-indent: -9999px;
}
