body {
    background-color:#aeaeae;
    font-size:10pt;
    font-family:Arial;
    margin:0;
    padding:0;
    color:#FFFFFF;
    background-image:url(../images/website/page.png);
    background-repeat:repeat-y;
    background-position:top center;
}

#page {
    width:960px;
    margin:auto;
    padding:auto;
    background-image:url(../images/website/pagetop.png);
    background-repeat:no-repeat;
}

#header {
    clear:both;
    width:960px;
    height:63px;
    background-image:url(../images/website/menulinks.png);
}

.logo {
    background: url('../images/header/gameyola.png') no-repeat top left;
    height: 40px;
    width: 226px;
    margin: 5px 0px 0px 0px;
    padding: 0;
    text-align:left;
    float:left;

}

#headerleft {
    float:left;
    width:280px;
    height:51px;
    padding-top:12px;
    padding-left:15px;
}

#menulinks {
    float:right;
    width:600px;
    height:63px;
}

#menulinks a {
    padding-left:15px;
    padding-right:15px;
    padding-top:23px;
    height:40px;
    background-image:none;
    display:block;
    color:#FFFFFF;
    text-decoration:none;
    float:right;
    font-size:14px;
    font-weight:bold;
    margin-left:3px;
}

#menulinks a:hover, #menulinks a.active {
    background-image:url(../images/website/menuhover.png);
    text-decoration:none;
    color:#FFFFFF;
}

#fb_connect a:hover, #fb_connect a.active{
    background-image:none;
}

#mainarea {
    width:960px;
    clear:both;
    padding-left:20px;
}

#contentarea {
    width:760px;
    padding-right:20px;
    padding-bottom:20px;
    float:left;
    background-image:none;
}

#sidebar {
    float:left;
    width:170px;
    line-height:14pt;
    background-image:none;
}

#footer {
    width:960px;
    clear:both;
    height:35px;
    padding-top:30px;
    text-align:center;
    line-height:14pt;
    background-image:url(../images/website/footer.png);
    background-repeat:no-repeat;
    background-color:#000000;
}

h1, h1 a, h1 a:hover {
    font-size:20pt;
    color:#FFFFFF;
    margin:0;
    text-decoration:none;
}

h2 {
    font-size:15pt;
    color:#CCCCCC;
}

a {
    color:#FFFFCC;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}