
.header {
	background-color:#FFF0F5;
	color: #1c1819;
	z-index: 2;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 80%;
	border-bottom: 2px solid #ffd6d6; 
    padding: 20px;
    }

.Bodycontainer {
	font-family: Verdana, sans-serif;
	font-size:90%;
	margin:0 auto;
	background-color:#FFF0F5;
	color: #1c1819;
	padding: 20px
	}
	

.leftpanel {
	z-index: 0;
	position: absolute;
	top: 240px;
	width: 175px;
	padding: 10px;
	background-color:#ffd6d6;
	min-height: 100%;
	}

.middlepanel {
	margin-left: 170px;
	margin-right: 170px;
	margin-top: 240px;
	background-color:#FFF0F5;
	padding: 10px;
	min-height: 100%;
	}

.rightpanel {
	z-index: 0;
	position: absolute;
	margin-left: 985px;
	top: 240px;
	width: 175px;
	padding: 10px;
	background-color:#ffd6d6;
	min-height: 100%;
	}
	
	table.services {
	margin: 10px;
	border: none; 
    padding: 15px; 
    border-spacing: 0;
	}


table.services td {
	border: none;
	padding: 20px;
	}	

table.services img {
	width:300px;
	height:300px;
	float: center;
	}

table.services tr {
	width: 30%;
	height: 30%;
	}