ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
} 

body {
	margin: 20px 0px;
	background-color: #325843;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1em;
}
h1 {
	color: #9d618d;
}
h2 {
	color: #487F61;
}
h3 {
	color: #FF0000;
	padding: 10px 0px;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/ivy.jpg);
	background-repeat: repeat-y;
	background-position: right 120px;
}
#wrapper #nav {
	width: 200px;
	padding-top: 30px;
	padding-right: 5px;
	float: left;
	padding-left: 10px;
	background-color: #e4eecc;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/nav_bg.jpg);
	padding-bottom: 100px;
	margin: 0px;
}
#wrapper #nav ul {
	margin: 0px;
	list-style-type: none;
	padding-bottom: 10px;
}
#wrapper #nav li {
	
}
#wrapper  #nav  img  {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A4B652;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4B652;
	margin-bottom: 0px;
}


#wrapper #nav a {
	font-weight: bold;
	color: #323358;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(images/horseshoe_sml.jpg);
	background-repeat: no-repeat;
	background-position: -20px center;
	height: 1%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4eecc;
}

#wrapper #nav a:visited {
	font-weight: bold;
	color: #7F4866;
	text-decoration: none;
}
#wrapper #nav a:hover {
	font-weight: bold;
	color: #B7809E;
	background-color: #e4eecc;
	background-image: url(images/horseshoe_sml.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2e7271;
}

#wrapper #nav a:active {
	font-weight: bold;
	color: #8B37A4;
	background-color: #e4eecc;
	background-image: url(images/horseshoe_sml.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}


#wrapper #header {
	background-image: url(images/logo2.jpg);
	height: 120px;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #325843;
}
#wrapper #header h1 {
	color: #323358;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: "Tempus Sans ITC", Tahoma, Arial;
}
#wrapper #content {
	width: 610px;
	padding-top: 15px;
	float: left;
	padding-left: 15px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 90%;
	background-color: #FFFFFF;
}

#wrapper #footer {
	clear: both;
	padding: 5px;
	color: #000000;
	background-color: #B7809E;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper #footer ul {
	list-style-type: none;
}
#wrapper #footer li {
	display: inline;
	padding: 0px 10px;
	margin: 0px;
}

#wrapper #footer a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	color: #323358;
	margin: 0px;
}

#wrapper #footer a:visited {
	font-weight: bold;
	color: #7F4866;
	text-decoration: none;
}

#wrapper #footer a:hover {
	font-weight: bold;
	color: #7F4866;
	text-decoration: none;
}

.pol {
	font-size: 0.6em;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
.pol a {
	text-decoration: none;
}
.bold_text {
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px;
}

#wrapper #content ul {
	list-style-type: square;
}
#wrapper #content a {
	font-weight: bold;
	text-decoration: none;
	color: #323358;
}
#wrapper #content a:visited {
	font-weight: bold;
	color: #7F4866;
	text-decoration: none;
}
#wrapper #content a:hover {
	font-weight: bold;
	color: #7F4866;
	text-decoration: none;
}
.img_cent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.img_right {
	float: right;
}
.img_thumb {
	padding: 5px;
	border: 2px solid #325843;
	margin-right: 2px;
	margin-left: 2px;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 5px;
}

.hens {
	text-align: left;
	margin: 5px 10px 5px 10px;
	float: left;
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px 5px 5px 5px;
}


.green {
	background-color: #aec664;
	float: left;
}
