html, body {
    margin:             0;
    padding:            0;
	font-family:        verdana, arial, helvetica, sans-serif;
    height:             auto !important;
    height:             100%;
    min-height:         100%;
}

div#body_top, div#body_content, div#body_bottom {
    width:              780px;
    clear:              both;
}
div#body_top {
    height:             87px;
}
div#body_content {
    min-height:         300px;
}
div#body_bottom {
    height:             68px;
}

span#top_logo, span#top_trans, div#top_bars {
    float:              left;
}

span#top_logo {
    width:              330px;
    text-align:         center;
}
span#top_trans {
    width:              34px;
}
div#top_bars {
    display:            table-cell;
}

ul#topnav {
    background:         #94BED6;
    list-style-type:    none;
    height:             33px;
    margin:             0;
    padding:            0;
    border:             0;
}

ul#topnav li {
    color:              #E7FFFF;
    width:              64px;
    height:             33px;
    float:              left;
    display:            table-cell;
    text-align:         center;
    border-right:       1px dashed;
    font-weight:        bold;
    font-size:          12px;
}

ul#topnav li a {
    color:              #E7FFFF;
    width:              67px;
    height:             33px;
    vertical-align:     middle;
    display:            table-cell;
    text-decoration:    none;
}

ul#topnav li a:hover {
    background:         #217DB5;
}

.top_bar1, .top_bar2, .top_bar3 {
    margin:             0;
    padding:            0;
    border:             0;
    width:              auto;
    clear:              both;
}
.top_bar1 {
    height:             17px;
    background:         #D6E7F7;
}
.top_bar2 {
    height:             18px;
    background:         #FFF;
}
.top_bar3 {
    height:             19px;
    background:         #D6E7F7;
}

div#content_top_spacer {
    width:              100%;
    background:         #2171A5;
}

div#content_main {
    width:              760px;
    display:            block;
    padding:            10px;
    float:              left;
    background:         #FFF;
}

div#footer {
    background:         #2171A5;
    color:              #FFF;
    padding:            10px;
    padding-bottom:     25px;
}

/* Public album viewer */
div#album {
    width:              100%;
}