/* CSS Document */

.leftbar
{background-image:url(../lay/leftbar_span.gif);
background-repeat:repeat-y;
}

.rightbar
{background-image:url(../lay/right_bar_span.gif);
background-repeat:repeat-y;
}

.topspan
{background-image:url(../lay/top_center_span.gif);
background-repeat:repeat-x;}

.topspansmall
{background-image:url(../lay/top_center_span.gif);
background-repeat:no-repeat;
 }
 .topspansmallleft
{background-image:url(../lay/top_center_span.gif);
background-repeat:no-repeat;
background-position:right;
 }
  .topspansmallright
{background-image:url(../lay/top_center_span.gif);
background-repeat:no-repeat;
background-position:left;
 }

.bottomspan
{background-image:url(../lay/bottom_center_span.gif);
background-repeat:repeat-x;}


.bottomspansmallleft
{background-image:url(../lay/bottom_center_span.gif);
background-repeat:no-repeat;
background-position:right top;}

.bottomspansmallright
{background-image:url(../lay/bottom_center_span.gif);
background-repeat:no-repeat;
background-position:left top;}

fieldset {
margin:5px;
}
label {
display:block;
}
legend {
 font-size:120%;
 font-weight:bold;
}

.llamaName {
 font-weight:bold;
 font-size: 140%;
 text-align:center;
 margin:5px;
}

img.llamaName ,.llamaName .name,.llamaName .bd {
 display:block;
 text-align:center;
}

.llamaName .bd {
 font-size:80%;
 font-weight:bold;
}

.llamaPic {
 padding-top:25px;
}
/*
.llamaName a{
 font-size:75%;
}*/

#homePage {
 margin:5px;
}
#homePage h3 {
  text-align:center;
  color:#E7E7E7;
  font-size:150%;
  font-weight:bold;
  margin:3px auto 7px auto;
}

#homePage .txtLeft {
  margin-left:15px;
}

#forSale {
 padding:3px;
 
}

#forSale .bdrRight {
 border-right: 1px dotted #CCC;
}