body { 
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #1c9d78;
	vertical-align: center;
  margin: 0 auto;
  text-align: center;
}
#wrapper {
margin: 0 auto;
text-align: center;
vertical-align: top;
}
#content {
background-image: url(../images/content_bg.gif);
background-repeat: no-repeat;
width: 734px;
background-color: #FFF;
vertical-align: top;
margin: 0 auto;
text-align: center;
font-family: tahoma, arial, sans-serif;
font-size: 12px;
color: #1e1e1e;
}
#header {
background-image: url(../images/header_bg.gif);
background-repeat: no-repeat;
width: 734px;
height: 180px;
margin: 0 auto;
text-align: center;
}
#nav {
padding-top: 152px;
}
#nav a {
font-family: Times New Roman, times new roman, Times, times, serif;
font-size: 13px;
color: #FFF;
padding-left: 10px; 
padding-right: 10px;
border-right: 1px solid #fff;
text-decoration: none;
}
#nav a:hover {
text-decoration: underline;
}
#float {
float: left;
}
#main_content {
vertical-align: top;
text-align: left;
padding-top: 20px;
width: 538px;
}
#leftnav {
width: 186px;
height: 210px;
padding-top: 110px;
margin: 0px;
}
#leftnav a {
font-family: Times New Roman, times new roman, Times, times, serif;
font-size: 16px;
color: #669999;
display: block;
text-align: left;
line-height: 27px;
padding-left: 20px;
text-decoration: none;
}
#leftnav a:hover {
text-decoration: underline;
}
#leftcolumn {
width: 190px;
padding-top: 10px;
margin: 0px;
text-align: center;
}
#footer {
background-image: url(../images/footer_bg.gif);
background-repeat: no-repeat;
padding: 0px;
padding-top: 4px;
margin: 0 auto;
font-size: 12px;
text-align: center;
width: 734px;
height: 46px;
}
#footer a {
font-family: Times New Roman, times new roman, Times, times, serif;
font-size: 10px;
color: #FFF;
padding-left: 10px; 
padding-right: 10px;
border-right: 1px solid #fff;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
h1 {
font-family: Times New Roman, times new roman, Times, times, serif;
font-size: 24px;
font-weight: bold;
font-style: italic;
color: #333300;
border-top: 1px solid #333300;
border-bottom: 1px solid #333300;
width: 520px;
text-align: left;
margin-left: 0px;
}
h3 {
font-family: Palatino, Times New Roman, times new roman, Times, times, serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
color: #2a1001;
border-bottom: 0px;
width: 480px;
text-align: left;
margin-left: 0px;
margin-bottom: 5px;
}
a:link {
color: #b34d03;
text-decoration: none;
}
a:visited {
color: #b34d03;
text-decoration: none;
}
a:hover {
color: #b34d03;
text-decoration: underline;
}
a:active {
color: #b34d03;
text-decoration: none;
}
.brdr {
border-right: 1px solid #463015;
border-bottom: 1px solid #463015;
}
div.hr {
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: 1px dashed #000;
}
div.hr hr {
  display: none;
}
input {
background-color: #FFF;
text-align: left;
font-family: tahoma, arial, sans-serif;
font-size: 11px;
line-height: 14px;
border: 1px solid #999;
}
textarea {
background-color: #FFF;
text-align: left;
font-family: tahoma, arial, sans-serif;
font-size: 11px;
line-height: 14px;
border: 1px solid #999;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 2px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 40px; /*position where enlarged image should offset horizontally */

}
td {
vertical-align: top;
}