html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #DEC88E url(images/bg1_01.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #563F35;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 125%;
}

strong {
}

a {
	color: #B02C05;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg1_03.jpg) repeat-y center top;
}

#wrapper-bgtop {
	overflow: hidden;
	background: url(images/subpage2_01.jpg) no-repeat center top;
}

.homepage #wrapper-bgtop {
	background: url(images/bg1_02.jpg) no-repeat center top;
}

.container {
	width: 986px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
}

/** MENU */

#menu {
	float: left;
	width: 666px;
	height: 216px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 128px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	padding: 0px 0px;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 18px;
	color: #4D2B1C;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active a {
	display: inline-block;
	background: url(images/homepage04.jpg) repeat-x left top;
	color: #FFFFFF;
}

#menu li span {
	display: inline-block;
	float: left;
}

#menu li b {
	display: inline-block;
	height: 29px;
	padding: 7px 18px 0px 18px;
	font-weight: normal;
}

#menu li.active b {
	background: url(images/homepage03.jpg) no-repeat right top;
}

#menu li.active span {
	display: inline-block;
	height: 36px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

/** HEADER IMAGES */

#gallery {
	height: 262px;
}

#gallery .column1 {
	float: left;
	margin-left: -15px;
}

#gallery .column2 {
	float: left;
}

#gallery .column3 {
	float: left;
	margin-right: -15px;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 896px;
	padding: 90px 45px 12px 45px;
}

.homepage #page {
	padding-top: 60px;
}

/** CONTENT */

#content {
	float: left;
	width: 583px;
}

div#content p{
	text-align: justify;
}

div#wide-content p{
	text-align: justify;
}

#wide-content dt {
	display: block;
	float: left;
}

#wide-content dd {
	display: block;
	padding-left: 172px;
	text-align: justify;
}


/** SIDEBAR */

#sidebar {
	float: right;
	width: 280px;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 135px;
	background: url(images/bg1_07.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 38px 0px 0px 0px;
	letter-spacing: -.5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #896B45;
}

#footer a {
	color: #896B45;
}

/** FOOTER CONTENT */

#footer-content {
	background: url(images/bg1_05.jpg) repeat-y center top;
}

#footer-bgtop {
	background: url(images/bg1_04.jpg) no-repeat center top;
}

#footer-bgbtm {
	overflow:  hidden;
	background: url(images/bg1_06.jpg) no-repeat center bottom;
}

/** THREE COLUMNS */

#three-columns {
	overflow: hidden;
	width: 896px;
	padding: 50px 45px;
	font-size: 13px;
	color: #7B5C3B;
}

#three-columns h3 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-weight: bold;
	color: #3A2116;
}

#three-columns strong {
	color: #30211B;
}

#three-columns dt {
  display: block;
  float:left;
}

#three-columns dd {
   display: block;
   margin: 0px 0px 0.5em;
   padding: 0em 0em 0em 11em;
}

#column1, #column2, #column3 {
	width: 284px;
}

#column1 {
	float: left;
	margin-right: 29px;
}

#column2 {
	float: left;
}

#column3 {
	float: right;
}

.posteda {
	display: block;
	float: left;
	width: 82px;
	height: 82px;
	margin: 3px 20px 0px 0px;
	background: url(images/homepage05a.jpg) no-repeat left top;
}

.postedb {
	display: block;
	float: left;
	width: 82px;
	height: 82px;
	margin: 3px 20px 0px 0px;
	background: url(images/homepage05b.jpg) no-repeat left top;
}

.postedc {
	display: block;
	float: left;
	width: 82px;
	height: 82px;
	margin: 3px 20px 0px 0px;
	background: url(images/homepage05c.jpg) no-repeat left top;
}

.date {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 1px #5C3220;
	font-size: 50px;
	color: #FFFFFF;
}

.month {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}

.box-style1 {
}

.box-style1 .title {
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 36px;
	color: #C73509;
	padding: 0px 0px 8px 0px;
}

.box-style1 span {
	font-size: 36px;
	color: #30211B;
}

.box-style1 .byline {
	margin-top: -5px;
	letter-spacing: -1px;
	font-size: 18px;
	color: #937060;
}

.box-style1 .byline span{
	margin-top: -5px;
	letter-spacing: -1px;
	font-size: 18px;
	color: #C73509;
}



.box-style1 .pad {
	margin-bottom: 30px;
}


/** IMAGE STYLE 1 */

.image-style1 {
	float: left;
	position: relative;
	width: 338px;
	height: 253px;
	margin-bottom: 10px;
}

.image-style1 span {
	position: absolute;
	width: 313px;
	height: 223px;
	top: 30px;
	left: 25px;
}

.image-style1 .thumbnails {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery01.png) no-repeat left top;
}

/** IMAGE STYLE 2 */

.image-style2 {
	float: left;
	position: relative;
	width: 187px;
	height: 135px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.image-style2 span {
	position: absolute;
	width: 180px;
	height: 128px;
	top: 7px;
	left: 7px;
}

.image-style2 .thumbnails {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery_19.png) no-repeat left top;
}

/** IMAGE STYLE 3 */

.image-style3 {
	float: left;
	position: relative;
	width: 277px;
	height: 135px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.image-style3 span {
	position: absolute;
	width: 270px;
	height: 128px;
	top: 7px;
	left: 7px;
}

.image-style3 .thumbnails {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery02.png) no-repeat left top;
}

/** IMAGE STYLE 4 */

.image-style4 {
	position: relative;
	width: 277px;
	height: 104px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.image-style4 span {
	position: absolute;
	width: 270px;
	height: 97px;
	top: 7px;
	left: 7px;
}

.image-style4 .thumbnails {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery03.png) no-repeat left top;
}

/** IMAGE STYLE 5 */

.image-style5 {
	float: left;
	position: relative;
	width: 187px;
	height: 135px;
	margin-top: 5px;
	margin-right: 25px;
}

.image-style5 span {
	position: absolute;
	width: 187px;
	height: 135px;
	top: 7px;
	left: 7px;
}

.image-style5 .thumbnails {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/gallery04.png) no-repeat left top;
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding-bottom: 15px;
}

#box1 {}
#box2 {}
#box3 {
	margin-top: 30px;
	
}
