body {
	margin: 0;
	padding: 0 10px;
	color: #888;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #eee url(/assets/images/bg_body.png) repeat-x bottom left;
	background-attachment: fixed;
	}
a {
	color: #80B62A;
	text-decoration: none;
	}
a:hover {
	color: #000;
	}
img {
	border: 0;
	}
#content {
	width: 980px;
	overflow: hidden;
	margin: 0 auto 80px;
	}
#header {
	width: 980px;
	margin-top: 40px;
	float: left;
	}
	#header h1 {
		width: 400px;
		height: 50px;
		margin: 0;
		padding: 0;
		float: left;
		color:#000;
		font:normal 42px "Helvetica Neue", Helvetica, Arial,sans-serif;
		letter-spacing:-1.5px;
		}
	#header h2{
		line-height:1.3em;
		font-size:18px;
		float:left;
		clear: left;
		}
	#header ul{
		width:500px;
		margin:20px 0 0;
		float: right;
		text-align: right;
		}
		#header ul li{
			color:#333;
			float:right;
			font-size:12px;
			list-style: none;
			padding-left:5px;
			}
		#header ul li.spacer{
			padding-left:10px;
			}
.project {
	width: 980px;
	border-top: #999 1px solid;
	padding: 40px 0 0;
	float: left;
	}
	.project .overview {
		width: 300px;
		margin-right: 40px;
		float: left;
		}
		.project .overview h2 {
			margin: 0 0 20px 0;
			padding: 0;
			color: #000;
			font:normal 22px "Helvetica Neue", Helvetica, Arial,sans-serif;
			letter-spacing: -0.5px;
			}
		.project .overview ul {
			margin: 20px 0 0 0;
			padding: 0;
			list-style: none;
			line-height: 1.65em;
			}
		.project .overview ul strong {
			color: #000;
			}
	.project .images {
		width: 640px;
		padding-bottom:50px;
		margin-top:45px;
		background: url(/assets/images/bg_screens.jpg) no-repeat center bottom;
		float: left;
		}
		.project .images span {
			display: none;
			}
