/* SPINNEY CARAVAN PARK */
/* BODY */

body {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    background-image: url(../../pics/generic/topswirl.gif);
    background-repeat: repeat-x;
}
body, p, td {
    font-family: verdana, sans serif;
    font-size: 11px;
    color: #000000;
}
td {
    text-align: left;
}


/* HYPERLINKS */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a.white {
    color: #FFFFFF;
}
a.white:hover {
    color: #000000;
}
a img {
    border: 0px;
}


/* CLASSES */


/* DIVS */

div#header {
    height: 110px;
}
div#companyswitchboard {
    position: absolute;
    right: 5px;
    top: 0px
    height: 14px;
    color: #FFFFFF;
}
div#menubar {
    position: absolute;
    left: 100px;
    height: 29px;
    top: 77px;
}
div#content {
    left: 0px;
    top: 110px;
    width: 100%;
    overflow: auto;
}
div#copyright {
    position: absolute;
    color: #FFFFFF;
    width: 280px;
    top: 17px;
    left: 2px;
}
div#siteindex {
    position: absolute;
    color: #FFFFFF;
    width: 400px;
    top: 17px;
    right: 2px;
    text-align: right;
}

div#page {
    position: absolute; 
    top: 0;
    padding: 0px;
    width: 100%;
} 
div#pagecontent {
    padding: 5px;
}