html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
body {
	font: 100% Times, serif;
	color: black;
	background: white;
}

address {
	font-style:normal;
	font: 12px Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #d22030;
}
a:hover {
	background: #d22030;
	color: white;
}
hr {
	border: 1px solid #c9c9c9;
	height: .25em;
}
h1 {
	font: 150% Times, serif;
	font-variant: small-caps;
	margin-top: 50px;
	margin-bottom: -10px;
}
h2 {
	font: italic normal 110% Times, serif;	
	margin-top: 0;
	color: #818181;
}
h3 {
	font: bold  150% Arial, sans-serif;	
	margin-bottom: 0;
	margin-right: 32px;
	text-align: right;
	color: #4e4d4e;
	
}

em {
	float: right;
	margin-right: 10px;
}

br {
	clear: both;
}

#container {
	margin: 0 auto 0 auto;
	width: 800px;
	height: 100%;
	background-color: white;
}
#contact {
	width: 800px;
	height: 300px;
	float: left;
}
#content {
	width: 800px;
}
.client {
	height: 100%;
}
.client img {
	border: 1px solid #c9c9c9;
	float: right;
	margin-left: 10px;
}

.client p {
	color: #4e4e4e;
	margin-right: 10px;
	font: .85em Times, serif;
}

.portfolio {
	width: 70%;
	float: left;
}
.description {
	width: 27%;
	padding: 10px 0 30px 20px;
	float: left;
}
#multiple {
	width: 1000px;
	height: 100%;
}
#multiple img{
	float: left;
}
#multiple ul{
	padding: 5px;
	list-style: none;
}
#multiple li{
	margin-top: 20px;
}