/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #fff;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 774px;
 height: 300px;
 background: #fff url(images/header-bg.jpg) bottom no-repeat;
 text-align: left;
}
td#nav {
 margin: 0px;
 padding: 0px;
 padding-left: 48px;
 padding-top: 150px;
 width: 197px;
 height: 150px;
 text-align: left;
}
#nav a {
 display: block;
 margin: 0px;
 padding: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}
#nav a:hover {
 color: #fc0;
}
#nav hr {
 color: #fff;
 background-color: #fff;
 height: 1px;
 width: 245px;
 border: 0px;
}
div#animation-spot {
 margin: 0px 22px 0px 0px;
 width: 347px;
 height: 252px;
}
td#subheader {
 height: 15px;
 padding: 10px;
 background: url(images/subheader-bg.jpg) repeat-y;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #000;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 774px;
 background: #fff url(images/content-bg.jpg) top no-repeat;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
}
#content-cell {
 padding: 10px 40px 10px 40px;
}
table#home-content {
 margin: 0px;
 padding: 0px;
 width: 774px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
}
td#left-col {
 margin: 0px;
 padding: 20px 20px 10px 55px;
 width: 205px;
 height: 580px;
 background: #fff url(images/left-col-bg.jpg) top left no-repeat;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #f00;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 padding-right: 40px;
 background: #fff url(images/home-content-bg.jpg) top right no-repeat;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 10px 40px 10px 40px;
 width: 774px;
 height: 100px;
 background: #fff url(images/footer-bg.jpg) bottom no-repeat;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
}
td#footer-nav {
 padding-bottom: 15px;
}
#footer-nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #033;
 text-decoration: underline;
}
#footer-nav a:hover {
 text-decoration: none;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
