	
	#banner {
		margin: 0 auto;
		height: 80px;
		width: 800px;
		background:#fff;
		padding: 0px;
		border-bottom: 1px solid #a1a5a9;
		border-right: 1px solid #a1a5a9;
	}
	
	#leftcontent {
		float: left;
		width:150px;
		background:#fff;
		border-right: 1px dotted #a1a5a9;
		margin-right: 30px;
		height: 1000px;
	}

	#centercontent {
		margin: 0 auto;
		top: 81px;
		width: 800px;
		background:#fff;
		padding: 10px;
		border: 1px solid #aaa;
	}

	#rightcontent {
		position: absolute;
		right:10px;
		top:50px;
		width:100px;
		background:#fff;
		border:0px solid #000;
	}

	#rightcontent p {
		font-size:10px
	}
		
	#footer {
		border:0px;
	}
