﻿body 
{
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 13px;
  background-position:center;
}

h1
{
  font-size: 25px;
}

a:link, a:visited
{  
  text-decoration: none;
  color: Blue;
}

a:hover
{
  color: Red;
}

.Header 
{
  top: 0px;
  left: 0px;
  position: absolute;
  
  height: 126px;
  background-image: url(/graphics/header.jpg);
}

.Footer
{
  top: 802px;
  left: 150px;
  position: absolute;
  height: 73px;
  width: 710px:
 }

.ESMenu1
{
  position: absolute;
  top: 142px;
  left: 0px;
  width: 175px;
  height: 750px;
  background-color: #d3d1b9;
}

.ESMenu
{
	top: 149px;
	Margin-left: 10px;
	width: 155px;
	position: absolute;
	background-color: #d3d1b9;
	color: black;
}

.Content
{
  top: 155px;
  left: 170px;
  margin-left: 15px;
  position: absolute;
  width: 635px;
  height: 676px;
  color: Black;
}

.Content2
{
  position: absolute;
  top: 142px;
  left: 835px;
  
  width: 175px;
  height: 730px;
  background-color: #c9d1d7;
  color: Black;
}

.Content3
{
  position: absolute;
  top: 165px;
  left: 855px;
  width: 155px;
  height: 710px;
  background-color: #c9d1d7;
  color: Black;
}