#header,
#main-left,
#nav-footer {
  display: none;
}
/*
* GLOBAL
*/
* {
  /*
  margin: 0;
  padding: 0;
  border: none;
  */
  text-decoration: none;
  list-style: none;
  vertical-align: top;

}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.cb {
  clear: both;
}
.cl, 
.cr, 
.cb {
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  display: hidden;
}
/*
* LAYOUT
*/
#container {
  width: 650px;
  padding: 8px 0 0 12px;
}
/*
* CONTENT
*/
.r-img {
  float: right;
  margin: 0 0 0 17px !important;
}
.l-img {
  float: left;
  margin: 0 17px 0 0 !important;
}
/*
* FONTS
*/
body {
  font: 68.75% Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 150%;
}
#container {
  font-size: 1em;
  line-height: 1.35em;
}
#content {
  color: #545454;
}
#content h1 {
  font-size: 1.273em !important;
}
#content h2,
#content h3 {
  font-size: 1.091em;
}
#content h1,
#content h2,
#content h3,
#content p {
  margin-bottom: 1em;
}
#content h1.big {
  font-size: 1.273em !important;
}
#content h1.big {
  margin-bottom: 1.25em !important;
}
#content p.margin-big {
  margin-bottom: 1.75em !important;
}
#content p.margin-small {
  margin-bottom: 0.5em !important;
}
#content p.margin-none {
  margin-bottom: 0 !important;
}
#content h1 {
  color: #cd6737;
}
#content h1,
#content h2,
#content h3,
#content p,
#content ul li {
  line-height: 1.35em;
}
#content span {
  color: #cd6737;
}
#content a:link,
#content a:visited,
#content a:focus,
#content a:hover,
#content a:active {
  color: #cd6737;
  font-size: 1em;
}
#content a:focus,
#content a:hover {
  text-decoration: underline;
}
/*
* ULISTS
*/
#content ul li {
  list-style: square;
  margin: 0 0 0.5em 0;
}
/*
* FOOTER
*/
#footer {
  font-size: 1em;
}
#footer hr {
  border: none;
  border-top: 1px solid #000 !important;
}
#footer a:link,
#footer a:visited,
#footer a:focus,
#footer a:hover,
#footer a:active {
  color: #cd6737;
}
#footer a:focus,
#footer a:hover {
  text-decoration: underline !important;
}