/* CSS Document */
body {
 margin-top: 0px;
 margin: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #EAB34E;
}
div#header-wrapper {
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: 86px;
 text-align: center;
 background: #000 url(images/header-bg.jpg) bottom repeat-x;
}
table#slideshows {
 width: 947px;
 border-left: 2px solid #fff;
 border-right: 2px solid #fff;
}
div#nav-wrapper {
 margin: 0px;
 padding: 15px 0px 19px 0px;
 width: 100%;
 height: 15px;
 text-align: center;
 background: #000 url(images/nav-bg.jpg) repeat-x;
}
table#nav {
 margin: 0px;
 padding: 0px;
 width: 947px;
}
#nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}
#nav a:hover {
 color: #EAB34E;
}
table#home-content {
 margin: 0px;
 padding: 0px;
 width: 947px;
 text-align: left;
 background-color: #ffecb4;
}
td#left-col {
 margin: 0px;
 padding: 10px;
 width: 180px;
 background-color: #ffecb4;
 text-align: left;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 background-color: #ffecb4;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 10px;
 background-color: #ffecb4;
 text-align: center;
}
a.subnav {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #000;
 font-weight: normal;
 text-decoration: none;
}
a.subnav:hover {
 text-decoration: underline;
}
.testimonial {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #666;
 font-weight: normal;
}
div#footer-wrapper {
 margin: 0px;
 padding: 20px 0px;
 width: 100%;
 text-align: center;
 background: #000 url(images/footer-bg.jpg) top repeat-x;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 947px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}

