/* CSS Document */
#logo {
position: absolute; 
left: 5px; 
top: 5px; 
width: 240px; 
height: 95px;
z-index: 2;
}
#header {
position: absolute;
left: 245px;
top: 5px;
height: 95px;
width: 444px;
font-size: 25px;
font-weight: bold;
text-align: center;
color: #ffffff;
z-index: 2;
}
#headerbg {
position: absolute;
left: 5px;
top: 5px;
height: 95px;
width: 780px;
font-size: 25px;
font-weight: bold;
text-align: center;
color: #ffffff;
background-image: url(img/header2-bg.gif);
background-repeat: no-repeat;
z-index: 1;
}
#nav {
position: absolute;
left: 15px;
top: 110px;
width: 130px;
height: 695px;
text-align: left;
font-weight: bold;
background-image: url(img/nav2-bg.gif);
background-repeat: no-repeat;
}
#slideshow {
position: absolute;
left: 155px;
top: 105px;
width: 620px;
height: 700px;
text-align: center;
font-weight: bold;
word-spacing: 10px;
}
html, body {
background-color: #333333;
font-size: 14px;
color: #ffffff;
}
a:link {
color: #ffffff;
}
a:hover {
color: #ff0000;
}
a:visited {
color: #ffff00;
}
.lowpadding {
margin-top: 8px;
margin-bottom: 10px;
}
.navpadding {
margin-top: 0px;
}
