body {
 font-family: Palatino, Times;
 font-size: 14px;
 font-weight: normal;
 line-height: 20px;
 margin: 0px;
 padding: 0px;
 color: #68330d;
 background-color: #ffffff;
 background-image: url('/images/bkgrnd_page.png');
 min-width: 812px;
}

#wrapper {
 background-image: url('/images/bkgrnd_wrapper.png');
 background-repeat: repeat-y;
 background-attachment: fixed;
 background-position: right;
}

#header {
 width: 100%;
 height: 145px;
 background-color: #472711;
 background-image: url('/images/bkgrnd_hdr.jpg');
}

#logo {
 width: 188px;
 height: 110px;
 margin: 0px 0px 0px 20px;
}

#logoBlock {
 
}

#content {
 width: 100%;
 /* position: fixed; */
 top: 145px;
}

#columnLeft {
 float: left;
 width: 130px;
 height: auto;
 background-color: #ecd8a2;
 background-image: url('/images/bkgrnd_col_left.png');
 min-height: 800px;
 padding: 10px;
}

#menu {
 font-family: "Trebuchet MS", Arial, Helvetica;
 font-size: 13px;
 text-transform: uppercase;
 padding-top: 4px;
 padding-left: 10px;
}

#menu p {
}

#menu a {
 color: #68330d;
 text-decoration: none;
}

#menu a:hover {
 color: #1D354F;
 text-decoration: none;
}

#columnRight {
 float: right;
 width: 144px;
 height: auto;
 background-color: #fee2bb;
 background-image: url('/images/bkgrnd_col_right.png');
 min-height: 800px;
 margin-left: 30px;
 padding: 10px 8px;
}

#featured {
 font-family: "Trebuchet MS", Arial, Helvetica;
 font-size: 13px;
 font-weight: bold;
 line-height: 17px;
 text-align: center;
}

#featured p {
 
}

#featured a {
 color: #68330d;
}

#featured a:hover {
 color: #1d354f;
}

#featured img {
 border: 1px solid #472711;
}

#menu2 {
 text-align: center;
 margin-top: 30px;
}

#menu2 p {
 margin: 6px 0px;
}

#menu2 a {
 
}

#menu2 a:hover {
 
}

#menu2 img {
 border: 0px;
}

#columnCenter {
 /*width: 100%;*/
 margin: 0px 160px 0px 150px;
 min-height: 400px;
 padding: 10px 30px;
 background-image: url('/images/bkgrnd_content.png');
 background-repeat: repeat-x;
}

#columnCenter h1 {
 font-weight: normal;
 font-size: 26px;
 line-height: 110%;
}

#columnCenter h2 {
 font-weight: normal;
 font-size: 22px;
 line-height: 110%;
}

#columnCenter h3 {
 
}

#columnCenter p {
 font-size: 15px;
 line-height: 160%;
}

#columnCenter a {
 color: #68330d;
}

#columnCenter a:hover  {
 color: #1d354f;
 text-decoration: none;
}

#footer {
 font-family: "Trebuchet MS", Arial, Helvetica;
 font-size: 12px;
 line-height: 18px;
 background-color: #ffffff;
 margin: 0px 182px 0px 170px;
 padding: 10px;
 text-align: center;
 min-width: 460px;
}

#footer p {
 
}

#footer a {
 color: #68330d;
}

#footer a:hover  {
 color: #1d354f;
 text-decoration: none;
}

.photo {
 border: 1px solid #472711;
}

.photoLeft {
 float: left;
 margin-right: 10px;
 margin-bottom: 12px;
}

.photoRight {
 float: right;
 margin-left: 10px;
 margin-bottom: 12px;
}

.photoLeft2 {
 float: left;
 margin-right: 10px;
 margin-bottom: 12px;
 border: 1px solid #68330d;
}

.photoRight2 {
 float: right;
 margin-left: 10px;
 margin-bottom: 12px;
 border: 1px solid #68330d;
}

.photoLeft3 {
 margin-right: 10px;
 margin-bottom: 12px;
 border: 1px solid #68330d;
}

.photoRight3 {
 margin-left: 10px;
 margin-bottom: 12px;
 border: 1px solid #68330d;
}