/*****************************
  pepper template for pixlie 
  murki 2008
*****************************/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #F6F6F6 url(mainback.jpg) repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6B6B6B;
}

a {
  color: #C00000;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}


#frame {
  width: 980px;
  background: url(frameback.jpg) repeat-y;
  margin: 0 auto;
}

#content-head {
  height: 55px;
  background: #000000 url(head.jpg) no-repeat;
  font-size: 30px;
  color: #FFFFFF;
  margin: 0;
  padding: 45px 0 0 78px;
  letter-spacing: -2px;
}

#content-frame {
  background: url(contentframe.jpg) no-repeat;
}

#content {
  float: left;
  width: 645px;
  padding: 10px 0 0 70px;
}

#title {
  font-size: 28px;
  color: #000000;
  margin-bottom:10px;
  letter-spacing: -0.035em;
  font-weight: bold;
}

#heightbox {
  float:right;
  height:400px;
  width:1px;
}

#preview {
  text-align:center;
  background: url('pixlieloader.gif') 50% 50% no-repeat;
}

.thumb {
  float: left;
  display: inline;
  margin: 0px 0 30px 0px;
  padding: 5px;
  width: 150px;
  height: 130px;
  color:#000000;
}

.thumb a{
  text-decoration: none;
}

.thumb p{
  padding: 0;
  margin: 0;
}

.thumb img {
  border:2px solid #FFFFFF;
  background: transparent;
}

.thumb a:hover img {
  border:2px solid #C00000;
}

#pagenums {
  clear: both;
  text-align: center;
  width:100%;
}

#gallist {
  float: right;
  width: 156px;
  padding: 67px 76px 0 0;
}

#galtitle {
  letter-spacing: -0.035em;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #F2F2F2;
  color: #000000;
}

#content-foot {
  margin: 0 50px;
  padding: 15px 28px 15px 28px;
  background-color: #F8F8F8;
  border-top:1px solid #F2F2F2;
}

#copyright {
  height: 50px;
  background: url(copyback.jpg) no-repeat;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  color: #666666;
}

#copyright a {
  color: #666666;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}




