﻿

body 
 {
  background-color: #769241;
  background-image: url(flower-bk.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  }



a:link
  {   
color:#fa6daf;;  
 }
a:visited
 {
 color:#e62554;
  }

div#menu 
  {
    position: absolute; 
    top: 52px; 
    left: 0; 
    width: 160px;
    height: 700px; 
    font: 16px Verdana, sans-serif;
  }

div#menu a 
  {
    background: transparent;
    background-image: url(flower-bk-bw.jpg);
    background-position: 0 0;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    display: block; 
    text-align: center; 
    font: 14px Verdana, sans-serif; 
    padding: 5px 10px; 
    margin: 0 0 2px;
    border: solid #888; 
    text-decoration: none;    
    color: #e62554;
    font-weight: 900;

}  

div#menu a:hover
 {
    background: transparent; 
    background-image: url(flower-bk-bw-bright.jpg);
    background-position:0 0;
    background-repeat: no-repeat; 
    background-attachment:fixed;
    color: #e62554;
  }

div#maincontent  
{  
   background-color: #769241;
   background-image: url(flower-bk-dark.jpg);
   background-position: 0 0;
   background-repeat: no-repeat;
   background-attachment: fixed;
   position: absolute;
   top: 154px;
   left: 175px;
   right: 70px;
   color: #FFF; 
   font: 13px Verdana, sans-serif; 
   padding: 20px; 
   border-left: solid #f0f14a;
   border-bottom: solid #f0f14a;
   border-right: solid #f0f14a;

}

div#title
{
   background-color: #769241;
   background-image: url(flower-bk-dark.jpg);
   background-position: 0 0;
   background-repeat: no-repeat;
   background-attachment: fixed;
   position: absolute;
   top: 40px;
   left: 175px;
   right: 70px;
   color: #FFF; 
   font: 13px Verdana, sans-serif; 
   padding: 20px; 
   border-left: solid #f0f14a;
   border-right: double #f0f14a;
   border-top: thin solid #f0f14a;

}

div#title img
{
  float: right;
}


div.google {background: #FFF bottom left no-repeat fixed; color: #000; border: 1px solid #f0f14a; width: 45%; }


div.card {float: left; width: 45%; margin: 1em 2% 0 2%;}

div.card img {float: left; position: relative; z-index: 10;
  margin: 4px 0 0 0; border: 1px solid #f0f14a;}

div.card h3 {margin: 0 0 0 4px; padding: 0.2em 0 1px 100px;
  border: 1px solid #f0f14a; border-left: 5px double #f0f14a; 
  background: #3b560e bottom left no-repeat fixed; color: #f0f14a;}

div.card p {margin: 0.5em 0.5em 0.5em 110px;}


thead
{
    color: #405A0C;
}
tbody
{
   color: #D4E1D7; 
}
table
{
  border: solid #405A0C 2px;
}
td
{
border-left: 1px dotted #405A0C;
border-bottom: 1px dotted #405A0C;
}
th
{
border-left: 1px solid #405A0C;
border-bottom: 1px solid #405A0C;
}