﻿body 
{
    background: url(images/bg2.jpg);
    background-repeat: repeat;
    margin: 0;
	top: 0px;
}

.leftmenu 
{
    background: #87c2e1;
    position: absolute;
    top: 118px; /*96*/
    left: 0px;
    width: 165px;
    height: 100%;
}

.content
{
    font-family: Verdana;
    font-size: 11px;
    line-height: 17px;
    background: #FFFFFF;
    position: absolute;
    top: 118px; /*96*/
    left: 165px;
    width: 605px;
    padding: 10px 10px 10px 10px;
}

h1 
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}
h3 
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
}

.MenuHead
{
    font-family: Verdana;
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	font-variant: normal;
	letter-spacing : 0.2px;
	text-transform : uppercase;}
	
A.MenuHead{
	text-decoration:none;
	color: #000000;}
	
A.MenuHead:visited{
	text-decoration:none;
	color: #000000;}
	
A.MenuHead:hover{
	color: #EEEEEE;}
	
