

/*
Layout for a 2 column website
*/

/* Containers */
	#container {
		width: 798px;
		margin: 0px auto 0px auto;
		background-color: #f68722!IMPORTANT;
		color: #333;
		line-height: 130%;
	}
	
	#newcontainer {
		background-color: white!IMPORTANT;			
	}

/* Main */
	#content {
		margin-left: 170px;			
		padding: 10px;
		background-color: white!IMPORTANT;		
	}
	
	*html
	#content {
		margin-left: 180px;			
		padding: 10px;
		background-color: white!IMPORTANT;		
	}
		
	#main {
		border-left: solid 8px white;
	}
