@charset "utf-8";
/* CSS Document */

img, div {behavior:url(iepngfix.htc);}

body {margin:0 0 10px 0;
      padding:0;
      background-image:url(images/body_bg.jpg);
	  background-repeat:repeat-x;
	  font-family:Arial, Helvetica, sans-serif;
	  }
	  
#leader {width:100%;
         height:5px;
		 background-color:#7ac296;
		 }
		 
#wrapper {width:700px;
          margin:0 auto;
		  }
		  
	#header {width:680px;
	         height:120px;
	         margin:0 10px;
			 }
			
	#nav {width:700px;
	      height:27px;
	      background-image:url(images/nav_bg.png);
		  text-align:center;
		  font-size:13px;
		  font-weight:bold;
		  padding-top:13px;
		  }
		  
		  #nav ul {list-style-type:none;
				   margin:0;
				   padding:0;
				   }
				   
		  #nav li {margin:0 30px;
		           display:inline;
		           }
				   
		#inner_wrapper {background-color:#ffffcc;
		                width:680px;
						margin:0 10px;
						background-image:url(images/frog_bottom.png);
				        background-position:bottom left;
				        background-repeat:no-repeat;
						border-top:2px solid #533e76;
						}
	
	
				  
		#content {width:528px;
		          height: expression( this.scrollHeight < 301 ? "300px" : "auto" ); /* sets min-height for IE */
   				  min-height: 300px; /* sets min-height value for all standards-compliant browsers */
				  background-color:#dce9f5;
				  border-left:2px solid #533e76;
				  padding:20px;
				  margin-left:110px;
				  float:right;
				  clear:none;
				  }
				  
			#content p {font-size:13px;
			            margin:0 0 10px 0;
						line-height:1.5em;
			            }
						
			#content h1 {font-size:16px;
			             margin:0 0 10px 0;
						 }
						 
			#home_art {padding:10px 0;
			           margin-top:20px;
			           border-top:1px solid #7ac296;
					   border-bottom:1px solid #7ac296;
					   }
			  
	#footer {width:680px;
	         height:30px;
			 background-color:#7ac296;
			 margin:0 10px;
			 clear:both;
			 }
	
	#copyright {width:680px;
	            margin-top:5px;
	            font-size:10px;
				text-align:right;
	            }
			 

/* IMAGES */

#frog_top {float:right;
           margin-top:6px;
		   border:none;
		   }		  

#logo {float:left;
	   margin-top:15px;
	   margin-left:10px;
	   border:none;
	   }
	   
.home_thumb {float:left;
             border:none;
             }
	 
	   
/* ANCHORS */

#copyright a {color:#7ac296;
              text-decoration:none;
              }
   
#copyright a:hover {text-decoration:underline;
                    }
		   
#nav a {color:#ffffff;
        text-decoration:none;
        }

#nav a:hover {color:#d5ecde;
              }
			  
#content a {color:#7ac296;
            text-decoration:none;
			font-weight:bold;
			}
			
#content a:hover {text-decoration:underline;
                   }