body {
  background-color: black;
  font-family: "Lucida Grande", Arial, sans-serif;
  background-attachment: ;
  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-image: url('images/header.jpg');
  background-position: top center;
}

#menu {
  background-image: url('');
  background-repeat: no-repeat;
  height: 50px;
  border: solid red 0px;
  width: 100%;
  margin: auto;
}

#menu a {
  color: white;
  display: block;
  float:left;
  padding: 10px 20px;
  border: solid red 1px;
  margin: 5px;
}

#menu a:hover {
background-color: red;

}


/*
#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 {
  width:47%;
  height: 50%;
  text-align:left;
  float:left;
  border: 0px solid red;
}
*/

#pictures {
  width: auto;
  text-align:center;
  border: 0px solid red;
}

.indent {
  margin: 10px;
}

#guestbook {
  text-align: right;
  padding-top: 4px;
}

#aboutpic {
  width: auto;
  padding-right: 10px;
  float: left;
}

a {
  color: white;
  text-decoration: none;
  border-bottom: 1px;
}

a:hover {
  border-bottom: solid 1px;
}

#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;
}