﻿body {
}
.Center
{
	height:780px;
	border-color:Black;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
}

.InnerCenter
{
	
	border-color:Black;
	width:950px;
	margin-left:48px;
	margin-right:auto;
	
}
.Main
{
	height:1274px;
}

.Footer
{
	
}

img
{
	border:none;
}
	

.left
{
    position:inherit;
	border:solid 2px Red;
	height:170px;
	width:200px;
	float:left;
	margin:10px 30px 10px auto;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	font-family:Arial;
}
.leftcenter
{
	
	border:solid 2px Red;
	height:170px;
	width:200px;
	float:left;
	margin:10px 30px 10px auto;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	font-family:Arial;
}
.rightcenter
{
	
	border:solid 2px Red;
	height:170px;
	width:200px;
	float:left;
	margin:10px 30px 10px auto;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	font-family:Arial;
}
.right
{
	
	border:solid 2px Red;
	height:170px;
	width:200px;
	float:left;
	margin:10px 30px 10px auto;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	font-family:Arial;
}

.right:hover
{
	border:solid 2px Black;
}
.rightcenter:hover
{
	border:solid 2px Black;
}
.leftcenter:hover
{
	border:solid 2px Black;
}
.left:hover
{
	border:solid 2px Black;
}