
body {
    background-color: #ffffff;
    color: #000000;
}
a { color: #000000; }
body.pics {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
}
#uglyhack {
    vertical-align: middle;
    margin-top: 50px;
}
#uglyhack td {
    text-align: center;
}
#uglyhack img {
    border: 0; margin: 0;
    padding: 0;
}
.overlay {
    color: #000000;
    background-image: url('/static/img/lighten_seventyfive.png');
    text-align: left;
    padding: 3px;
    position: absolute;
    z-index: 999; /* just to make sure ;) */
}
body > .overlay { /* pull precedence trick and hide from IE */
    position: fixed;
}
h1.overlay {
    font-weight: normal;
    margin: 0;
    border: 0;
}
#controlbar {
    font-size: 1px; /* Stop text enlarging the box */
}
#controlbar img {
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
}
* html #IndexPage {
    width: 700px; /* for IE5 and IE6 in quirks mode */
    height: 500px;
}
#IndexPage {
    width: 500px; 
    margin-top: 50px; 
    height: 300px; 
    margin-left: auto; 
    margin-right: auto; 
    border: 100px solid #6699cc;
    padding: 0px;
}

.IndexPageGals_large {
    width: 150px;
    height: 200px;
    text-align: center;
    float: left;
}
.IndexPageGals_medium {
    width: 125px;
    height: 150px;
    text-align: center;
    float: left;
    font-size: .9em;
}
.IndexPageGals_small {
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: .8em;
    float: left;
}
.GalPageDesc
{
    padding: 0;
    margin: 0;
    margin-top: -100px;
    width: 500px;
    height: 300px;
    -moz-opacity: 0.4; 
    filter: alpha(opacity=40);
}
.PicInABox
{
    width: 100px;
    height: 100px;
    float: left;
}
.NoExtraBoxModel 
{
    padding: 0;
    margin: 0;
    border: 0;
}
#Controls {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed #6699cc;
    margin-top: 10px;
}
#Controls img {
    vertical-align: middle;
}
#SubGalleries {
    width: 500px; 
    margin-top: 50px; 
    margin-left: auto;
    margin-right: auto;
}
#SubGalleries h2 {
    border-bottom: 2px solid #6699cc;
    color: #6699cc;
    width: 100%;
    text-align: left;
    font-size: 1em;
}
