div#Wrapper
{
    width:960px;
    margin:50px auto;
    text-align:center;
}
div#Header
{
    width:960px;
    height:50px;
}
div#Column1
{
    width:520px;
    float:left;
}
div#Column2
{
    width:420px;
    margin-left:20px;
    float:left;
}


/* Kartena Map div */
div#map
{
    width:500px;
    height:500px;
    border:10px solid #333;
}
#AjaxLoading
{
    font-size:9pt;
    font-weight:bold;
    text-align:center;
    background:url(../img/ajax-loader.gif) no-repeat center center;
    height:50px;
    width:300px;
    margin:0 auto;
    display:none;
}
#Infobox
{
    margin:39px 0 1px 0;
    background:#333;
    width:380px;
    padding:20px;
    font-size:9pt;
    color:#fff;
    margin-bottom:1px;
}

.highlight
{
    color:#ffcc00;
}