@charset "utf-8";
/* CSS Document */


a:link    { color: #000000;	text-decoration: underline;	}
a:visited { color: #544e3a; text-decoration: none; }
a:active  { color: #00FF02; text-decoration: none; }
a:hover   { color: #555555; text-decoration: underline; }
.bllink   {	color: #000000; text-decoration: underline;}
.grlink   {	color: #006E0A; text-decoration: underline;}
.glink    {	color: #FF0004; text-decoration: underline;}
.g		  {	color: #FF0004;}
.center   { text-align: center;	}
.s12	  {	font-size: 12;	text-align: center; }
.bold     { font-weight: bold; color: #FFFFFF;	}	
.dbrown   { color: #28251b; }
.small    { color: #28251b; font-size: small;	}
.xsmall   { color: #28251b; font-size: x-small;	}
.white 	  { color:#FFFFFF } 
.black    { color:#000000; font-size: x-large; }
.nblack   { color:#000000;}
.redbold  { color:#FF0004; font: bolder; }
#limit 	  {max-width: 150px;  }
#tripadvis {
  
  overflow: hidden;
  width: 850px;
}

#inner {
  overflow: hidden;
  width: 780px;
}

.child {
  float: left;
  width: 150px;
  height: 150px;
}
