I'm having trouble aligning two elements to create columns and adding a footer. Currently, the elements are stacked horizontally and the footer is inline with them. How can I adjust the formatting of the page?
h1 {
color: #225522;
margin: 0px;
padding: 0px;
}
img {
padding-left: 5px;
margin-top: 5px;
margin-left: 1px;
}
p {
font-size: 14px;
color: #484848;
font-family: "Trebuchet MS";
}
p.heading {
padding: 0;
margin: 0;
}
#rn_section1,
#rn_section2 {
text-align: center;
height: 495px;
width: 400px;
float: left;
padding: 10px;
margin: 0 auto;
}
#footer {
clear: both;
padding: 5px;
position: relative;
margin-bottom: inherit;
}