body
{
    background: #333;
    font-family: Sans-Serif;
    font-size: 100%;
}

p
{
    font-size: 0.7em;
}

#map
{   
    position: absolute;
    top: 62px;
    left: 20px;     
    width: 10px;
    height: 10px;
    background: #ccf;
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */   
    border: 4px solid #99B3CC; 
}
             
#logo
{
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -395px;
}

#linkback
{
    position: absolute; 
    bottom: 21px; 
    right: 5px; 
    border: none;
}

#mapList
{
    position: absolute;
    color: #fff;
    width: 700px;
    bottom: 20px;
    left: 50%;
    margin-left: -350px;
    -moz-border-radius-topleft  : 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright : 10px;
    -webkit-border-top-right-radius: 10px;   
    background: #333;
    text-align: center;
    border-top: 4px solid #99B3CC; 
    border-left: 4px solid #99B3CC; 
    border-right: 4px solid #99B3CC; 
}

.mapLink
{       
    position: relative;
}
        
.mapDescription
{
    position: absolute;
    bottom: 2em;
    left: 1em;
    width: 200px;
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */  
    padding: 10px; 
    color: #fff;  
    text-align: justify;
    background: #333;     
    z-index: 999;
    border: 4px solid #99B3CC; 
}       

#twitter
{ 
    display: none;
}
        
#topBar
{
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    -moz-border-radius-bottomleft  : 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright : 10px;
    -webkit-border-bottom-right-radius: 10px;  
    color: #fff;
    background: #333;
    border-bottom: 4px solid #99B3CC; 
    border-left: 4px solid #99B3CC; 
    border-right: 4px solid #99B3CC; 
}

#itemCentre
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -160px;
    height: 240px;
    width: 380px;
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */      
    background: #333;
     border: 4px solid #99B3CC;     
     overflow: auto;    
}

#itemHover
{
    position: absolute;
    -webkit-border-radius: 10px; /* for Safari */
    -moz-border-radius: 10px; /* for Firefox */   
    background: #333;
     border: 4px solid #99B3CC;   
     overflow: hidden;   
}


.content
{
    padding: 5px;
    color: #fff;
    font-size: 0.7em;
}


.rule
{
    clear:both;
    border-bottom: 1px dotted #ccc;
    height: 1px;
    margin: 0.5em 0 0.5em 0;
}     

a
{
    color:#fff; 
} 

a:hover
{
    color: #000;
}

.clear
{
    clear: both;
    height:0;
    width:0;
}

#groups
{
    position: fixed;
    color: #fff;
    width: 130px;
    right: 40px;
    top: 62px;
    -moz-border-radius-bottomleft  : 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright  : 10px;
    -webkit-border-bottom-right-radius: 10px;
    background: #333;
    text-align: left;
    border-right: 4px solid #99B3CC; 
    border-left: 4px solid #99B3CC; 
    border-bottom: 4px solid #99B3CC;             
    overflow: hidden;
}

#groups img
{
    margin-right: 5px;
}

#groups a
{
    text-decoration: none;
    padding: 3px;
    display: block;
}
    