html,body {
    background-color: white;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: #7a5443;
    font-size: 14px;
    border: 0;
}
p {
    margin: 0;
}
h1 {
    margin: 0;
    display: inline-block;
}
h2 {
    margin: 0;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 3px;
    background-color: #cabcb5;
    border: 1px solid #aaa;
    text-align: right;
    font-size: 14px;
}
h3 {
    margin-top: 0;
    margin-bottom: 3px;
    border-bottom: 1px dashed #cabcb5;
}
h6 {
    text-align: left;
    margin: 0px;
}
h5 {
    text-align: left;
    margin: 0;
}
li {
    margin-bottom: 10px;
}
#subImg {
    vertical-align: bottom;
}
#newsletterJoin {
   width: 100%;
   margin-top: 100px;
   text-align: right;
   font-size: 12px;
}
#emailBox {
   width: 95%;
   margin-bottom: 2px;
   font-size: 14px;
   padding: 3px;
   border: 1px solid gray;
   background-color: white;
}
a {
    color: #7a5443;
    text-decoration: none;
}
a:hover {
    color: gray;
}
.postWrap {
   text-align: left;
   margin-bottom: 15px;
}
.postTitle {
   font-size: 16px;
   width: 100%;
   padding-bottom: 2px;
}
.postDate {
   display: inline;
   font-size: 10px;
}
div.postDate p {
   display: inline;
}
.postTime {
   display: inline-block;
   font-size: 10px;
}
.postDateWrap {
   width: 100%;
   border-top: thin solid #ccc;
   color: #888;
   background-color: #eee;
   padding: 3px;
}
.postContent {
   font-size: 12px;
   text-align: justify;
   padding-top: 10px;
}
.bizWrap {
    margin-bottom: 20px;
}
.pic {
    display: inline;
    margin-left: 5px;
    border: 1px solid lightgray;
}
#pics {
    width: 100%;
    text-align: center;
}
#pics a {
    border: 1px solid lightgray;
    margin: 1px;
    display: inline-block;
}
#pics a:hover {
    border: 1px solid gray;
}
#pageWrap {
    margin: 0 auto;
    margin-top: 10px;
    width: 750px;
}
#searchBoxWrap {
    padding-right: 2px;
    border: 0;
    float: right;
    background-color: white;
    text-align: left;
}
#search {
    width: 180px;
    border: 0;
    padding: 1px;
    padding-left: 3px;
    font-size: 16px;
    background-color: white;
}
.srchTrm {
    background-color: #ddd;
}
#searchWrap {
    width: 100%;
    text-align: right;
    padding: 3px;
    background-image: url(../images/sBar.jpg);
    background-repeat: repeat-x;
    overflow: hidden;
}
#nav {
    float: right;
    width: 430px;
    border-top: 2px solid #cabcb5;
    margin-top: 15px;
    margin-right: 5px;
}
#nav a {
    display: block;
}
#nav .current {
    font-weight: bold;
}
#nav td {
    padding: 2px;
    border-bottom: 1px solid #cabcb5;
}
#nav .bottrow {
    border: 0;
}
#nav .tds {
    width: 30%;
    border-bottom: 0;
}
#nav .td2 {
    text-align: right;
}
#topLogo {
    float: left;
}
#topWrap {
    overflow: hidden;
}
#midWrap {
    text-align: center;
    padding: 15px;
    overflow: hidden;
}
#upcEvents {
    border-right: 1px solid #cabcb5;
    width: 148px;
    float: left;
    padding: 15px;
    text-align: left;
    background-image: url(../images/upcBG.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-position: top;
}
#upcEvents p {
    font-size: 10px;
    margin: 0;
}
#upcEvents .time {
    text-align: left;
    margin-bottom: 5px;
}
.eventWrap {
    margin-top: 20px;
}
#content {
    text-align: left;
    float: left;
    width: 520px;
    margin-left: 15px;
}
#content a {
    color: #3366FF;
}
#content a:hover {
    color: #7a5443;
}
#blackbg {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 3;
    filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60;
}
#imageMax {
    z-index: 4;
    color: white;
    font-weight: bold;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -266px;
}
#imageMax img {
    border: 1px solid black;
    background-color: white;
    padding: 5px;
}