body{

background:url(images/background.jpg);
background-color:#000000;
background-position:top center;
background-repeat:repeat-y;
margin-top:0px;
margin-bottom:0px;

}

.container{

width:900px;
border:1px #cc0000 solid;
background:#ffffff;

}

.menucontainer{

width:1000px;

}

.header{

height:200px;
width:900px;
background:url(images/header.jpg);

}

.footer{

height:150px;
width:900px;
background:url(images/footer.jpg);
background-repeat:no-repeat;
border-bottom:1px #cc0000 solid;

}

.menu{

height:40px;
width:900px;
background:url(images/button.png);
border-bottom:2px #cb0000 solid;

}

.pagetext{

font-family:tahoma;

}

a:link{

font-size:18px;
color:#000000;
text-decoration:none;
font-weight:bold;

}

a.menu{

height:40px;
width:128px;
text-align:center;
float:left;
color:#ffffff;
font-size:18px;
color: #ffffff;
text-decoration: none;
}
a:hover.menu{
height:40px;
width:130px;
background:#870000;
border-right:2px #efefef solid;
text-align:center;
float:left;
border-bottom:2px #000000 solid;
color: #000000;
text-decoration: none;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


