@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 833px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 149px;
	width: 833px;
}
#wrapper #navigation {
	height: 33px;
	background-image: url(../images/navbarbkgrnd.png);
}
#wrapper #navigation #home {
	height: 33px;
	width: 72px;
	clear: left;
	float: left;
}
#wrapper #navigation #about {
	float: left;
	height: 33px;
	width: 94px;
}
#wrapper #navigation #clients {
	float: left;
	height: 33px;
	width: 75px;
}
#wrapper #navigation #contact {
	float: left;
	height: 33px;
	width: 84px;
}
#wrapper #navigation #services {
	float: left;
	height: 33px;
	width: 87px;
}
#wrapper #navigation #systems {
	float: left;
	height: 33px;
	width: 83px;
}
#wrapper #footer {
	height: 21px;
	width: 833px;
	clear: both;
}
