body {
	font-family: "lucida grande","lucida sans unicode",tahoma,verdana,arial,sans-serif;
	font-size: 14px;
	color: #222;
}
#portfolio {
	float: right;
	width: 560px;
	margin-top: -5px;
}
#about {
	float: left;
	width: 370px;
	position: fixed;
	/*left: 600px;*/
}
#wrapper {
	width: 960px;
	margin-left: 10px;
} 
h1, h2, h3 {
	color : #222;
	font-size: 16px;
	border-bottom: dotted 1px #222;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
p {
	color: #222;
	font-size: 14px;
	line-height: 130%;
}
a:link, a:visited {
	color: #fff;
	background-color: #222;
	padding: 0 3px;
	text-decoration: none;
}
a:hover, a:active {
	color: #222;
	background-color: #fff;
	padding: 0 3px;
	text-decoration: none;
	border-bottom: dotted 1px #222;
}
ul {
	color: #222;
	list-style-type: none;
	padding-left: 0;
}
li {
	border-bottom: dotted 1px #222;
	padding-bottom: 20px;
}
#portfolio img {
	display: block;
	width: 400px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
