﻿html
{
	height: 100%;
	overflow: auto;
}	
body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    background:#000000;
    font-size: 20px; 
    color: #FFFFFF;
    height: 100%;
    width: 100%;
}
.whiteheadline
{
    font-size: 18px; 
    font-weight: bold;
    color: White;
}
.whiteheadline:link
{
    color: White;
}
.whiteheadline:visited
{
    color: White;
}
.whiteheadline:active
{
    color: White;
}
a:link
{
    color: #dddddd;
    text-decoration: none;   
}
a:link img
{
    border-color: #dddddd;
}
a:visited 
{
    color: #aaaaaa;
    text-decoration: none;
}
a:visited img
{
    border-color: #aaaaaa;
}
a:active 
{
    color: white;
    text-decoration: none;
}
a:active img
{
    border-color: white;
}
a:hover 
{
    color: gray;
    text-decoration: none;
}
a:hover img
{
    border-color: gray;
}
.style1
{
    height: 100%;
    text-align: left;
    font-size: small;
    padding: 10px 15px 10px 15px;
}
p
{
    font-size: 12px;
    font-family: Arial, Verdana;
    text-decoration: none;
}
#map
{
    border: solid 5px white;
}
#map2
{
    border: solid 5px white;
}
#header
{
 font-size: 24px;   
 font-weight: bold;
}
#content
{
    min-height: 750px;
    height: auto;
}

#footer
{
    height: 50px;
    font-size: 10px;
    position: relative;
    bottom: 5px;
    width: 100%;
    padding-top: 15px;
    background: #000000;
}
#topleft
{
    position: absolute; 
    visibility: visible;
    left: 9px;
    top: 0px;
    font-size: 18px;
    height: 25px;
    width: auto;
    background: #00000;
}    
#topright
{
    position: absolute; 
    right: 25px;
    top: 0px;
    text-align: right;
    font-size: 12px;
    height: 25px;
    width: 200px;
    background: #00000;
}    
#flashcontent
{
    position: absolute;
    top: 33px;
    left: 10px;
 	height: 800px;
 	width: 100%;
    z-index: 1;
    font-size: 10px;
    color: #aaaaff;
    margin:  0px 0px 0px 0px;
    padding: 5px 15px 5px 15px;
}
#hidden a:link, #hidden a:hover, #hidden a:visited, #hidden a:active
{
    color: #000000;
    font-size: 1px;
}

#advert {
   width: 800px;
   margin-left: 80px;
}


