body
{
    background-position: center top;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: 0;
    background: #320001 url(images/castle-bg.jpg) center top;
    text-align: center;
    color: #ffffff;
    background-repeat: no-repeat;
}

#wrapper
{
    border: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    width: 960px;
    font-family: Georgia, 'Times New Roman' , Times, serif;
}

#header
{
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    border: none;
    text-align: center;
    width: 960px;
}

#intro
{
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    border: none;
    text-align: left;
    width: 960px;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 24px;
    color: #d5b463;
}

#content 
{
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    border: none;
    text-align: left;
    width: 920px;
    vertical-align: top;
}

#leftcol
{
    float: left;
    width: 420px;
    border: none 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    /* top right bottom left */
    margin: 0px 10px 0px 0px;
}

#rightcol
{
    float: right;
    width: 420px;
    border: none;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    /* top right bottom left */
    margin: 160px 0px 0px 10px;
}

p
{
    color: #ffffff;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    border: none;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

p.title
{
    color: #f2bc74;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 22px;
    margin-bottom: 10px;
    vertical-align: top;
}

p.label
{
    color: #ffffff;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
    vertical-align: top;
}

p.copy
{
    color: #ffffff;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 16px;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 14px;
    line-height: 23px;
    vertical-align: top;
}

.floatleft 
{
    float: left;
    /* top right bottom left */
    margin: 8px 8px 5px 0px;
} 

.floatright 
{
    float: right;
    /* top right bottom left */
    margin: 8px 0px 5px 8px;
} 

#footer
{
    color: #f2bc74;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 18px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-top: 80px;
    border: none;
    text-align: center; 
    vertical-align: top;
    width: 960px;
    float: none;
    clear: both;
}
