﻿body {
font-family: Tahoma, Helvetica, Arial, Sans-Serif; font-size: 12px;
}
h1 
{
    font-size: 22px;
}
h2
{
    font-size: 20px;
    color: black;
}
h3
{
    font-size: 14px;
    color: black;
}
a:link, a:visited
{
    text-decoration: none; color: Blue;
}
a:hover 
{
    color: Red;
    font-size: 14px;
}
.Header
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 800px;
    }
.Menu 
{
    top: 30px;
    left: 0px;
    width: 80px;
    height: 500px;
    position: absolute;
    font-size: 14px;
    font: [arial black];
    font-weight: bold;
}
.Content 
{
    z-index: 1;
    position: absolute;
    top: 200px;
    left: 180px;
    width: 800px;
    height: 1200px;
    font-size: 16px;
    font-weight: bold;
 }
.FlashMovie 
{
    top: 500px;
    left: 0px;
    position: absolute;
    width: 800px;
    height: 200px;
}
.Footer 
{
    top: 700px;
    left: 0px;
    position: absolute;
    width: 800px;
    height: 140px;
}
.Counter 
{
    top: 1000px;
    left: 0px;
    position: absolute;
    width: 800px;
}
    
    
   
