      /* sunflower brown font */
      body {
        background: #ABCDEF; 
        color: #663F23;
        font: normal 14px Garamond, Georgia, serif;
        margin: 0px;
        text-align: center;
        line-height: 1.5em;
      }
      
      /* wagon red font */
      a, a:visited, a:active {
        color: #AA1E22;
        outline: 0;
      }
      
      /* sunflower gold font */		
      a:hover {
        color: #E3A425;
      }
      
      /* Title and Description */
      h1  {
        border-bottom: 3px solid #663F23;
        border-top: 5px solid #663F23;
        font-size: 2em;
        line-height: 1;
        margin: 0;
        padding: .5em 0 .75em 0;
      }
      
      h1 a, h1 a:active, h1 a:visited,
      h2 a, h2 a:active, h2 a:visited,
      h3 a, h3 a:active, h3 a:visited,
      h4 a, h4 a:active, h4 a:visited { 
        color: #663F23;
        text-decoration: none;
      }
      
      h1 a:hover {
        color: #663F23;
      }
      
      h2 {
        color: #663F23;
        font-size: 2em;
        font-weight: bold;
        text-align: left;
      }
 
      /* Content */
      p, span { 
        color: #663F23;
        text-decoration: none;
      }

      #wrapper {
        float: left;
        width:985px;
        background:#ABCDEF;
      }
	
      #left {
	float: left;
	width: 500px; /*Width of left column*/
	background: #ABCDEF;
        margin:0px 15px 0px 15px;
      }

      #center {
	float: right;
	width: 415px; /*Width of center column*/
	background: #ABCDEF;
	text-align: left;
        margin:50px 15px 0px 15px;
      }

      /* Footer */
      #footer {
        border-top: 2px solid #663F23;
        clear: both;
        font-size: .75em;
        padding: .5em 0 1em;
      }
      
      #footer h3 {
        margin: 0;
        padding: 0;
      }
      
      #footer ul {
        margin: 1em 0;
        padding: 0;
        text-align: center;
      }
      
      #footer ul li {
        display: inline;
        margin: 0 .5em;
      }
       
      