#leftcontent {
	position: absolute;
	left: 10px;
	top: 200px;
	width:17%;
	left: 10px;
	float:left;

	}
	
#centercontent {
	position: absolute;
	top: 200px;
	width:35%;
	left:20%;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	}
	
#rightcontent {
	position: absolute;
	top: 200px;
	width:35%;
	right: 20px;
	float:right;
	
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	

	}
	
	
#banner {
	position: relative;
	top:0px;

	}


