#headerHome {
	display:block;
	width:100%;
	height:auto;
}
#headerDescription {
	display:inline;
	font-size:3em;
}
.inlineBox {
	margin:auto;
	width:100%;
}
#navigation {
	height:45px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#navigation a {
	font-size:1em;
}
#footer {
	border-top: 1px solid #cccccc;
	font-size:0.7em;
}
