#banner {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #7A6B75;
	height: 98px;
	visibility: inherit;
	background-image: url(images/top_banner_bg_image.png);
	background-repeat: no-repeat;
}
#sidebar {
	position: absolute;
	width: 150px;
	left: 10px;
	top: 115px;
	
}

#main {
	margin-top: 113px;
	margin-right: 0px;
	margin-left: 150px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#banner_heading {
	background-image: url(images/heading.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	visibility: visible;
	height: 65px;
	width: 300px;
	left: 10px;
	z-index: 1;
}
#banner_dove {
	background-image: url(images/dove_header.png);
	background-repeat: no-repeat;
	float:right;
	height: 98px;
	width: 150px;
	top: 0px;
	right: 15px;
	position: relative;
	z-index: 2;
}
#banner_dove_accent {
	background-image: url(images/dove_cover.png);
	background-repeat: no-repeat;
	float:right;
	z-index: 3;
	height: 98px;
	width: 150px;
	top: 0px;
	right: 15px;
}
#bottom {
	text-align: center;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #330066;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
