@CHARSET "UTF-8";
h1			{text-align:center;}
div#skills 	{
	height:300px;
	border-bottom:1px solid #669933;
	padding-bottom:15px;
	margin-bottom:20px;
}
div#profile-text {
	border-bottom:1px solid #669933;
	padding-bottom:15px;
	margin-bottom:20px;
}
div#skills ul {
	float:left;
	width:305px;
}
div#skills li, div#profile .work-experiance li {
	list-style:circle inside;
}
div#profile .work-experiance, div#project p.date {
	margin-bottom:30px;
}
div#profile .work-experiance a.more {
	text-decoration: none;
	color: #777;
}
div#profile .work-experiance a.more:hover {
	text-decoration: underline;
}
div#profile .education {
	padding-top:20px;
	border-top:1px solid #669933;
}
div#profile .education dl dd {
	padding-bottom:10px;
}