body, html {
    background: URL('images/site/darkerBG.jpg');
    color: white;
    font-family: Verdana;
    font-size: 10pt;
}

a {
    color: white;
}
a:visited {
    color: #caf;
}
a:hover, div#copyright a:hover {
    color: #fff;
}
a:active, div#copyright a:active {
    color: #ff6;
}

div#site {
    width: 800px;
    margin: 0 auto;
}

div#header {
    width: 800px;
    background-image: URL('images/site/headerBG.jpg');
}

div#bottomLine {
    width: inherit;
    height: 16px;
    background-image: URL('images/site/lighterBG.jpg');
    font-size: 8pt;  
    text-align: center;
	
    color: #caf;
}
div#copyright {
    width: inherit;
    font-size: 8pt;
    color: #caf;
}
div#copyright a {
    color: #caf;
}


div#header img {
    float: left;
}

div#flags {
    float: right;
    margin: 25px;
}
 div#flags a {
     border: 0;
 }


div#menu {
    width: 784px;
    margin-top: 1px;
    background-image: URL('images/site/lighterBG.jpg');
    padding: 3px 8px;
}

 div#menu a {
     text-decoration: none;
     color: white;
     margin: 25px;
 }
 
div#theSite {
    margin: 20px 0px;
}

div.text {
    text-align: left;
    width: 340px;
}
