body{
	 margin: 0;
	 padding:0;
     background-color: #5ee4bd;
     background-image: url(img/back.gif);
     background-repeat: repeat;
	 color: #000099;
	 font-family: Arial, Helvetica, Verdana, sans-serif;
	 }
#wrapper {
		 background-color: #ffffff;
         color: #000077;
         margin: 20px 30px 20px 30px;
         padding: 10px;
         border: 2px solid #000099;
         -moz-border-radius: 20px;
		 }
#content {
         line-height: 1.2;
         }
.img1 {
	  float: left;
      }
.img2 {
	  float: right;
	  } 
.img3 {
	  float: left;
      border: 2px solid #000000;
      margin-left: 50px;
      margin-right: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
	  }
.img4 {
	  float: right;
      border: 2px solid #000000;
      margin-left: 10px;
      margin-right: 50px;
      margin-top: 10px;
      margin-bottom: 10px;
	  }
#header-bottom {
         padding: 2px;
			   border-top: 1px solid #5ee4bd;
			   border-bottom: 1px solid #5ee4bd;
         margin-bottom: 5px;
			   clear: both;
         font-size: 0.9em;
			   }
#header-bottom ul {
			   	margin:0;
				  padding:0 30px 0 0;
				  text-align: right;
				  }		  
#header-bottom li {
			   	display: inline;
				  }
#header-bottom a:link, #header-bottom a:visited
			   	{
			   	text-decoration: none;
				 	background-color: #ffffff;
				 	color: #000099;
				 	font-size: 0.9em;
				 	}
#header-bottom a:hover
			   	{
			   text-decoration: none;
				 background-color: #5ee4bd;
				 color: #000099;
				 }
#tagline {
		 font-weight: bold;
		 color: #000099;
		 margin: 0;
		 padding: 0;
		 width: 200px;
		 float: left;
		 }
#footer{
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: .7em;
        font-weight: normal;
        color: #000099;
        }
label{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: .7em;
    font-weight: bold;
    color: #000099;
    }
.menu{margin-left:40px;}
td{text-align: left;}