﻿body
{	
	overflow:hidden ;
}

.header1
{
	
	position:relative;
	background-image:url("Images/menuItem1.gif");
	background-repeat:no-repeat;
	width:549px;
	height:160px;
	top:83px;
	text-align:left;
}
.header2
{
	
	position:relative;
	background-image:url("Images/menuItem2.gif");
	background-repeat:no-repeat;
	width:549px;
	height:160px;
	top:83px;
	text-align:left;
}
.header3
{
	
	position:relative;
	background-image:url("Images/menuItem3.gif");
	background-repeat:no-repeat;
	width:549px;
	height:160px;
	top:83px;
	text-align:left;
}
.logo
{	
	background-image:url("Images/logo.gif");
	position:relative;
	width:200px;
	height:116px;
	left:-200px;
	top:35px; /* == .header.height - .log.height*/
}
.address
{
	position: relative;
	width: 175px;
	top: -55px;
	left: 15px;
	float: left;
	font-family: Tahoma;
	color: rgb(76, 73, 71);
	font-size: 14px;
}
.mn1
{
}
.mn2
{
	margin-left:55px;
	_margin-left:52px;
}
.mn3
{
	margin-left:40px;
	_margin-left:38px;
}
.menu
{
	position:relative;	
	left:55px;
	top:-20px; 
}
.menu a
{
	font-family: Tahoma;
	/*font-weight: bolder;*/
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: large;
}

.header1 a:hover
{
	color:rgb(20, 122, 116)
}
.header1 .mn1 a:hover
{
	color: #FFFFFF;
}
.header2 a:hover
{
	color:rgb(20, 122, 116)
}
.header2 .mn2 a:hover
{
	color: #FFFFFF;
}
.header3 a:hover
{
	color:rgb(20, 122, 116)
}
.header3 .mn3 a:hover
{
	color: #FFFFFF;
}

.menu li
{
	display:inline;
}
.content
{
	padding-left:20px;
	padding-right:25px;
	padding-top:20px;	
	padding-bottom:60px;
}






.mainFrame
{
	background-image: url("Images/backgroundBottom.png");
	background-repeat:repeat;
	height:1050px;
	position:relative;		
	 
}
.topFrame
{
	position:relative;
	top:-10px;
	_top:-15px;
	background-image:url("Images/backgroundTop.gif");
	background-repeat:repeat-x;	
	height:243px;
	
}
.contentFrame
{		
		
	position:relative;
	top:-10px;
	_top:-15px;

	background-color:rgb(242,242,243);
	font-family: Tahoma;
	font-size: 16px;
	text-align:left;
	color: rgb(76, 73, 71);
	
	text-align:left;	
}
.content h2 
{
	font-weight:Bold;
	font-family: Tahoma;
	font-size: 16px;
	color: rgb(212, 10, 36);
	display:inline;
}
.footerFrame
{
	top:-13px;
	position:relative;
	height:55px;
	background-image:url("Images/footer2.gif");	
}
.wrapperToCenter
{
	margin:0 auto;
	text-align:center;
	width:549px; 	
}
