body {
	font: 14px/16px Arial;
	background: #000 url("/img/back.png") repeat-y;
	color: #333;
	margin: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	background-color: #333;
	color: #fff;
}

#current h2 {
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 15px;
}		

#current {
	width: 490px;
	float: left;
	display: inline;
}

#about {
	color: #f7f7f7;
	width: 190px;
	float: left;
	display: inline;
}

#about h2 {
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 15px;
}

#about p {
	font-size: 10px;
	margin-bottom: 30px;
}

p {
	margin: 5px 15px;
}

h3 {
	margin: 15px 15px 10px;
	border-top: 1px dotted #333;
	padding-top: 20px;
	padding-left: 120px;
}

.project {
	height: 200px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.project p {
	font-size: 80%;
	margin-right: 30px;
	padding-left: 120px;
}

#logo {
	margin: 30px 0 30px 390px;
}