@import url('default.css');
@import url('navigation.css');
@import url('lightbox.css');

#main
{
   position:relative;
   top:-10px;
	float: left;
	width: 735px;
}

.rcont
{
}

.rtext, .rcaption h2
{
   padding-left:10px;
}

.rcaption
{
  clear:both ;
  float:left ;
  width :400px;
  padding-top:10px;
}

.rcaption h2
{
  color: #826C55;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent ;

}

.rimage
{
  clear:both ;
  float:right ;
  padding-top:15px;
  padding-left:20px;
  padding-right:20px;
}

.rimage img
{
   border:1px grey solid;
}

.rtext
{
   position:relative;
   top:-3px;
   float:left ;
   width:580px;
   padding-top:15px ;
   padding-bottom:15px ;
   border-bottom: 1px solid silver ;
   min-height:60px;
}

.rtext p
{
   padding-bottom:15px;
}

.imagelink
{
   background: url( "../img/camera.png" ) no-repeat left bottom;
   padding-left :30px;
   padding-top:10px;
   clear:both;
   float:left;
}

