body {
margin: 0;
}

.banner {
	height: 90px;
	background-image: url(images/header.jpg);
}

.nav_top {
	height: 100%;
	background: maroon;
	font-size: large;
}

.nav_left {
	width: 107px;
	float: left;
	Background: maroon;
	height: 100%;
}

.content {
	margin-left: 107px;
	background-image: url(images/greenback.gif);
	background-position: center top;
	background-repeat: repeat-y;
	min-height: 447px;
}

.footer {
	height: 100%;
}

a img { 
   vertical-align: top; 
   border: 0; 
}

a.footer:link {color: #0000ff; }
a.footer:visited {color: #894f7b; }
a.footer:active {color: red; }
