/* Default Stylesheet */

/** BODY ELEMENTS **/

body {
  font-size: .75em;
  text-align: center;
}

a:link,
a:visited,
a:hover,
a:active {
  color: red;
  font-weight: bold;
}

div.quote
{
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 115%;
  padding: 20px; 
  margin: 0px 0px 20px 20px; 
}

div.quote,
div.quote * {
  color: red;
}

/** MAIN CONTAINERS **/

div#container {
  width: 508px;
  margin: 0 auto;
  text-align: left;
}

body.fullwidth div#container {
  width: 100%;
}

div#header {
  background-image: url(../images/background-header.jpg);
  height:286px;
}

div#header-in {
}

#header ul {
  margin-top: 245px;
  list-style-type: none;
  width: 500px;
}

#header ul li {
  bullets: none;
  float: left;
  padding: 4px;
  display: block;
  font-size: 16px;
  background-color:black;
  margin: 1px;
}

#header ul li a:link,
#header ul li a:visited,
#header ul li a:hover,
#header ul li a:active {
  background-color:red;
  color: #fff;
  padding: 3px;
  text-decoration:none;
}

div#content-wrap {
}

div.content {
}

div.lcol div.content {
  margin: 0 0 0 210px;
  margin: 0 0 0 0px;
}

/* left column */

div.content-in {
}

div.column {
  width: 0px;
}

div.lcol div.column {
  float: left;
}

/* left column */

div.column-in {
}

div#footer {
}

div#footer-in {
}

/** SUB CONTAINERS **/

* {
}

/** LISTS **/

* {
}

/** TYPOGRAPHY **/

* {
}

/** FORMS **/
* {
}

/** END **/