body {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.0em;
    margin: 50px auto;
}

#topdiv {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    background:#000099;
    height: 40px;
}

h1 {
    width: 100%;
    height: 40px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#logo {
    width: 600px;
    padding-left: 20px;
    padding-top: 5px;
    display: block;
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.2em;
}

#navBar {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 300px;
    height: 40px;
    list-style: none;
}

#navBar li {
    padding-top: 15px;
    margin-right: 10px;
    float: left;
    height: 25px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.4em;
}

.selected, #navBar a:hover {
}

#navBar a {
    padding: 5px;
}

#sideBarMenu {
    position: fixed;
    top: 50px;
    z-index: 2;
    width: auto;
}

#sideBarContent {
    position: relative;
    opacity: 0.5;
    filter: Alpha(Opacity = 50);
    text-align: right;
    padding-bottom: 10px;
}

#sideBarTab {
    position: absolute;
    display: block;
    right: -30px;
    top: 0px;
    height: 30px;
    width: 30px;
}

/* Imago */
/* Current Image */
#imagoFrame {
    position: relative;
    top: 5px;
    display: block;
    width: 320px;
    float: right;
    margin: 0px 10px 0px 0px;
    z-index: 0;
    font-family: Georgia, serif;
}

#imagoCurrentImg {
    visibility: hidden;
}

#imagoCurrentImageTitle {
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    z-index: 1;
    font-family: Georgia, serif;
}

#imagoCurrentDate {
    position: absolute;
    top:20px;
    left: 15px;
    font-size: 24;
    font-weight: bold;
    color: #FFFFFF;
    background-color: rgba(69,69,69,0.8);
    z-index: 1;
}

#imagoNextImageLink, #imagoPreviousImageLink {
    position: absolute;
    height: 100%;
    width: 50px;
    cursor: pointer;
    z-index: 10;
    background: url('img/empty.gif') no-repeat center center;
    display: none;
    border: 0px;
}

#imagoNextImageLink:hover {
    background: url('img/nextImg.png') no-repeat center center;
}

#imagoNextImageLink {
    right: 10px;
    top: 0px;
}

#imagoPreviousImageLink {
    left: 10px;
    top: 0px;
}

#imagoPreviousImageLink:hover {
    background: url('img/prevImg.png') no-repeat center center;
}

/* Thumb menu*/
#imagoGalleryTitle {
    margin-top: 10px;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    font-family: monospace;
    color: #FFFFFF;
}

#imagoGalleryTitle li
{
    display: inline;
}

#imagoGalleryTitle a:visited
{
    color: #FFFFFF;
}

#imagoGalleryTitle a:link
{
    color: #FFFFFF;
}

#imagoGalleryTitle li.current
{
    background: #0000FF;
}

#imagoCurrentThumbTable {
    border-collapse: separate;
    border-spacing: 5px;
    margin: 5px;
    padding: 5px;
    outline: 5px;
}

#imagoMenuPrevLink, #imagoMenuNextLink {
    margin: 15px;
    cursor: pointer;
}

#imagoCurrentImageLoading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('img/loading.gif') no-repeat center center;
    display: none;
}

#imagoLoading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('img/loading.gif') no-repeat center center;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(Opacity = 50);
}

#imagoError {
    display: none;
}

.msg {
    margin: 0 auto;
    margin-top: 50px;
}

#bottomdiv {
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    color:#CCC;
    background:#333;
    padding:4px;
    font-family: Georgia, serif;
    font-size: 12px;
}

.thumbOverlay
{
    position: absolute;
    font-family: Georgia, serif;
    font-size: 24px;
    left: 5px;
    top: 5px;
    color: #f5f5f5;
    background-color: rgba(69,69,69,0.8);
    padding: 2px;
}

#container {
    height: auto;
    margin-top: 25px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

    /* just for demo */
    min-width: 612px;
}

.box1, .box4 {
    width: 10px;
    height: 200px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.box2, .box3 {
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    width: 320px;
    height: 180px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #d3d3d3;
    font-size: 16px;
    font-family: Georgia, serif;
}

div.box2:hover, div.box3:hover
{
    border-color: blue;
}


.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#blurb
{
    width: 700px;
    margin: 20px auto;
    height: auto;
    color: #999;
    font-family: Georgia, serif;
    font-size: 20px;
}

.centerText
{
    display:block;
    text-align: center;
}

.centerText a:visited
{
    color: #999;
}

.colourGrey
{
    color: #333;
}

#content
{
    height: auto;
    margin: 0 auto;
    width: 940px;
    background-color: #333;
}