	#boundingbox {
		margin: 0px auto;
		border:none;
		width:475px;
		}
	#banner {
		margin:0 auto;
		border:none
		width:475px;	
		}
	#leftcontent {
		width:180px;
		padding: 10px;
		float:left;	
		}
	#centercontent {
		margin: 0 auto;
		width: 475px;
		padding: 10px;
		float:left;
		background-color:#ECE9D0;
		padding:10px;
		border-right:1px solid #cc9900; 
		border-bottom:2px solid #cc9900;
		z-index:100;
		}
	#rightcontent {
		
		width:200px;
		padding: 10px;
		float:left;
		}
	#footer {
		clear: both;
		}
		
	#logo {
		position:absolute;
		margin-top:25px;
		left:10px;
		float:left;
		}
	#top {
		position:absolute;
		background-color:#006699;
		width:100%;
		height:35px;
		top:0px;
		right:0px;
		z-index:1;
		}	
