* {
  border: 0;
  margin: 0;
}
a {
  color: #C5230A;
}
body {
  background: #013c28;
  color: #000;
}
em {
  clear: none;
}
img {
  border: 0;
}
ul {
  padding-left: 1.5em;
}

.left {
  float: left;
  width: 50%;
}
.right {
  float: right;
  width: 50%;
}

#header {
  background: url("/images/header.jpg") no-repeat left center;
  height: 188px;
  margin: 5px auto;
  width: 845px;
}
#intro {
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 77px;
  margin-left: 161px;
  padding: 6px 12px;
  padding-top: 80px;
}
#intro a {
  color: #fff;
  text-decoration: none;
}
#intro p.left {
  font-weight: bolder;
}
#intro p.right {
  font-variant: small-caps;
}
#intro p.right strong {
  text-transform: uppercase;
}
#intro p.left, #intro p.right {
  padding-top: 5px;
}
#intro p strong {
  font-size: 15px;
  font-variant: small-caps;
}

#container {
  background: url("/images/back.gif") repeat-y;
  clear: both;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  width: 845px;
}

#main {
  /* background: #ffb200; */
  display: inline;
  float: left;
  margin-left: 160px;
  width: 500px;
}

#content {
  padding-left: 7px;
  padding-right: 3px;
}
#content .left {
  width: 235px;
}
#content .right {
  width: 235px;
}
#content .feature {
  border-bottom: 2px solid #013c28;
  padding-bottom: 5px;
  padding-top: 15px;
}
#content .feature h1 {
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
  text-transform: uppercase;
}
#content .feature h1 a {
  color: #fff;
  text-decoration: none;
}
#content .feature h1 a:hover {
  text-decoration: underline;
}
#content .feature p {
  line-height: 135%;
}
#content .feature strong {
  color: #000;
}
#content .feature em {
  color: #000;
  font-style: normal;
}
#content .feature li {
  list-style-type: square;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#content .feature p {
  font-size: 12px;
}
#content a.info {
  background: url("/images/info1.gif") no-repeat;
  display: block;
  height: 16px;
  width: 40px;
}
#content a.info:hover {
  background: url("/images/info2.gif") no-repeat;
}
#content .extended p {
  line-height: 140%;
  margin: 0.75em 3px;
}
#content .extended a:hover {
  text-decoration: none;
}

#sub {
  color: #fff;
  float: left;
  font-size: 11px;
  width: 180px;
  margin-left: 5px;
  padding-top: 1em;
  text-align: center;
}
#sub a {
  color: #fff;
  text-decoration: none;
}
#sub a:hover {
  text-decoration: underline;
}
#sub li {
  color: #ffb200;
  line-height: 165%;
  list-style-type: square;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
#sub ul {
  margin: 0;
  margin-left: 30px;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}
#sub .rate p {
  text-align: left;
  margin-left: 5px;
  margin-top: 2px;
}
#sub .rate img {
  margin-bottom: 1.5em;
}
#sub strong {
  font-size: 12px;
  padding-left: 12px;
  text-transform: uppercase;
}
#sub .gallery p {
  margin: 1em 0;
  text-align: center;
}

#nav {
  color: #ddd;
  float: left;
  font-size: 12px;
  font-variant: small-caps;
  margin-left: -845px;
  width: 156px;
}
#nav a {
  color: #fff;
  text-decoration: none;
}
#nav a:hover {
  color: #ffb200;
}
#nav li {
  color: #ffb200;
  height: 25px;
  list-style-type: none;
}
#nav li a.eng {
  background: url(/images/fam_gb.gif) no-repeat 0 1px;
  padding-left: 20px;
}
#nav li a.esp {
  background: url(/images/fam_es.gif) no-repeat 0 1px;
  padding-left: 20px;
}
#nav p {
  margin: 5px 0;
}
#nav ul {
  background: #017045;
  margin: 0;
  padding: 0.5em;
}

#footer {
  clear: both;
  font-size: 11px;
  padding: 20px 0 12px 0;
}
#footer p {
  text-align: center;
}
#footer a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#footer a:hover {
  color: #ff4111;
}

#credits {
  clear: both;
  margin: 0 auto;
  width: 845px;
}
#credits a {
  color: #fff;
  text-decoration: none;
}
#credits p {
  color: #ddd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}

.textcenter {
  text-align: center;
}

