body{
  background-color: #000;
  font:16px/18px Verdana, Arial, Helvetica, sans-serif;
}
img{
  border: 0;
}
a{
  color: #000;
}
a:hover{
  text-decoration: none;
}
#container{
  position: absolute;
  width:801px;
  left:50%;
  margin-left:-400px;
  top: 20px;
}
#logo{
  position: absolute;
  top: 0;
  left: 2px;
}
#tagline{
  position: absolute;
  top: 28px;
  right: 1px;
}
#bar{
  position: absolute;
  top: 53px;
  left: 0;
}
#nav{
  position: absolute;
  top: 56px;
  left: 2px;
}
#bg{
  position: absolute;
  top: 86px;
  left: 0;
  z-index: 1;
}
#main{
  position: absolute;
  top: 86px;
  left: 0;
  z-index: 3;
  width: 801px;
  height: 566px;
  overflow: hidden;
}
#main2{
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -355px;
  z-index: 4;
  width: 720px;
  height: 480px;
  overflow: auto;
}
#main3{
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -355px;
  z-index: 4;
  width: 700px;
  height: 480px;
  padding: 5px;
  overflow: auto;
}
#mainA{
  position: absolute;
  top: 86px;
  left: 0;
  z-index: 3;
  width: 801px;
  height: 566px;
  overflow: auto;
  color: #fff;
}
#mainA a{
  color: #fff;
}
#controls{
  position: absolute;
  left: 33px;
  top: 30px;
  width: 30px;
  height: 78px;
  z-index: 15;
  background: url('../images/bg-bubble.png');
  text-align: center;
  padding:3px;
  /* Mozilla proprietary */
  -moz-border-radius: 12px;
}
#controls img{
  padding:3px;
}
#blog{
  position: absolute;
  top: 202px;
  left: 47px;
  z-index: 4;
  width: 444px;
  height: 315px;
  overflow: auto;
  background-image: url('../images/bg_blog.png');
  border: 1px solid #7b6520;
  padding: 4px;
}
#collections{
  position: absolute;
  top: 233px;
  left: 568px;
  z-index: 4;
  width: 192px;
  height: 299px;
  overflow: hidden;
}
#collections2{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -345px;
  z-index: 5;
  width: 690px;
}
#photos{
  z-index: 5;
  width: 690px;
}
#collections2 td,
#photos td{
  width: 230px;
  text-align: center;
}
.preview{
  text-align: center;
}
.preview strong{
  line-height: 20px;
}
.thumb{
  border: 1px solid #fff;
  margin: 5px;
}
#photoholder{
  margin: 0px;
  padding:0px;
  position: absolute;
  left: 50%;
}
#full{
  margin: 0px;
  padding:0px;
  position: absolute;
  top: 6px;
  left: 6px;
  border: 5px solid #000;
}
#corn_tl,
#corn_tr,
#corn_bl,
#corn_br{
  margin: 0px;
  padding:0px;
  width: 53px;
  height: 53px;
  position: absolute;
  background-image: url('../images/corners.png');
  background-repeat: no-repeat;
  overflow: hidden;
  z-index:7;
}
#corn_tl{
  top: 0;
  left: 0;
}
#corn_tr{
  background-position: top right;
  top: 0;
  right: -10px;
}
#corn_bl{
  background-position: bottom left;
  bottom: -10px;
  left: 0;
}
#corn_br{
  background-position: bottom right;
  position: absolute;
  bottom: -10px;
  right: -10px;
}
#footer{
  position: absolute;
  top: 640px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #333;
  font-size: 10px;
  z-index: 8;
}
#footer a{
  color: #333;
}
#footer a:hover{
  text-decoration: none;
}
div.nicetitle {
  position: absolute;
  padding: 4px;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 13px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  width: 25em;
  font-weight: bold;
  z-index: 20;
  background: url('../images/bg-bubble.png');
  /* Mozilla proprietary */
  -moz-border-radius: 12px;
}
div.nicetitle p {
  margin: 0;
  padding: 0 3px;
}
div.nicetitle p.destination {
  font-size: 9px;
  text-align: left;
  padding-top: 3px;
}

