a:link{
       text-decoration:underline;
	   font-weight: bold;
	   color: #363;
	   }
a:visited{
          text-decoration: underline;
		  font-weight: bold;
		  color: #396;
		  }
a:hover{
        text-decoration: none;
		font-weight: bold;
		color: #663;
		}
body{
        background:#99CC99;
		font-size:80%;
		font-family: arial, "trebuchet ms", sans-serif;
		text-align:left;
		color:#000000;
		}
		
h1 {
         font-family: Arial, "Arial Narrow", Verdana, Helvetica, sans-serif; 
		 font-weight: bold; 
		 font-size: 12px;
		 color: white; 
		 border: 0; 
		 text-transform: uppercase;
		 text-align: center;
		 background-color: #336633;

		 }
.menutext {
            margin-left: 5px;
		   }
	   
#bg
		{
		position: absolute;
	left: 2px;
	top: 0px;
	width: 418px;
	height: 402px;
	background-color: #99CC99;
		background-image: url(../images/bg.jpg);
		   background-repeat: no-repeat;
		}


#menuarea {
           position: absolute;
	left: 419px;
	top: 403px;
		   width: 280px;
		   height: 209px;
		   color: #000000;
		   font-size: 100%;
		   font-family: arial, sans-serif;
		   background-color: #99CC99;
		   }
	
#contents{

            position: absolute;
	left: 2px;
	top: 403px;
		   width: 418px;
		   height: auto;
		   background-color: #CCFFCC;;
		   text-align:justify;
		   border-color: #003300;
		   border-right: 2px;
		   }
		   
		   
		  
