body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 824px;
	background: #FFFFFF;
	height: 350px;
	margin-top: -175px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -412px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#radderLogo {
	height: 345px;
	width: 376px;
	float: left;
	padding-right: 40px;
	display:block;
}
#clientList {
	float: left;
	height: 84px;
	width: 112px;
	margin-left:-122px;	
}
#clientListContainer {
	overflow:hidden;
	float: left;
	width: 117px;
	padding-left: 10px;
}
#vertlineContainer {
	height: 84px;
	width: 3px;
	float: left;
}
#vertline {
	background-color: #e8e8e8;
	height: 67px;
	width: 3px;
}


#aboutText {
	float: left;
	height: 98px;
	width: 405px;
	margin-top: 110px;
}
#aboutContainer {
	float: left;
	height: 108px;
	width: 405px;
}
#line {
	float: left;
	height: 3px;
	width: 405px;
	background-color: #e8e8e8;
}
#lineContainer {
	float: left;
	height: 3px;
	width: 405px;
}
#links {
	height: 85px;
	width: 80px;
	float: left;
	z-index: -99;
}
#linksContainer {
	height: 85px;
	width: 80px;
	float: left;
}
#padding {
	height: 24px;
	width: 405px;
	float: left;
}

#rightContainer {
	height: 216px;
	float: left;
	width: 405px;
	padding-top:45px;
}
.aboutLink {
	z-index: 0;
	margin-top: -31px;
	display:block;
	height: 13px;
	width: 42px;
	padding-bottom: 18px;
}
.clientLink {
	z-index: 0;
	margin-top: -31px;
	display:block;
	height: 13px;
	width: 46px;
	padding-bottom: 18px;
}
.contactLink {
	z-index: 0;
	margin-top: -31px;
	display:block;
	height: 13px;
	width: 51px;
	padding-bottom: 18px;
}
.about {
	z-index: 1;
	display:block;
	height: 13px;
	width: 42px;
	padding-bottom: 18px;
	position: relative;
}
#aboutContainer {
	overflow: hidden;
}

.client {
	z-index: 1;
	display:block;
	height: 13px;
	width: 46px;
	padding-bottom: 18px;
	position: relative;
}
.contact {
	z-index: 1;
	display:block;
	height: 13px;
	width: 51px;
	padding-bottom: 18px;
	position: relative;
}
