/*#############################################################
Name: Fluid Solution
Date: 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
/* header */
.header {
      border-bottom: 1px solid #006600;
      height: 160px;
      margin-bottom: 30px;
}

.header h1 {
      color: #006600;
      font: normal 4em sans-serif;
      margin-top: 40px;
      text-align: center;
}

.header h2 {
      border-top: 1px solid #006600;
      color: #666;
      text-align: center;
}

.header h2 span {
      background: #006600;
      color: #EEE;
      padding: 0 6px;        
}

h1 {
      font-size: 1.4em;
}

h1,h2,h3,h4 {
      font: normal 1.2em "Trebuchet MS",sans-serif;
      color: #006600;
}

.content h1 {
      font-size: 2.4em;
      margin-bottom: 2px;
}
.content h2 {
      font-size: 2.0em;
      margin-bottom: 0px;
}
.content h3 {
      font-size: 1.4em;
      margin-bottom: 0px;
}