#wrapper {
	width: 758px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	display: table;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#banner {
	height: 144px;
	width: 758px;
}
#leftnavigation {
	float: left;
	width: 201px;
	height: 100%;
}
#main {
	float: left;
	width: 557px;
	height: 100%;
	border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: dotted;
}

