/* CSS Document */

body, tr, td {
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin: 10px 0;
  padding: 0;
}

h1 {
   line-height: 1.3em; 
}
h2 {
   line-height: 1.2em; 
}

ul {
  margin-top: 10px;
}

a:link,
a:active,
a:visited {
  color: #000000;
}

a:hover {
  color: #777777;
  text-decoration: none;
}

#container {
  width: 770px;
  margin: 0 auto;
  background: url(images/watermark.gif) repeat-y top right;
}

td { 
  background: url(images/line_left.gif) repeat-y;
}

.cnrs_top {
  background: url(images/line_top.gif) repeat-x;
}

.cnrs_top_sub {
  background: url(images/line_top_sub.gif) repeat-x;
}
 
.cnrs_btm {
  background: url(images/line_btm.gif) repeat-x bottom;
}

.topbanner {
  text-align: center;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  background: #EEEEEE;
}

.header .logo {
  margin: 30px 50px 30px 40px; 
}

.header .logosmall {
  margin: 15px 40px; 
}

.navigation {
  height: 32px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #d1d1d1;
  background: #FFFFFF;  
}

.navigation img {
  margin-top: 8px;
}

.wordup {
  line-height: 0;
  color: #FFF; 
}

.content {
  height: 200px;
  vertical-align: top;
  padding: 0 110px 0 45px;
}

.content.sub {
  padding: 20px 110px 0 45px;
}

.content.sub td {
  background: none;
}

.content .hosts {
 font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 15px 0;
}

.content .relaxbanner {
  text-align: center;
  margin: 0 auto;
}
 
.content p {
  margin-bottom: 10px;
}
 
.content big {
  font-size: 28px;
  font-weight: bold;
  line-height: 25px;
}

.content ul {

}
 
.content img {
  margin: 0 10px 5px 10px
}

.albavilla_map {
  margin: 20px 0;
  text-align: center;
}
 
.footer {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.9em;
  text-align: center;
  padding: 20px 0px 30px 0px;
}

.footer a {
  margin: 0 8px;
}

 
 
