﻿body {
}
.Center
{
	
	height:440px;
	border-color:Black;
}
.InnerCenter
{
    margin-left:150px;
	height:440px;
	width:1000px;

}
.CenterText
{
	height:750px;
}
.Main
{
	height:1534px;
}
.Content
{
	 height:1070px;
}

.contact
{
	 height:120px;
	 width:400px;
	 float:left;
	 margin-left:0px;
	 margin-right:10px;
	 text-align:left;
	 font-size:14px;
	 font-weight:normal;
}

.contactButton
{
	 height:100px;
	 width:175px;
	 float:left;
	 margin-left:0px;
	 margin-right:10px;
	 border:solid 2px black;
	 
}

.contactButton:hover
{
	 
	 border:solid 2px red;
	 
}

