body {
  text-align: center;
  background-color: #2F2F2D;
  background: url(img/background.jpg);
}

html {
  overflow-y: scroll;
}

#container {   
  width: 720px;
  margin: 0 auto 0px auto;
  background-color: #fff;
  background: url(img/container.png);
  position: relative;
} 

#shadow {
  width: 720px;
  margin: 0 auto 0px auto;
  background: url(img/top.png);
  height: 33px;
  margin-top: 15px;
  position: relative;
}

#paper {
  width: 189px;
  height: 233px;
  background: url(img/paper.png);
  position: absolute;
  top: -20px;
  right: 10px;
}

#top {   
  width: 650px;
  margin: 0 auto 0px auto;
  background-color: #429EC7;
  background: url(img/top.jpg);
  height: 75px;
} 

#info {   
  width: 650px;
  margin: 0 auto 0px auto;
  background-color: #484848;
  background: url(img/info.jpg);
  height: 187px;
} 

#slide {   
  width: 650px;
  margin: 0 auto 0px auto;
  background-color: #484848;
  height: 130px;
  overflow: hidden;
  position: relative;
} 

#slide div {   
  width: 650px;
  height: 130px;
} 

.img1 {
  background: url(img/p1.jpg);
}

.img2 {
  background: url(img/p2.jpg);
}

.img3 {
  background: url(img/p3.jpg);
}

#footer {   
  width: 720px;
  margin: 0 auto 0px auto;
  background: url(img/footer.png) center;
  height: 33px;
  clear: both;
  font: 10px/23px Verdana, Helvetica, sans-serif;
  color: #6E6E6E;
}

a, a:visited  {
  color: #3681A2;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted;
}

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

#content {   
  width: 650px;
  margin: 0 auto 0px auto;
} 

/* item */
.item {
  height: 34px;
  background: url(img/item.jpg) 0 0;
  text-align: left;
  font: bold 13px/34px Verdana, Helvetica, sans-serif;
  padding-left: 15px;
  color: #949494;
  background-color: #fff;
  overflow: hidden;
} 

.active {
  background: url(img/item.jpg) 0 -34px;
  color: #fff;
  cursor: default !important;
} 

.hover {
  background: url(img/item.jpg) 0 -68px;
  color: #1F6D8F;
} 

.item-c {
  width: 575px;
  text-align: left;
  font: 13px/24px Verdana, Helvetica, sans-serif;
  color: #3C3C3C;
  background-color: #fff;
  padding: 0 45px 15px 30px;
  overflow: hidden;
} 

.item-c p { 
  padding-top: 6px;
}

.item-c li {
  padding-left: 20px;
  background: url(img/li.jpg) no-repeat 0 7px;
  margin-bottom: 3px;
}

.item-c li:first-letter {
  text-transform: capitalize;
}

/* galeria */
p img {
  width: 150px;
  height: 113px;
  padding: 5px;
  border: 1px solid #ddd;
  margin-left: 20px;
  margin-bottom: 10px; 
}

#jquery-lightbox a, #galeria a {
  border: 0;
}