﻿body 
{
	background-image:url("Images/mainBack.gif");
	background-repeat:repeat-x;
	
	 
}
.Main
{
     height:910px;
     width:1080px;
     border:2px black solid;
     margin-left:auto;
	 margin-right:auto;
	 background-color:White;
   


	
}
.Header
{
     height:160px;
     width:1080px;
    
  
     

	
	
}
.Footer
{ 
      height:100px;
      background-image:url("Images/footerBack.gif");
      background-repeat:repeat-x;
      padding-bottom:0px;
}
.FooterText
{
	width:1000px;
	margin-left:50px;
	padding-top:20px;
	height:70px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bolder;
	line-height:18px;
	color:Black;
	
}
	
	
      

	
	

.Content
{
     height:650px;
    
}

.Logo
{
	
	width: auto; 
	height: 154px;
	

}
.Navigation
{
	
	height: 40px;
    background-image:url("Images/menuBack.gif");
	background-repeat:repeat-x;
	width:1080px;
	
	

}

.CenterText
{
	height:150px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	font-family:Verdana;
	font-size:14px;
	font-weight:bolder;
	line-height:18px;
	
}
.Center
{
     height:400px;
     width:1000px;
     border:2px black solid;
     margin-left:auto;
	 margin-right:auto;
	 margin-top:20px;
	 margin-bottom:0px;
	 

	
}
.MenuItem
{
	height:20px;
	width:174px;
	float:left;
	margin-top:8px;
	margin-left:auto;
	margin-right:1px;
	
	background-color:Transparent;
	text-align:center;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:White;
	border:2px black solid;
}

.MenuItem:hover
{
	border:2px white solid;
	text-decoration:none;
}

.BootomMenuItem
{
	color:Red;
	float:left;
	margin-right:20px;
	
}
a:hover
{
    
    text-decoration:none;
}
.BottomMenu
{
	
	
}
	
	
	