/*NON-MENU STUFF BELOW*/

#header
{
    width:810px;
    float:none;
    clear:both;
    margin-left:100px;
    float:left;
}

#footer
{
    font-size:12px; 
    color:#000000; 
    margin-left:100px; 
    width:810px;
    background-image:url(./images/btn3.jpg);
    height:21px;
    float:left;
}

#pagecontent
{
    background-color:#2A0000;
    background-image:url(images/background_stone_02.jpg);
    color:#EEEEEE;
    padding:5px 15px 5px 15px;
    font-family:Tahoma,Times;
    border: 5px solid #000000;
    margin-left:100px;
    width:770px;
    float:left;
}

.map
{
padding:2px; 
background-color:black; 
    border: solid 1px #666666;
    float:left;
}

.text
{
    float:left;
}

.image_left
{
    float:left;
    border: solid 1px #666666;
    background-color: #000000;
    padding:2px;
    margin: 0px 10px 2px 0px;
    float:left;
}

.image_right
{
    float:left;
    border: solid 1px #666666;
    background-color: #000000;
    padding:2px;
    margin: 0px 0px 2px 10px;
    float:right;
}

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

a:hover   
{
    color:#ff0000;
    text-decoration:underline;
    }