body {
	bodybackground-color: #9f8867; 
}

.banner {
font-size:xx-large;
font-family: arial black;
left: 0;
top:0%;
width:100%;
position: absolute:
}

.footer {
float: left;
padding-top: 20px;
left: 0;
width: 100%;
vertical-align: bottom;
text-align: center;
border-color: black;
}

.leftcolumn {
float: left;
width: 15%;
height: 100%;
text-align: left;
}

.maincontent {
float: left;
width: 60%;
height: 100%;
text-align: left;
}

.rightcolumn {
float: right;
// width: 250px;
width: 20%;
height:100%;
text-align: justify;
}