

/*
Layout for a 3 column website
*/


/* Sidebar Right */		
	#sidebarright {
		float: right;
		width: 170px;
		padding: 5px 50px 5px 5px;		
		clear: right;	
	}

/* Main */
	#content {
		margin-left: 220px;
		border-left: 1px dashed #c9cfdc;				
		padding: 10px 53px 10px 10px;
		background-color: white;
		border-right: 195px solid #deb407;
	}
	
*html	
	#content {
		margin-left: 220px;
		border-left: 1px dashed #c9cfdc;				
		padding: 10px 100px 10px 10px;
		background-color: white;
		border-right: 195px solid #deb407;
	}	