#Table_01 {
	position:relative;
  	margin:0 auto;
	width:808px;
	text-align: left;
}

#home {
	position:absolute;
	left:42px;
	top:7px;
	width:116px;
	height:153px;
	z-index:2;
}

#contact {
	position:absolute;
	left:533px;
	top:3x;
	width:92px;
	height:158px;
	z-index:3;
}

#about {
	position:absolute;
	left:609px;
	top:10px;
	width:115px;
	height:159px;
	z-index:4;
}

#editorial {
	position:absolute;
	left:704px;
	top:13px;
	width:102px;
	height:164px;
	z-index:5;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

a:link { 
	color: #000000;
	text-decoration: none;
}
a:visited { 
	color: #000000;
	text-decoration: none;
}
a:hover { 
	color: #EE3B89;
	text-decoration: none;
}
a:active { 
	color: #000000;
	text-decoration: none;
}
