a
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

html
{
    font-size: 13px;
    font-family: Arial, Verdana;
}

body
{
    background-color: #DCE6DD;
}

h1
{
    font-size: 16px;
}

#container
{
    width: 950px;
    margin: 0 auto;
}

#content
{
    width: 908px;
    text-align: justify;
    line-height: 150%;
    padding: 20px;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

#content a
{
    font-size: 14px;
    color: #555555;
    font-style: italic;
}

#glory-image
{
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}

#head
{
    width: 910px;
    height: 65px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

#menu
{
    width: 950px;
    height: 20px;
    font-size: 12px;
    margin: 0 auto;
    clear: left;
}

#logo
{
    width: 367px;
    height: 54px;
    float: left;
}

#sign-up
{
    width: 400px;
    height: 80px;
    float: right;
    text-align: right;
}

#email
{
    width: 200px;
    height: 16px;
}

#SignUpSubmit
{
    width: 60px;
    height: 22px; 
}

.menu-item
{
    width: 158px;
    color: #FFFFFF;
    text-align: center;
    background-color: #000000;
    cursor: pointer;
}

.menu-item-hover
{
    width: 158px;
    color: #000000;
    text-align: center;
    background-color: #DADADA;
    cursor: pointer;
}