.preload {
  display: none;
}

.title {
  float: right;
  border: 0px;
  padding-bottom: 20px;
}

body {
  background-color: white;
  background-image: url('bg.jpg');
  font-family: georgia, arial;
  background-attachment: fixed;
  background-repeat: repeat-x;
}

#container, #footer {
  width: 750px;
}

#container {
  top: 0px;
  text-align: center;
  border: black solid 1px;
  background-image: url('stripes04.gif');
  background-repeat: repeat;
}

#main {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px;
  text-align: justify;
  background-color: white;
  border: black solid 1px;
}

#header {
  height: 250px;
  background-color:white;
  border-bottom: solid #a4a4a4 1px;
}

#footer {
  width: auto;
  height: 75px;
  margin-top: 5px;
  text-align: center;	
  vertical-align: middle;
  color: black;
}

#footer a{
color: black;
}

#footer a.visited{
  color: black;
}

#guestbook {
  background-color: white;
  padding: 10px;
}

#gallery {
  text-align: center;
}

a:link {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: black;
}

a:link:hover {
  border-bottom: 1px solid;
}

a:visited {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #777777;
}

a:visited:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.noborder {
border: 0px black solid;
}

img {
border: 2px black solid;
}

#toc {
width: 100%;
height: auto;
text-align: left;
}

#toc_c1, #toc_c2 {
  width: 50%;
  height: 150px;
  border: 0px solid;
}

#toc_c2 {
  float: right;
}

.line {
  border-bottom: 1px #D4D4C7 solid;
}

.indent {
  padding-left: 25px;
  padding-right: 25px;

}

.ticks {
  list-style: none;
}

.ticks li:before {
	content: "\00BB \0020";
	}

img {
  vertical-align: middle;
}



div {
  border: solid 0px red;
}


#piercings, #prices {
  display: block;
  width: 50%;
}

#piercings {
  float: left;
/*  background-color: black; */
}

#prices {
  float: right;
  text-align: right;
}

.uline {
  border-bottom: solid grey 1px;
}

#list {
  border: solid red 0px;
  padding: 20px;
}

#demo-container{top: 0px;padding:200px 15px 0 15px;background-repeat:no-repeat;}

ul#simple-menu {list-style-type:none;width:100%;position:relative;height:27px;font-family:georgia;margin:0;padding:11px 0 0 0;}
ul#simple-menu li{display:block;float:left;margin:0 0 0 4px;height:27px;border:1px white solid;}
ul#simple-menu li.left{margin:0;}
ul#simple-menu li a{display:block;float:left;color:#fff;background-color:black;line-height:27px;text-decoration:none;padding:0 5px 0 5px;height:27px;}
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{background-color:#1ca9c7;border-top: 2px red solid;}
