﻿body {
    margin: 0;
    padding: 0;
    background: #ebebeb url(../gfx/pages/User_master/siteBackground.png) no-repeat center top;
    font-family: Arial, Calibri, Tahoma, Verdana;
}

img {
    border: none;
}

div#container {
    position: relative;    
    top: 0;
    left: 50%;
    margin: 0 0 0 -370px;
    width: 741px;    
}

div#menu {
    position: relative;
    float: left;
    display: block;
    margin: 216px 0 0 0;
    padding: 0 0 0 29px;
    clear: both;
}

#menu .button 
{
    display: block;
    width: 85px;
    height: 22px;
    background: url(../gfx/pages/User_master/button_menu.png);
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    line-height: 21px;
    color: #FFF;
    text-decoration: none;
}

#menu .button_hover
{
    background: url(../gfx/pages/User_master/button_menu_hover.png);
    background-repeat: no-repeat;
}

div#infocolumn {
    position: relative;
    float: left;
    width: 230px;
    margin: 19px 0 0 0;    
}


div#infocolumn p
{
    padding: 31px 10px 0 10px;
    margin: 0;
    font-family: Georgia, Garamond;
    font-size: 11px;
    font-weight: bold;
    color: #d4c528;
}

div#infocolumn a, a:visited
{
    color: #d4c528;
    text-decoration: none;
}

div#infocolumn a:hover
{
    color: #d4c528;
    text-decoration: underline;
}

div#infocolumn p span.date 
{
    font-size: 11px;
    color: #FFF;
}

div.infobox, div.newsletter {
    position: relative;
    float: left;
    left: 29px;
    margin: 21px 0 0 0;
    width: 169px;
    height: 82px;
    clear: both;
}

div.latestnews {
    background: url(../gfx/pages/User_master/latestnewsBackground.png);
    margin: 0 0 0 0;
}

div.nextgig {
    background: url(../gfx/pages/User_master/nextgigBackground.png);    
}

div.newsletter {
    height: 28px;
}

div#pagecontentcolumn {
    position: relative;
    float: left;
    width: 475px;
    margin: 34px 0 0 0;
}