body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	margin-left: 3px;
}


/* layout
----------------------------------------------- */
#container {
	position: relative;
	background: #fff;
	margin: 20px auto;
	padding: 0px;
	width: 757px;
	border: 1px solid #D8D3B3;
	border-bottom-color: #D8D3B4;
	border-bottom-width: 20px;
	height: auto;
}

#mainmenu {
	margin: 10px 0 10px 20px;
	width: 720px;
	background: transparent;
	left: -2px;
	top: 100px;
	padding-bottom: 20px;

}

.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }


/* header
----------------------------------------------- */

#pageHeader {
	background: url(images/header-subpage.jpg) top left no-repeat;
	height: 165px;
	margin: 8 0 0 0px;
	}

#menu {
	width: 760px;
	top: 139px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4B8431;
	font-weight: bold;
	font-variant: small-caps;
}


/* headings
----------------------------------------------- */

/* links
----------------------------------------------- */

a, a:link, a:visited {
color: #626F60;
font-weight: bold;
text-decoration: none;

}

a:hover {
color: #626F60;
font-weight: bold;
text-decoration: underline;

}

#menu a, #menu a:link, #menu a:visited {
	color: #4B8431;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	color: #4B8431;
	font-weight: bold;
}

.bodyheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

.subpageheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	width:300px;
	font-variant: small-caps;
	color: #4B8432;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #4B8432;
	border-bottom-width: 1px;
	margin-top: 2px;
	line-height: normal;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #4B8431;
}

