body{ margin: 0px; background-color: #ddd; }
body, td{ font-family: arial; font-size: 10pt; }
h1{ margin-top: 10px; font-size: 170%; }
h2{ margin:0; font-size: 150%; }
h3{ font-size: 130%; }

.mainheading{ 
  background-image: url(../../template/template1/images/background/bg3.gif); 
  padding:10px; border-bottom: 1px #363 solid; 
}

.breadcrumbs{ padding-top:20px; padding-bottom:20px; }
.info_column{
  float: right; width: 300px; padding: 20px;
  margin: 5px; 
  /* -moz-border-radius:0px 30px; border-style: outset; border-color: #0a0; border-width: 5px; */
}
.info_column ul{ list-style-type: none; padding: 0; }
.info_column ul li:before {
	content: "\00BB \0020";
	}



.photo{ border: 10px #dea solid; }
.caption{ 
  font-size: 90%; background: #fff; 
  position:relative; top:-50px; left: 10%; width: 80%; 
  opacity:0.2; filter:alpha(opacity=20)
  border: 1px #333 dotted; 
  text-align: left; 
  padding: 5px;
}
.caption:hover{
  opacity:1.0; filter:alpha(opacity=100)
}
