html, body, table, tr, td, img, object, embed {
  margin: 0px;
  padding: 0px;
}
img, object, embed {
  display:block;
}
body,td,th {
	font-family: Tahoma, sans;
	font-size: 14px;
	color: #000000;
}
body {
  background: url('/images/fondo_01.jpg') repeat-x top left;
  background-color: #A8BB6C;
}
#page { margin: auto; }
#content {
  background: #E8EDC8 url('/images/fondo_largo.jpg') repeat-x top;
  padding-bottom: 15px;   
}
td { vertical-align: top; }

a:link, a:visited  {
	color: #687836;
	text-decoration: underline;
}
a:hover, a:active {
	color: #A8BB6C;
	text-decoration: underline;
}
a.nondescript:link, a.nondescript:visited {
  color: inherit;
  text-decoration: inherit;
}
a.nondescript:hover {
  text-decoration: underline;
} 
h1,h2,h3,h4 {
	font-family: Georgia, Times, serif;
	color: #333333;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #687836;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #687836;
	font-weight: normal;
}
h3 {
	font-size: 15px;
}
h4 { font-size: 14px; }

.contact {
	font-family: Arial, Helvetica, Sans;
	color: #990000;
	font-weight: bold;
}

ul{
    padding-left: 5px;
    margin-left: 5px;
    list-style-type: none;
}
ul li {
    padding-left: 12px;
    background: url(/images/arrow.gif) 0em 0.1em no-repeat;
    margin-bottom: 0.5em;
}
ul.spacious li {
    padding-left: 12px;
    background: none;
    margin-bottom: 1em;
}
ul ul {
  margin-top: 0.5em;
}
.fontlogo {
	font-family: Tahoma, Helvetica, sans;
	font-size: 24px;
	color: #A8BB6C;
	font-weight: bold;
}
#OffersBox {
  display: block;
  width: 90%;
  padding: 10px;
  background-color: #ffff99;
}
#OffersBox.hover {
	background-color: #ffff00;
}

h3.offers { text-align: center; }
p.offers { text-align: left; }
td.footer {
  background-color:#E8EDC8;
}
td.footer p {
  text-align: center;
  padding: 5px;
}
.copyright {
  text-align: center;
  font-size: 10px;
}
.slogan {
  text-align: center;
  margin: 5px;
}
.GuestComment-Box {
  width: 175px;
  text-align: center;
  margin: auto;
}
.GuestComment-Box .GC-Title, .GuestReviewList .GuestComment-Box .GC-Title {
  margin: auto;
  font-family: Lucida Calligraphy, Times New Roman, Times, serif;
	font-size: 20px;
	color: #717f41;
	font-style: italic;
//	font-weight: bold;
}
.GuestComment-Box img {
  margin: auto;
}
.GC-Quote, .GuestReviewList .GC-Quote {
  background: url('/images/GuestComment-quoteBGleft.gif') no-repeat top left;
  padding-top: 10px;
  padding-left: 20px;
  margin: 0;
}
.GC-Quote div {
  background: url('/images/GuestComment-quoteBGright.gif') no-repeat bottom right;
  padding-bottom: 10px;
  padding-right: 20px;
  font-style: italic;
}
.GC-QuoteInfo, .GuestReviewList .GuestComment-Box .GC-QuoteInfo {
  text-align: right;
  font-size: 10px;
}
.GuestReview {
  text-align: center;
}
.GuestReview img { 
  margin: 5px auto;
}
.GuestReview .GC-Quote { 
  margin: 10px 25px;
  font-size: 1.1em;
}
.GuestReview .GC-QuoteInfo {
  font-size: 1em;
  margin: 5px 25px 15px 0px;
}
.GuestReviewList .GC-Title {
  display: none;
}
.GuestReviewList table {
  margin: auto;
  text-align: center;
}
#craftysyntax {
  width: 125px;
  margin: 10px auto 15px auto;
}