﻿html {
    background-color: #ff0000;
}
body {
    color: white;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
}
a:link, a:visited {
    color: #ffffff;
}
a:active, a:hover {
    color: #ffff00;
}
#main {
    width: 900px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#head1 {
    float: left;
} 
#head2 {
    float: right;
}
h1 {
    margin-top: 5px;
    font-size: 18pt;
    font-weight: bold;
}
#images {
    clear: both;
    text-align: left;
}
#images li {
    display:-moz-inline-stack;
    display:inline-block;
    *display:inline; /* IE */
    zoom: 1; /* IE */
    width: 180px;
    vertical-align: middle;
    padding-top: 9px;
    text-align: center;
}
#images li img {
    border: 3px solid #ff0000;
}
#images li a:hover img {
    border-color: #ffffff;
}
#imageNavigation {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    font-size: 12pt;
    font-weight: bold;
}
#viewAll {
    float: left;
}
#pageLinks {
    float: right;
}
#pageLinks li{
    float: left;
    margin-left: 6px;
}
a.currentPage:link, a.currentPage:visited  {
    color: #ffff00;
}
#footer {
    clear: both;
    padding-top: 20px;
}
#infoLink, #videoLink {
    float: left;
    width: 113px;
    text-align: left;
}
#shareWith li {
    float: left;
    width: 28px;
    text-align: left;
}
#btnBack {
    float: right;
}
#credits {
    clear: both;
    padding-top: 10px;
    color: #ffff00;
    font-weight: bold;
    font-size: 10px;
}