body {
  background-color: black;
  font-family: georgia, arial;
  color: white;
}

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

#container {
  text-align: center;
  border: red solid 0px;
  background-color: ;
}

#header {
  height: 300px;
  width: 750px;
  border: white solid 0px;
  background-repeat: no-repeat;
  background-position: top center;
}

#menu {
  padding: 6px;
}

#menu a {
  padding: 6px;
  border-bottom: 0px;
}

#menu a:hover {
  background-image: url('');
  padding: 6px;
  color: black;
  background-color: white;
}

/*
#history {
  background-image: url('images/menu/off_01.jpg');
  background-repeat: no-repeat;  
  height: 50px;
  width: 154px;
  float: left;
}

#history:hover {
  background-image: url('images/menu/on_01.jpg');
  border-bottom: solid white 1px;
}

#studio {
  background-image: url('images/menu/off_02.jpg');
  background-repeat: no-repeat;  
  height: 50px;
  width: 110px;
  float: left;
}

#studio:hover {
  background-image: url('images/menu/on_02.jpg');
  border-bottom: solid white 1px;
}

#gallery {
  background-image: url('images/menu/off_03.jpg');
  background-repeat: no-repeat;  
  height: 50px;
  width: 131px;
  float: left;
}

#gallery:hover {
  background-image: url('images/menu/on_03.jpg');
  border-bottom: solid white 1px;
}

#articles {
  background-image: url('images/menu/off_04.jpg');
  background-repeat: no-repeat;  
  height: 50px;
  width: 144px;
  float: left;
}

#articles:hover {
  background-image: url('images/menu/on_04.jpg');
  border-bottom: solid white 1px;
}

#flash {
  background-image: url('images/menu/off_05.jpg');
  background-repeat: no-repeat;  
  height: 50px;
  width: 94px;
  float: left;
}

#flash:hover {
  background-image: url('images/menu/on_05.jpg');
  border-bottom: solid white 1px;
}

#links {
  background-image: url('images/menu/off_06.jpg');
  background-repeat: no-repeat;  
  height: 50px;
  width: 117px;
  float: left;
}

#links:hover {
  background-image: url('images/menu/on_06.jpg');
  border-bottom: solid white 1px;
}
*/

#studio_contain {
  border: 0px solid white;
  width: 100%;
  float: clear;
}

#contact {

}

#pictures {
  width: auto;
  text-align:center;
  border: 0px solid red;
}

.indent {
  margin: 10px;
}

#guestbook {
  text-align: center;
}

#aboutpic {
  width: auto;
  padding-right: 10px;
  float: left;
}


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

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

#main {
  padding: 15px;
  text-align: justify;
  border: white solid 0px;
}

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

#footer a{
  color: white;
}

#footer a.visited{
  color: white;
}

#gallery {
  text-align: center;
}

.noborder {
  border: 0px black solid;
  text-decoration: none;
}

img {
  border: 1px white solid;
  vertical-align: middle;
  padding: 0px;
}

div {
  border: solid 0px red;
}

.imgstudio {
  width: 100px;
  height: 100px;
  padding: 5px;
  margin: 2px;
}

#preload {
  display:none;
  width: 0px;
  height: 0px;
}











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

#prices {
position: relative;
top: 0px;
  text-align: right;

}

#piercings {
position: relative;
float:left;
width: 50%;
  border: 0px black solid;
/*  margin-left: 40px; */
z-index: 2;
}

#list {
margin-left: 20px;
margin-right: 20px;
}

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

.intro {
  text-align: center;
  margin-top: 10%;
  padding: 40px;
  height: 100%;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  border: solid red 0px;
}

.intro a:hover {
  color: black;
}