/**
 * Layout configuration
 */
 
#canvas {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background: white;
}

#header {
	background: #33cc99;
	color: white;
	height: 125px;
	_border-bottom: 4px solid white;
}

#bar {
	padding: 5px 0 0 0;
	background: #CCCC99;
}

#wrapper {
	float: right;
	width: 700px;
}

#content {
	
}

#navigation {
	float: left;
	width: 200px;
}

#footer {
	clear: both;
	border-top: 2px solid white;
	color: white;
	height: 10px;
	background: #7f7f7f;
	padding: 1em 1em 1em 1em;
	font-size: .8em;
	text-align: right;
}