#Layer1 {
    position:absolute; 
    z-index:1; 
    top: 10px;
    height:180px;
    left: 50px;
    right: 50px; 
    visibility: visible;
}

#Layer1 p {
padding-left: 5px;
padding-right: 5px;
}

#Layer2 {
    padding-top: 5px;
    position:absolute;     
    z-index:2; 
    left: 50px;
    right: 250px; 
    top: 200px; 
    visibility: visible; 
    bottom: 10px;
    overflow:auto;
}

#Layer2 h1 {
padding-left: 15px;
padding-right: 15px;
}
#Layer2 p {
padding-left: 15px;
padding-right: 15px;
text-align: justify;
}

#Layer3 {
    padding-top: 10px;
    position:absolute; 
    width:20%; 
    z-index:3; 
    width: 200px;
    right: 50px; 
    top: 200px; 
    visibility: visible; 
    bottom: 10px;
}

.easy {
	font-family: verdana, arial, helvetica, sans-serif;
}
a.menu {
	font-size: 10pt;
	color: #000000;
	margin-right:4px;
	text-decoration: none;
    line-height:31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-right: 4px;	
	clear: none;
	width: 176px;	
	height: 31px;
 	position: relative;
    display:block;	
}

a.menu:link {
	background: url('easydebtorange.png') 0 0 no-repeat;
}

a.menu:visited {
	background: url('easydebtorange.png') 0 0 no-repeat;
}
a.menu:hover {
	background: url('easydebtred.png') 0 0 no-repeat;	
}
.orange {
	background-color: #FFEE88;
}
.blue {

	background-color: #CCCCFF;
}
