@CHARSET "ISO-8859-1";
    body { 
          color: #000; 
         }
      h2 {
         font-family: 'trebuchet MS',arial,verdana,tahoma;
         font-size: 1.5em; 
         color: #000;
         }
      h1 {
         font-family: 'trebuchet MS',arial,verdana,tahoma;
         font-size: 5em; 
         color: green;
         margin: 0;
         padding: 0;
         }
#header {
          background: url(images/header.jpg) no-repeat;
          height: 194px;
          border-bottom: 3px solid #ccc; 
          padding-left: 100px;
          text-align: center;
}

#footer {
          height: 40px;
          border-top: 3px solid #ccc; 
          margin-top: 60px;
          text-align: center;
          padding: 10px;
}

#intro {
       background: #fff;
       border: 5px solid #ddd;
       text-align: center; 
       }
#small  {
        position:fixed;
        left:50%;
        top:30%;
        }
 #wrapper {
          width: 750px;
          clear: both;
          text-align: center;
          padding-left: 10%;
          padding-right: 10%;
          }
 #main {
         margin-top: 20px;
         font-family: 'trebuchet MS',arial,verdana,tahoma;
         font-size: 1em; 
         color: #000;
         text-align: left;
 }

  #cannabisinfo {
         margin-top: 20px;
         font-family: 'trebuchet MS',arial,verdana,tahoma;
         font-size: 1em; 
         color: #000;
         text-align: right;
 }
 #error {
         background: red;
         color: white;
         font-family: 'trebuchet MS',arial,verdana,tahoma;
         font-size: 1.4em;
         text-align: center;   
 }      
  #success {
         background: lime;
         color: white;
         font-family: 'trebuchet MS',arial,verdana,tahoma;
         font-size: 1.4em;
         text-align: center;   
 }   
 .imgleft {   
       float: left; 
       clear: left;
       padding: 3; 
       margin-right: 15px;
       border: 5px solid #ddd;
      }
 .imgright {   
       float: right; 
       clear: right;
       padding: 3; 
       margin-left: 15px;
       border: 5px solid #ddd;
      }
label { position: absolute; text-align:right; width:130px; }
input, textarea { margin-left: 140px; }
label.check, label.radio { position:relative; text-align:left; }
.security { postion: absolute; text-align:left; padding-left:133px;}
A:link { color: green; text-decoration: underline; font-family: arial; font-size: 1.2em; }
A:hover { color: green; text-decoration: underline; font-family: arial; font-size: 1.2em;}
A:active { color: green; text-decoration: underline; font-family: arial; font-size: 1.2em; }
A:visited { color: green; text-decoration: underline; font-family: arial; font-size: 1.2em;}
