@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat;
	background-image: url(images/polkadot.jpg);
	
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #00703C;
	margin-left: 5px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	line-height:135%;

}

h1{
	color: #00703C;
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color:#813421;
	font-size:16px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:130%;
}



.workshop {
	color: #497C8D;
	font-size:14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.location{
	color: #00703C;
	font-size:14px;
	font-weight: bold;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #00703C;
	margin-left: -15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:135%;
}
.divheader{
	width:800px;
	height:150px;
}

.divnavbar{
	width:800px;
	height:40px;
	background-image: url(images/menustrip.jpg);
}

.divmaincontent{
	width:800px;
	padding-top:10px;
	padding-bottom:10px;
}

.divfooter{
	width:800px;	
	
}

.divplants{
	width:590px;
	
}

.divplantinfo{
width:800px;
height:600px;
background-image:url(images/plantinfo/plantinfo.jpg);
}

a:link {
	color: #497C8D;
	text-decoration: none;
}
a:visited {
	color: #497C8D;
	text-decoration: none;
}
a:hover {
	color: #D1644F;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
