 body
{
	background-color: #fff;
	color: black;
	font:  14px verdana;
	margin: 0;
	padding: 0;
}
a, a:hover{
    text-decoration: underline;
}
div.clear{
    clear: both;
}
div#container {
    margin:0 auto;
    width:1000px;
}
div#header{
   height: 108px;
	margin-bottom: 40px;
}
div#header a{
	color:#434343;
}
div#right-header{
	float: right;
	text-align: right;
}
ul#navigation li{
	float: right;	
	height: 20px;
	line-height: 14px;
	list-style: none;
	color: #434343;
	padding-left: 10px;
}
div#projects{
	margin-bottom: 30px;
}
div#projects div.project{
	width: 333px;
	float: left;
}
div#projects div.project a{
	color: #208BCE;
	font-weight: bold;
}
div#projects div.project div.screenshot{
	border: 1px solid #A3A3A3;
	padding: 10px;
	width: 282px;
	margin-top: 10px;
}
div#projects div.project div.description{
	width: 302px;
}
h2{
	margin-top: 30px;
	margin-bottom: 30px;
	color:#333333;
	font-weight: normal;
	font-size: 24px
}
#quote{
	font-size: 24px;
	width: 710px;
	color: #A3A3A3;
	line-height: 35px;
}
#quote img.left{
	margin-bottom: 20px;
	float: left;
}
#quote img.right{
	margin-top: 20px;
	float: right;
}
#quote strong{
	float: right;
	font-size: 18px;
	color: #434343;
	font-weight: normal;
	margin: 0px;
	line-height: 20px;
}
#footer{
	border-top: solid 1px #EDEDED;
	font-size: 10px;
	margin-top: 20px;
	padding-top: 10px;
}
