BODY {
background: black url('images/bg.jpg') repeat;
}

table.main {
border: red 2px solid;
}

td.slideshow {
font-family: Arial, sans-serif;
font-size: 10px;
color: white;
text-decoration: none;
font-weight: bold;
}
.slideshow img {
border: black 3px solid;
}

td.nav {
width: 264px;
vertical-align: top;
background-color: #BE0000;
}

td.title {
width: 609px;
height: 21px;
background: transparent url('images/design-i_17.jpg') no-repeat;
text-align: right;
vertical-align: middle;
padding-right: 10px;
font-family: Arial, sans-serif;
font-size: 15px;
color: yellow;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
padding-top: 2px;
letter-spacing: 2px;
}

td.content {
background-color: black;
border-bottom: red 1px solid;
width: 486px;
vertical-align: top;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
font-family: Arial, sans-serif;
font-size: 13px;
color: #efeeee;
text-decoration: none;
font-weight: normal;
}
.content a:link, .content a:visited {
font-family: Arial, sans-serif;
font-size: 13px;
color: red;
text-decoration: underline;
font-weight: bold;
}
.content a:active, .content a:hover {
font-family: Arial, sans-serif;
font-size: 13px;
color: yellow;
text-decoration: underline;
font-weight: bold;
}

td.footer {
background: black url('images/bg-footer.jpg') repeat-x;
text-align: center;
vertical-align: bottom;
font-family: Arial, sans-serif;
font-size: 10px;
color: #a9a8a9;
text-decoration: none;
font-weight: normal;
}
.footer a:link, .footer a:visited {
font-family: Arial, sans-serif;
font-size: 10px;
color: #a9a8a9;
text-decoration: none;
font-weight: normal;
}
.footer a:active, .footer a:hover {
font-family: Arial, sans-serif;
font-size: 10px;
color: white;
text-decoration: underline;
font-weight: normal;
}
