html, body{
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;	
    height: 98%;			
}

html, body {
    color: #000000;
}

a, p, td, h1, h2 {
    font-size: 100%;
}
h1 {
    font-size: 200%;
    color: #999;
}

a {
    text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}


.fbContainerInner, .fbContainer {
    /* height: 100%; */
    width: 100%;
    /* float: left; */
    margin-bottom: 40px;
    clear: both;
    display: inline-grid;
    padding-bottom: 60px;
}
.fbContainer {
    border-bottom: 1px solid #ddd;
}

.fbContainerInner {
    padding: 5%;
    /* background-color: #960785; */
    /* color: #ffffff; */
    line-height: 150%;
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
}

.fbContainerInnerWidth {
    margin-top: 50px;
    /* width: 500px; */
}

.align-center {
    text-align: center;
}

.fbContainerInner a, .fbContainerInner p, .fbContainerInner td, .fbContainerInner h1 {
    /* color: #ffffff; */
}


#fbFooter {
    height: 46px;
    background-color: #960785;
    background-image: url(../img/backgroundFooter.gif);
    background-position: top left;
    background-repeat: repeat-x;
    overflow: hidden;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

#fbContents {
    color: #ffffff;
    float: right;	
    margin-right: 25px;	
    position: absolute;
    right: 0;
}


#fbMenu {
    margin-right: 15px;
    position: absolute;
    top: 8px;	
    left: 35px;
}

.navigation ul {	
    list-style: none;
    margin: 10px; 
    padding: 1px;	
}

.navigation ul li {
    float: left;
    margin-right: 15px;     
}

#fbMenu ul li {
    background: url('../img/arrow.gif') no-repeat center left;
    padding-left: 15px;
} 

.navigation ul.copyright {
    background: url('../img/crown.gif') no-repeat top right;
    padding-right: 30px;
    height: 35px;  	
}  

.navigation ul.copyright li {
    padding-top: 8px;	
}

.navigation ul li a {
    color: #ffffff;
}

.noPaddingTop {
    padding-top:0 !important; 
}

li#zoom {
    padding-top: 4px;
    margin-right: 40px;
}

#alt-table img {
    display: block;
    float: left;
    width: 500px;
    height: 500px;    
}

body#no-flash {
    height: auto;
}

body#no-flash .fbContainer {
    height: auto !important;
}

body#no-flash .fbContainerInner {
    padding: 0;
}

body#no-flash .fbContainerInnerWidth {
    margin-top: 0;
    width: auto;
}

body#no-flash #fbFooterHolder {
    display: none;
}

@media screen and ( max-width: 480px) {
    #alt-table img {
        max-width: 100%;
        height: auto;  
    }
}
