﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#Main
{
	width: 950px;
	margin: 0 auto;
	background-color: #F3F4F4;
	border: solid 1px #D6D6D6;
}
.logo
{
	background: url(images/logo1.jpg) no-repeat;
	width: 520px;
	height: 59px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1
{
	font-size: 17px;
	color: Black;
	letter-spacing: 1px;
	line-height: 30px;
	border-bottom: dashed 1px green;
}
.Menu
{
	margin: 0 auto;
	background: url(images/mrpt.jpg) repeat-x;
	color: White;
	width: 950px;
	height: 29px;
	border-bottom: solid 1px grey;
}
.Menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.Menu li
{
	display: inline;
}
.Menu a
{
	height: 20px;
	background: url(images/wp.gif) no-repeat;
	display: block;
	float: left;
	margin-top: 1px;
	padding: 8px 20px 0 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border-right: solid 1px white;
	color: White;
}
.Menu a:Hover
{
	background-color: #C73C3F;
	color: White;
}
.animation
{
	float: left;
	margin-left: 1px;
}
.Slogan
{
	width: 474px;
	height: 189px;
	margin-right: 1px;
	float: right;
	background: url(images/slogan.jpg) no-repeat;
}
.text
{
	color: White;
	margin-left: 20px;
	margin-top: 110px;
}
.Main
{
	text-align: justify;
	width: 920px;
	margin: 0 auto;
}
.footer
{
	height: 20px;
	width: 950px;
	line-height: 20px;
	background-color: #D6D6D6;
	border: solid 1px #D6D6D6;
	margin: 0 auto;
}
.footer a
{
	padding: 0 10px 0 10px;
}

