#92A65B - green
#B4CC70 - lighter green
#D5F285 - even lighter green
#A6885B - goldish/brownish
#CCA770 - caramel
#F2C785 - peach
#595959 - charcoal
#A6A6A6 - grey
#000000 - black
->


 STYLE SHEET LINK 
* {
	background-color: #D5F285;
	
	}

body {
	margin:0;
    padding:0;
	min-width:700px;
	max-width:1600px;
	font-face: Georgia, "Times New Roman", Times, serif;
	background-color: #D5F285;
}


#fish {
	background: url(images/fish_medium.png) no-repeat;
	position: absolute;
	bottom: 25px;
	left: 30px;
	width: 131px;
	height: 529px;
	z-index: 2;
	
	}



#bayousign {
	background: url(images/BayouSign_turned.png) no-repeat;
	position: absolute;
	bottom: 400px;
	left: 10px;
	width: 200px;
	height: 183px;
	z-index: 2;
	
	}


#zinnias {
	background: url(images/zinnias_193x357.png) no-repeat;
	position: absolute;
	bottom: 225px;
	left: 0px;
	width: 193px;
	height: 357px;
	z-index: 2;
	
	}




h1 {

	font-face: Georgia, "Times New Roman", Times, serif;
	color: #595959;
	font-size:120%;
	font-weight:bold;
	text-align: center;
        margin-bottom: 40px;

	}

.workshoptitle {

	font-face: Georgia, "Times New Roman", Times, serif;
	color: #595959;
	font-size:110%;
	font-weight:bold;
	}


.quote {

	font-face: Goudy Old Style, Monotype Corsiva, Georgia, "Times New Roman", Times, serif;
	color: #595959;
	font-size:170%;
	font-weight:bold;
	}
	


#wrap {
    margin:0 auto;
    width:790px;
	background-color: #D5F285;

    }
	

#header {
background-color: #92A65B; 
border-left-width: 0px; 
border-left-style: solid; 
border-left-color: #A6885B; 
border-right-width: 0px; 
border-right-style: solid; 
border-right-color: #A6885B;
border-top-width: 0px; 
border-top-style: solid; 
border-top-color: #A6885B; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #000000;
margin-top: 0pt; 
margin-right: 0pt; 
margin-left: 0px;
padding-top: 3px;
width:100%;


}



#header .headertext {
font-family: Georgia, "Times New Roman", Serif;
font-size:150%;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 30px;
color: #F2C785;
text-transform: uppercase;
text-align: center;

}


#header .headergraphic {
position: absolute;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;

}

/*Navigation*/
#navigation {
padding-top: 7px;
padding-bottom: 7px;
margin-top: 0px;
margin-bottom: 25px;
background-color: #F3DF37; /*B4CC70;*/
text-align: center;
width:100%;
/*border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #595959;*/
}


#navigation ul {
margin-left: 0;
padding-left: 0;
display: inline;
}



#navigation li {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
}

#navigation li a {
	color: #000000;
	text-decoration: underline;
	
}

#button li a:hover {
	color: #92A65B;
	text-decoration: underline;
}


#navigation ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
/*End Navigation*/


/*Content*/

#wrap {
    margin:0 auto;
    width:790px;
    background-color: #D5F285;

    }


#contentLeft {
	background-color: #FFFFFF;
    float: left;
    width: 300px;
	margin-bottom: 10px;
	margin-left: 15px ;
	padding-left: 20px;
    padding-right: 50px;
	background-color: #D5F285;
	border-right-width: 1px; 
    border-right-style: solid; 
    border-right-color: #A6A6A6;
z-index: 5;
position: relative;



}

#contentRight {
	background-color: #FFFFFF;
    float:right;
    width: 350px;
	margin-bottom:10px;
	padding-left: 30px;
    padding-right: 10px;
	background-color: #D5F285;
    Z-index: 5;
    position: relative;
    }

	
	
#contentBottomBlock{
     clear: both;
    width: 760px;
	margin-bottom:10px;
	padding-left: 30px;
    padding-right: 5px;
	padding-top: 60px;
	background-color: #D5F285;
    }
	
/*End Content*/


li {
	margin-top: 10px;
	padding-left: 1px;
	}



form {
	width:790px;
	margin-left:0px;
	margin-top:0px;
	background-color: #D5F285;
	position:relative;
}

form.fieldset {
	padding-top: 10px; 
	padding-bottom:10 px;
	}
	
form label {
	padding-left:10px;
	padding-right: 10px; 
	padding-top:3px; 
	padding-bottom: 3px;
	width:90%;
	line-height: 1.7;
	display:block;
	position:relative; 
	border-bottom: 1px; 
	color: #000000;
	}

form label input {width:30%;float:left;margin-left:15px}
form label textarea {width:30%;float:left;margin-left:15px;}
form label select {width:30%;float:left;margin-left:15px;}

form label b {float:left;width:60%;line-height: 1.7;display:block;position:relative}
form label b .note {color:#333333;font-size:80%;font-weight:normal}
form label b .req {color:#c00;font-size:150%;font-weight:normal;position:absolute;top:-.1em;line-height:1em;left:-.4em;width:.3em;height:.3em}

form label .field {float:left;width:50%;line-height: 1.7;display:block;position:relative; padding-left: 20px;}
form label .field .req {color:#c00;font-size:150%;font-weight:bold;position:absolute;top:-.1em;line-height:1em;left:-.4em;width:.3em;height:.3em; padding-left: 18px;}

form input.submitbuttons {margin-left:200px;}

/*Footer*/
#footer {
    background:#B4CC70;
    clear:both;
	text-align: center;
	border-left-width: 0px; 
	border-left-style: solid; 
	border-left-color: #A6885B; 
	border-right-width: 0px; 
	border-right-style: solid; 
	border-right-color: #A6885B;
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #595959; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #595959;
	margin-top: 10px
	width:100%;


    }
	
#footer .text {
	text-align: center;
	font-size: 10pt;
}
/*End Footer*/
