* {
	margin:0;
	padding:0;
}
body {
	background: #fff;
	color: #000;
	font-family: "Lucida Grande", serif;
	font-size: 12px;
	width: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
ul, li {
	list-style: none;
}
#container {
	margin: 0 auto;
	width: 1200px;
}
#content {
}
#about {
	padding-left: 300px;
	width: 900px;
}
#about a {
	text-decoration: underline;
}
#contact {
	position: absolute;
	width: 600px;
}

#portfolio {
	display: block;
	width: 900px;
	float: right;
	background: #fff;
}
#portfolio li {
	margin-bottom: 40px;
	background: #fff;
}
#portfolio li img {
	background: #fff;
}
#sidebar{
	width: 270px;
	padding-right: 30px;
	float: left;
}
#sidebar h1 {
	padding: 0;
}
#sidebar h1 a {
	color: #000;
	text-decoration: none;
}
#sidebar h1 a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
}
ul#menu {
	padding-top: 35px;
	height: 50px;
}
#menu li {
	float: left;
	width: 300px;
}
#menu a {
	text-decoration: none;
}
#menu a:hover,
#menu a.active {
	text-decoration: underline;
}
#work li {
	float: left;
	width: 300px;
	height: 320px;
}
#work li .image {
	display: table-cell;
	width: 300px;
	height: 320px;
	vertical-align: middle;
	text-align: center;
}
.about,
.awards,
.clients {
	display: block;
	width: 280px;
	padding-right: 20px;
	float: left;
}
#footer {
	clear: both;
	padding-top: 150px;
}
