.hidden {
    display:none;
}

body {
    background-color: #eeeeee;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: bold;
    color: #333333;
    text-rendering: optimizelegibility;
}

h2 {
    font-size: 24px;
    line-height: 36px;
}

.page-header {
    height: 131px;
    background-image: url('http://placegaze.com/images/pageTop.png');
    margin-bottom: 20px;
}

.tagline {
    position: relative;
    left: 700px;
    top: 60px;
    font-family: verdana;
    font-size: 20px;
    color: white;
    text-shadow: 1px 1px 3px #444;
}

.content-box {
    background-color: #ffffff;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }

.main-content .contentheight {
    min-height: 500px;
    margin-left: 20px;
}

.footer {
    margin-top: 17px;
    margin-bottom: 20px;
}

.centerText {
    text-align: center;
}

.copyright {
    color: rgb(153, 153, 153);
    cursor: auto;
    display: inline;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: auto;
    line-height: 18px;
    outline-color: rgb(153, 153, 153);
    outline-style: none;
    outline-width: 0px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.copyright a {
    text-decoration: none;
    color: rgb(153, 153, 153);
} 

.copyright a:hover {
    text-decoration: underline;
    color: #999;
}