/* CSS Document */

#header h1 {
	margin-left:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#FFFFFF;
	}

#lh-col {
	color:#000000;
	}

#lh-col p {
	color:#000000;
	}

#lh-col h2 {
	font-weight:100;
	}

#lh-col img {
	}
	
#rh-col {
	font-size: 80%;
	}

rh-col img {
	border:none;
	}
	
#rh-col h1 {
	font-weight:100;
	}

#rh-col a, a:visited {
	color:#0000FF;
	}
	

#rh-col p {
	margin-left:1em;
	}

#rh-col h3 {
	margin-left:1em;
	}

#lh-col a, a:visited {
	color:#00FF00;
	text-decoration:none;
	}

#lh-col a:hover {
	color:#FF0000;
	text-decoration:underline;
	}

#footer p {
	font-size: 80%;
	text-align:center;
	}
	
#footer a, a:visited {
	text-decoration:none;
	color:#0000FF;
	}

/* Top Menu */

#navcontainer ul
{
	font-size:11.4px;
	padding-left: 0;
margin-left: 0;
margin:0;
background-color: #66CC33;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #66CC33;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color:#009432;
color: #fff;
}

/*Images*/

.floatleft {
	float:left;
	margin-right:.5em;
	maring-left:.25em;
	margin-bottom:.5em;
	}

.floatright {
	float:right;
	margin-left:.5em;
	maring-right:.25em;
	margin-bottom:.5em;
	border:double solid #000000;
	}

.floatcenter {
	text-align:center;
	clear:both;
	}
	

	  /*Gallery Rows*/
    .gallery_row2 {
	  width: 330px;
	  height:auto;
	  min-height:150px;
	  margin-top:5px;
	  margin-bottom:3px;
	  border:#000000 solid thin;
	  }
	.gallery_row {
	  width: 500px;
	  height:auto;
	  min-height:150px;
	  margin-top:15px;
	  margin-bottom:10px;
	  border:#000000 solid thin;
	  }
	  
	.gallery_image {
	  float:left;
	  margin-right:15px;
	  margin-top:15px;
	  }
	  
	  .gallery_description {
	  font-size:.75em;
		}
	  
	 .gallery_image img {
	 	border:#000000 thin solid;
		}
	  
	  /*TEXT FORMATTING*/
	  
	.gallery_row h2 {

		}
	
	.gallery_row p {

		}
