﻿body 
{
    background: #93be22 url(images/bg.gif) repeat-x;
    margin: 0;
    padding: 0;
    font-family: Century Gothic,Arial, verdana;
    font-size: 10pt;
}
#wrapper 
{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

a {color: #5bb1cf; text-decoration: none;}
img {border:none;}
#top
{
    width: 100%;
    /*background: #f1f5f7 url(images/cloud_bg.jpg) no-repeat;*/
    height: 390px;
    padding-top: 7px;
    margin-top: 5px;
    position: relative;
    float: left;
    font-family: Arial, verdana;
    color: #5bb1cf;
    
}
#topright {width: 100%;text-align: right;float: right; position: relative;padding-top: 10px;}
#topright a {color: #5bb1cf;text-decoration: none;font-weight: bold;}

#menu 
{
    width: 58%;
    text-align: left;
    position: relative;
    float: left;
    padding-left: 3%;
    padding-top: 140px;
    color: #82af0c;
    font-size: 13pt;
}
#menu a {color: #82af0c;}
h4 {font-size: 10pt; font-weight: bold;margin: 0;}
#newuserform 
{
   width: 37%;
   text-align: left;
   padding: 5px 0 0 0;
   margin-left: 1%;
   position: relative;
   float: left;
   font-size: 8pt;
   color: #000;
   margin: 25px 0 0 0;
}

#contactform 
{
 margin: 0;   
}
#content {width: 100%;position: relative; float: left; height: 286px;background-color: #FFF;}
/* the three home page boxes */
#homeleft 
{
   width: 23%;
   padding: 20px 1% 0 2%;
   margin: 10px 0 0 0;
   background: url(images/boxes_border.gif) no-repeat right;
   position: relative;
   float: left;    
}
#homemiddle 
{
   width: 23%;
   padding: 20px 1% 0 2%;
   margin: 10px 0 0 0;
   background: url(images/boxes_border.gif) no-repeat right;
   position: relative;
   float: left;    
}
#homeright
{
   width: 30%;
   padding: 20px 0 0 1%;
   margin: 10px 0 0 0;
   position: relative;
   float: left;
   font-size: 9pt;
}
#homestats {
   position: relative;
   padding: 20px 0 0 0;
   margin: 10px 0 0 0;
   float: left;
	width: 15%;
	font-size: 9pt;
}

h2 {color: #78a500;font-size: 12pt;}

#footer1 
{
    width: 97%;
    position: relative; 
    float: left;
    vertical-align: middle;
    height: 115px;
    padding: 5px 0 0 3%;
    }
#footer2 
{
    width: 100%;
    position: relative; 
    float: left;
    text-align: center; 
    color: #FFF;
    font-size:8pt;
    padding-top: 4px;
}
