a {
    text-decoration:    none;
    vertical-align:     middle;
}

a:visited {
    color:              #000 !important;
}

a[href^="mailto:"]  {
    text-decoration:    none;
    vertical-align:     middle;
    color:              #000 !important;
}

img {
    vertical-align:     middle;
}

#page-header,
#page-footer {
    position:           fixed;
    width:              100%;
    left:               0;
}

#page-header {
    top:                0;
    height:             100px;
}

#page-footer {
    bottom:             0;
    height:             75px;
}

#page-content {
    padding:            100px 0 75px;
}

.inner {
    display:            table;
    width:              80%;
    margin-left:        auto;
    margin-right:       auto;
    text-align:         center;

    font-family:        Tahoma,Verdana,Segoe,sans-serif;
    font-weight:        bold;
}

.left {
    display:            table-cell;
    width:              80%;
    text-align:         left;
}

.right {
    display:            table-cell;
    width:              8%;
}

.center {
    display:            table-cell;
    width:              8%;
}

.center span {
    display:            inline-block;
    width:              400px;
}