body
{
    margin:0px;
    font-family:Arial;
}

a
{
    text-decoration:none;   
}

a img
{
    border:none;   
}

.wrapper
{
    width:1034px;
    margin:0 auto;
}

#header
{
    background-image:url('images/headerBackground.jpg');
    background-repeat: repeat-x;
    text-align:center;
}

#menu
{
    background-color:#830040;   
}

#menuContent
{
    background-color:White;
}

#menuContent a
{
    background-color:#830040;
    line-height:100px;
    margin-left:5px;
    display:block;
    float:left;
    text-align:center;
    color:White;
    font-size:24px;
    font-weight:bold;
}

#menuContent a:hover
{
    background-color:#63a5a5;   
}

#indexContent
{
    background-image:url('images/bodybackground.png');
    background-position:right bottom;
    background-repeat:no-repeat;
    position:relative;
    margin-left:30px;
    height:736px;
    margin-top:40px;
}

#footer {
    background-color: #830040;
    color: White;
}

#footerContent
{
    height:65px;
    padding-top:35px;
    font-size:12px;
    line-height:18px;
    font-weight: bold;
}

#footerLeft
{
    float:left;
    width:650px;
    margin-left:30px;
}

#footerRight
{
    float:right;
    width:300px;
    text-align:left;
    margin-right:20px;
    line-height:28px;

}

#slidePreview
{
    position:absolute;
    display:block;
    right:62px;
    top:40px;
}
