#banner {
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	visibility: visible;
}
#nav {
	position: absolute;
	width: 400px;
	top: 39px;
	right: 20px;
	height: 31px;
	background-image: url(../images/headerbg-short.png);
}
#sidebar {
	position: absolute;
	width: 155px;
	top: 75px;
	left: 2px;
}
#main {
	margin-top: 75px;
	margin-right: 10px;
	margin-left: 175px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #000000;
}
