* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  background-repeat: repeat-y;
  background-color: #708cac;
 }
 
 .left {
  float:left;
  padding-top: 20px;
  width: 260px;
 }

.left ul {
  list-style-type: none;
}

.left ul li {
  float: right;
 }

.left ul li a {
  margin-top: 0px;
  font-family:  Verdana, "Candara", "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
 /* letter-spacing: 1px;*/
  color: #FFF;
  text-decoration: none;
  padding-top: 6px;
  padding-left: 6px;
  width: 240px;
  height: 50px;
  float: right;
}

.left ul li a:hover {
  /*background: #708cac;*/
  color: #cbcbcb;
 }
 
 .left ul li.active a {
  color: #cbcbcb;
  /*background: #708cac;*/
 }
 
 .right {
  padding-left: 260px;
  padding-top: 0px;
}

 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 700px;
 }
 
h1 {
  font-size: 11px;
  color: #FF00AA;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #cbcbcb;
  font-weight: normal;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 700px;
 }
 
.content img.collection {
  border: 0px;
  align: center;
}

.content a img.collection {
  border: 0px;
  align: center;
}
  
.content a:hover img.collection {
  border: 0px;
  align: center;
  filter:alpha(opacity=80);
  opacity: 0.80;
}

.content a.collection2011 {
  font-size: 11px;
  font-weight: bold;
}

.content a.collection2011:hover {
  text-decoration: none;
  color:#FFFFFF;
}


.content a.collection_pagenum {
  text-decoration: none;
  color:#FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

.content a.collection_pagenum_selected {
  text-decoration: none;
  color: #cbcbcb;
  font-size: 11px;
  font-weight: bold;
}


.content a.collection_pagenum:hover {
  text-decoration: none;
  color: #cbcbcb;
}



.lista {
line-height:150%;
}

.lista a {
  
  font-family:  Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #FFF;
  text-decoration: none;
}

.lista a:hover {
  color: #cbcbcb;
 }
 
.lista a.active {
  color: #cbcbcb;
 }
 
