body {
	background: #0f0f0f;
	color: #fff;
	font-family: arial;
}

a {
	color: #ccc;
}

img {
	border-width: 0px;
}

td {
	font-size: 10pt;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width:830px;
}

#viewer {
	width: 100%;
	background: #3c3c3c;
	margin-bottom: 5px;
	padding: 4px;
}

#bottom {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	margin-left: -1px;
}

#bottom td {
	vertical-align: top;
}

#paypal p {
	text-align: center;
}

.project {
	background: #3c3c3c;
	border-spacing: 3px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}

.project a {
	text-decoration: none;
}

.project a:hover {
	text-decoration: underline;
}

.project-title {
	background: #0f0f0f;
	padding: 4px;
}

.project-thumb {
	width: 206px;
	text-align: center;
}

.project-thumb img {
	border: 0px solid white;
}

.project-description {
	background: #0f0f0f;
	padding: 4px;
}

#cv {
	padding: 10%;
	font-size:10pt;
	line-height: 130%;
}

#main-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#arrow {
	display: block;
	width: 20px;
	vertical-align: middle;
}

