/*-- global container ------------------------------------------------------*/

#container {padding: 0; margin: 0; text-align: justify; width: 100%;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    clear: both;
    padding: 40px 0 0 0;
    width: 1024px;
}

/*--- content --------------------------------------------------------------*/

#content_container {
  overflow: hidden;
  line-height: 1.2;
  width: 500px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 1.2;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  float: left;
}

#image_container {
  width: 400px;
  float: right;
  margin-top: 30px;
}
#image_container img { padding-bottom: 5px;}

span.spacer { padding-left: 5px; padding-right: 5px;}
/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    /* IE5 Win */
    font-size: 12px;
    text-align: justify;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
    margin: 5px 0 8px 0;
    padding: 0;
    line-height: 1.2;
}

#text_caption {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

#main_container h1 {
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 26px;
  font-weight: normal;
  text-decoration: none;
  color: #669900;
  text-align: center;
}
#main_container h2 {
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #669900;
}
#main_container h3 {
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #669900;
}

#main_container a {text-decoration: none;}
#main_container a:link {color: #669900;}
#main_container a:visited {color: #669900;}
#main_container a:hover {color: #99cc33;}
#main_container a:active {color: #669900;}

#aboutImg {border: 0; padding-left: 200px;}

#main_container #content_container #quote {
padding-left: 50px; 
width: 400px; 
font-size:16px; 
font-weight: 700; 
font-style: italic; 
color:#787878;}

#main_container #content_container #quote #author {
font-style: normal;
font-weight: 500;
}

#main_container #content_container ul li {
padding-bottom: 2px;
}

#main_container #content_container table {
 width: 500px;
 margin-bottom: 6px;
}
#main_container #content_container table th {
text-align: center;
color: #669900;
}
#main_container #content_container table td {
text-aling: right;
}
/*--- body -----------------------------------------------------------------*/

body {
    background-color: rgb(234,231,219);
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link {
    color: #669900;
}

#content_container a:visited {
    color: #669900;
}

#content_container a:hover {
    color: #99cc33;
}

#content_container a:active {
    color: #669900;
}


.quote {
padding-left: 50px; 
width: 400px; 
font-size:16px; 
font-weight: 700; 
font-style: italic; 
color: rgb(242,179,115);}

.quote .author {
font-style: normal;
font-weight: 500;
}
