body {background-color: #B1C73A; margin: 0px;}
#container {width: 800px; margin: 0px auto;	padding: 0px;}

#navigation {
	display: block;
	position:relative;
	left: 20px;
	top: 0px;
	height: 30px;
	width: 760px;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 15px;
}
#navigation img {padding:0px; border:0px;}

#content{
	display: block;
	float: left;
	position: relative;
	left: 20px;
	top: 0px;
	width: 760px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#pagetitle {
	display: block;
	width:760px;
	padding-bottom: 10px;
	font-size:20px;
	font-weight: 700;
}
#content p {
	font-size: 14px;
	font-weight: 400;
}
#content ul {
	font-size: 14px;
	font-weight: 400;
}
#content a {color: #000000}
#content a:hover { color: #000000; background-color:#FFFF66;}

#footer {
	display: block;
	float: left;
	position: relative;
	left: 10px;
	bottom: -40px;
	width: 780px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #1A7100;
}
#footer a {color: #000000} 
#footer a:hover {color: #000000; background-color:#FFFF66;}
#right {
	display: block;
	float: right;
	width: 370px;
}
#left {
	display: block;
	float: left;
	width: 370px;
}

#catnav {
	display: block;
	float: left;
	padding-top: 2px;
	border: 1px solid #8DA314;
	width: 150px;
	margin-top: 0px 0px 10px 0px;
}
#catnav ul {list-style-type: none; margin:0px 2px; padding:0px;}
#catnav li {padding: 2px 4px;}
#catnav a {	
	display:block;
	width:135px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
}
#catnav a:hover {color: #000000; background-color:#FFFF66;}
#cat {
	display:block;
	width:600px;
	float:right;
}
#cat p {
	font-family: Arial, Helvetical, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#catleft {
	display: block;
	float:left;
	width: 290px;
}
#catright {
	display: block;
	float: right;
	width: 290px;
}	
#catlist ul {
	list-style-type: none;
	padding: 0px;
	margin:auto;
}
#catlist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding-top: 4px;
	width: 190px;
	/* height: 170px; */
	float: left;
	border: 3px solid #8DA314;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#gallerylist ul {
	list-style-type: none;
	padding: 0px;
	margin-left:90px;
}
#gallerylist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding-top: 4px;
	width: 190px;
	/* height: 170px; */
	float: left;
	border: 3px solid #8DA314;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#gallerylist a {border:0px}
#gallerylist a:hover {border:0px}

.floatright {float:right; margin:5px; border: 1px solid #8DA314;}
.floatleft {float:left; margin:5px; border: 1px solid #8DA314}
.imgborder {border: 1px solid #8DA314}
.floatcenter {margin: 0px auto}
.underline {text-decoration:underline}
.blanklist {list-style-type: none; margin:0px;}
.ptop {	margin: 0px 0px 10px 0px;}
