 /*gwg.css*/
 
	body {
		background-color:#ccfeae;
		font-family:arial,helvetica,sans-serif;
		font-size:medium;
		color : black;
	}
	
    H1  {
        color: black
    }

    H2 {
        color: black
    }

    H3 {
	   font-weight : bold;color: blue
    }
	
	p {
	}
	
    a:link { 
       color: blue; text-decoration: none 
    }

    A:Active {
      color: yellow; text-decoration: none 
    }

    A:Hover  {
      color: blue; text-decoration: underline; background: #33FF66 
    }
	
    a:visited { 
      color: blue; text-decoration: none 
    }
	
	#wrapper {
		width:1100px;
		margin:0px auto;
		border:0px solid #000000;
		padding:10px;
	}
	#header {
		border:0px solid #000000;
		height:212px;
		padding:10px;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	#content div {
		padding:10px;
		border:0px solid #000000;
		float:left;
	}
	
	#content-left520 {
		width:140px;
		height:520px;
	}

	#content-main520 {
		margin-left:10px;
		width:700px;
		height:520px;
	}
	
	#content-left {
		width:140px;
		height:620px;
	}

	#content-main620 {
		margin-left:10px;
		width:700px;
		height:620px;
	}
	
	#content-left760 {
		width:140px;
		height:760px;
	}
	
	#content-main760 {
		margin-left:10px;
		width:800px;
		height:760px;
	}
	
	#content-main1200 {
		margin-left:10px;
		width:800px;
		height:1300px;
	}
	
	#content-main2000 {
		margin-left:10px;
		width:800px;
		height:2100px;
	}

	
	#bottom {
		clear:both;
		text-align:center;
	}
	
#btn001 {
  display: block;
  width: 100px;
  height: 25px;
  background: url("images/btn001.gif") no-repeat 0 0;
  margin-top:5px;
}

#btn001:hover { 
  background-position: 0 -25px;
  color:white;
}

#btn001 span {
  display:block;
  text-align:center;
  padding:2px;
  color:black;
 }
 
 
ul#btn002
{

margin-left: 0;
padding-left: 0;
white-space: nowrap;
text-decoration: none;
color:black;

}
#btn002 a { padding: 3px 10px; }

#btn002 li
{
display: inline;
list-style-type: none;
padding-right:10px;
}

#btn002 a:hover
{
background-color: #339900;
text-decoration: none;
color:white;
}
