/*
CSS for Cobblestone
*/
		body {
			font: 80% arial, helvetica, sans-serif;
			margin: 0;
		}
		
		h1, h2 {
			margin: 0;
		}
		
		#header {
			background: #ccc;
			
		}
		

		
		h2 {
			margin-top: 0;
		}
		
		#navigation1 {
			position: absolute;
			left: 0;
			width: 200px;
		}

		#navigation2 {
			position: absolute;
			right: 0;
			width: 150px;
		}
	
		#content {
			margin: 0 150px 0 210px;
		}

		#footer {
			clear: left;
			background: #ccc;
		}
