#container {
	background-repeat: no-repeat;
}

#content {
	clear: both;
	padding: 40px 0px 0px 0px;
	min-height: 200px;
}

#maincontent {
	height: 200px;
	margin-left: 0px;
	margin-top: -20px;
	text-align: justify;
}
#maincontent a {
text-decoration:none;
}
html>body #maincontent {
	height: auto;
}

#sidelinks {
	width: 218px;
}
#sidelinks ul {
	margin-right: 12px;
}

h1 {
	background-repeat: no-repeat;
	height: 0px;
	overflow: hidden;
	margin: 0px 0px 0px -18px;
	padding: 60px 0px 0px 0px;
}

h1.about {
	background-image: url(images/h1_about.gif);
}
h1.clients {
	background-image: url(images/h1_clients.gif);
}
h1.careers {
	background-image: url(images/h1_careers.gif);
}

div.clientlist {
	float: left;
	margin-bottom: 15px;
	width: 250px;
}
div.clientlistset {
	clear: both;
}