body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    background-color: #FFFFCC;
}

#header {
    background-color: #FFFFCC;
    height: 20px;
}

/* NAVIGATION */

#nav {
    background: #990000 url(images/interface/nav_cont.gif) repeat-x left bottom;
    height: 29px;
    width: 100%;
    padding-top: 4px;
}

#navbar {
    margin: 0;
    padding: 0;
    height: 29px;
    list-style: none;
    display: inline;
    overflow: hidden;
}

#navbar li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#navbar a {
    float: left;
    padding: 29px 0 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/:29px; /* for IE5/Win only */
}

#intro a {
    width: 106px;
    background: url(images/interface/nav_intro.gif) top left no-repeat;
}

#about a {
    width: 118px;
    background: url(images/interface/nav_about.gif) top left no-repeat;
}

#openingtimes a {
    width: 144px;
    background: url(images/interface/nav_openingtimes.gif) top left no-repeat;
}

#directions a {
    width: 127px;
    background: url(images/interface/nav_directions.gif) top left no-repeat;
}

#currentranges a {
    width: 158px;
    background: url(images/interface/nav_currentranges.gif) top left no-repeat;
}

#exhibitions a {
    width: 128px;
    background: url(images/interface/nav_exhibitions.gif) top left no-repeat;
}

#specialoffers a {
    width: 95px;
    background: url(images/interface/nav_offers.gif) top left no-repeat;
}


/* END OF NAVBAR */

#main {
    width: 100%;
}

#footer {
    height: 33px;
    background: #990000 url(images/interface/nav_cont.gif) repeat-x left top;
    padding: 1px 0 0 15px;
}

#bullet {
    float: left;
}

#footertext {
    padding-top: 6px;
}

#logo {
    background: #FFFFCC url(images/gif/logo.gif) no-repeat left top;
    height: 149px;
    color: #000000;
}

#address {
    text-align: right;
    width: 800px;
    padding: 20px 0 0 0;
}

#pic {
    padding: 0;
    text-align: center;
}



.bullet {
    padding-right: 15px;
    vertical-align: middle;
}

h1 {
    margin-top: 3px;
    margin-bottom: 4px;
    padding-top: 3px;
    padding-bottom: 4px;
    line-height: 1px;
    color: #990000;
    font-weight: bold;
    font-size: 10px;
}
.red {
    padding: 0;
    margin: 0;
    color: #990000;
    font-weight: normal;
    font-size: 10px;
}

.redbold {
    padding: 0;
    margin: 0;
    color: #990000;
    font-weight: bold;
    font-size: 10px;
}

.bold12italic {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.bold12 {
    font-size: 12px;
    font-weight: bold;
}

a.main:link {
    color: #FFFFFF;
    text-decoration: none;
}
a.main:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a.main:hover {
    text-decoration: underline;
    color: #990000;
}
a.main:active {
    text-decoration: none;
    color: #FFFFFF;
}

a.main2:link {
    color: #FFFFFF;
    text-decoration: none;
}
a.main2:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a.main2:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
a.main2:active {
    text-decoration: none;
    color: #FFFFFF;
}


a.sub:link {
    color: #000000;
    text-decoration: none;
}
a.sub:visited {
    text-decoration: none;
    color: #000000;
}
a.sub:hover {
    text-decoration: underline;
    color: #990000;
}
a.sub:active {
    text-decoration: none;
    color: #000000;
}
