body {
	text-align: center;
	background: #99cc99;
	font-family: arial;
}

#global {
	text-align: left;
	border: 1px solid black;
	background: #ffffff;
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	text-align: center;
}

#header h1 {
	padding: 25px;
	font-size: 1.5em;
}

#navigation {
	width: 200px;
	float: left;
}

#navigation .subNav {
	padding: 0 15px 0 35px;
	font-size: 0.8em;
}

#navigation .subNav .current {
	color: #99cc99;
}

#content {
	width: 700px;
	float: left;
}

#breadCrumb {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	font-size: 0.8em;
	
}

.clearBoth {
	clear: both;
}
