#frameedge {			
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	height: 130px;
}
#headertext {
	margin-top:100px;	
	margin-left:215px;	
}
#footer, .push{
	height: 80px; /* .push must be the same height as .footer */
}
#footer {
	text-align:center;
}
#column1main {
    background-color: orange;/**/
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	
}
#column2main {
	background-color: gray;/**/	
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
}
#middleColumn {	
	background-color: yellow;	
	/*
	border-radius: 15px;
	-moz-border-radius: 15px;
	border: 1px solid #000;	*/
	text-align:justify;
}
#leftColumn {
	background-color: red;/**/		
}
#rightColumn {
	background-color: green;	
}
#rightColumn, #leftColumn ,#middleColumn {
	border: 0px solid #f00;	
	border-top: 0px solid #f00;	
	border-bottom: 0px solid #f00;
	/*margin: 0px 0px 0px 0px;	
	padding: 10px 10px 10px 10px;*/
}

/*clear box backgrounds*/
#column1main, #column2main, #middleColumn, #leftColumn, #rightColumn {
	background: transparent;
}