* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font: .75em Arial,   Helvetica, sans-serif;
	background-color: #ddd;
}

#distance-about {
	width: 1px;
	height: 50%;
	margin-bottom: -290px;
	/* half of container's height */
	float: left;
}

#container-about {
	clear: left;
	display: table;
	background-color: #fff;
	height: 573px;
	width: 100%;
}

/*content*/

/*client lists*/

#clients #list {

	list-style: none;
	margin-top: 20px;
	float: left;


}
h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
}
#clients #list .padding-top{
	padding-top: 15px;
}

#clients #list ul {

}
#clients #list li {
	padding-top: 7px;
		font-size: 1em;
			color: #666;
	line-height: normal;
	padding-left: 40px;
}


#clients #content {

	width:550px;
}


#content {
	
	color: #666;
	line-height: 1.35em;
}

#content h1 {
	margin-left: 40px;
	padding-top: 60px;
	font-size: 1.75em;
	color: #660066;
}
#content h2 {
	font-size: 1.2em;
	text-align: right;
}
#content  a:link, a:visited {
	color: #bbb;
	text-decoration: none;
}

#content a:hover {
	color: #bbb;
	text-decoration: underline;
}


#content p {
	font-size: 1em;
	margin-left: 40px;
	line-height: 1.4em;
	padding-top: 10px;
}

#content img {
	float: right;
	padding-left: 40px;
	clear: none;
	margin-top: 20px !important;
	margin-top: 0;
}

/*navigation bar (topstrip)*/

#topstrip-about {
	width: 100% !important;
	width: 4000px;
	background: #bbb;
	overflow: visible;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	position: fixed;
}

#topstrip-about ul {
	list-style: none;
}

#topstrip-about ul li {
	float: left;
}

#topstrip-about a:link, #topstrip-about a:visited {
	text-decoration: none;
	display: block;
	float: left;
	line-height: 25px;
	height: 24px;
	color: #fff;
	padding: 0 7px;
}

#topstrip-about a:hover {
	background-color: #fff;
	color: #bbb;
}

#topstrip-about #over a {
	background-color: #fff;
	color: #bbb;
}