#navbar {
	position: absolute;
	height: 50px;
	width: 680px;
	left: 25%;
	top: 150px;
	z-index: 3;
	visibility: visible;
}
#sidebar {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	position: absolute;
	height: 300px;
	width: 125px;
	left: 0px;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #FF0000;
}
.top {
	position: absolute;
	left: 0px;
	top: 0px;
}
#banner {
	background-image: url(Images/SPgifs/bannerbg.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 125px;
	width: 100%;
	left: 0%;
	top: 0px;
	background-position: 100%;
	background-attachment: scroll;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	position: absolute;
	width: 680px;
	left: 25%;
	top: 225px;
	height: auto;
	background-image: none;
	background-position: 100% 100%;
	background-repeat: repeat;
	border: thin double #900;
	margin: 0px;
	padding: 20px;
	text-align: justify;
}
#banner img {
	position: relative;
	height: 125px;
	width: 435px;
	left: 30%;
}

