*{
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:none;
}
html{
	background:#f5f5f5;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:16px;
	width:600px;
	margin:60px auto 0 auto;
	color:#717171;
}
a{
	color:#626262;
	text-decoration:underline;
}
ul{
	list-style:none;
}

#filler {
	color:#222;
	width:136px;
	height:90px;
	float:left;
	overflow:hidden;
}


blockquote#intro{
	width:420px;
	float:left;
	margin-bottom:40px;
}
blockquote#intro p{
	padding:8px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	line-height:19px;
}
blockquote#intro p a{
	color:#999999;
}
blockquote#intro p a:hover{
	color:#717171;
	background:none;
}
#contact{
	clear:left;
	width:150px;
	float:left;
}

#contact #rs {
	color:#000;
	font-size:11px;
}
#contact a{
color:#717171;
}
#contact a:hover{
}
ul#works{
	float:left;
	width:420px;
}
ul#works li{
	background:url(../img/bg-workitem.gif) repeat-y;
	margin:0 0 30px 0;
}
li img.preview{
	padding:12px 10px 0 0px;
	background:url(../img/bg-workitem-top.gif) no-repeat;
	border:0px;
}
h4{
	font-size:1.2em;
	margin-bottom:3px;
	margin-top:5px;
	color:#626262;
}


#footer {
	clear:both;
	padding-top:26px;
}

#footer #links {
	width:150px;
	float:left;
}

#footer #blog {
	float:left;
	width:400px;
}