﻿a, a:link, a:visited
{
	text-decoration: none !important;
	outline: none;
	color: black;
}
* a
{
	outline: none;
}

.Main
{
	width: 990px;
	margin-left: 130px;
}

.Body
{
	background-image: url( "../Images/Background.gif" );
	
	font-family: Calibri;
	width: 990px;
	background-position: center;
}
.Header
{
	background-image: url( "../Images/Header.gif" );
	height: 175px;
	position: relative;
	width: 990px;
	margin-left: 130px;
}
.Menu
{

	height: 50px;
	width: 990px;
	float: left;
	margin-left: 128px;
}
.MenuUl
{
	list-style-type: none;
	font-size: 12px;
	color: White;
	width: 995px;
	margin-top: 15px;
	
}
.MenuLI
{
	display: block;
	float: left;
	font-weight: bold;
	font-size: 15px;
}
.Foother
{
	background-image: url( "../Images/Foother.gif" );
	height: 74px;
	color: White;
	text-align: center;
	width: 990px;
	margin-left: 128px;
	margin-bottom: 50px;
}
.Content
{
	width: 855px;
	background-color: #faf1d8;
	float: left;
	margin-left: 200px;
}
