body {
	margin: 0;
	padding: 0;
}

#db-navbar {
	background: #1e6bac url('/assets/images/bg.jpg') left top no-repeat;
	color: #fff;
	height: 42px;
	padding: 4px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

#db-return-to-portfolio a {
	position: relative;
	float: left;
	display: block;
	color: #fff;
	height: 30px;
	margin: 6px;
}

#db-info {
	position: relative;
	float: right;
	text-align: right;
	padding: 5px;
	height: 30px;
	font-style: oblique;
	text-shadow: #175283 2px 2px 2px;
}

#project-name {
	font-weight: bold;
}

#project-date {
	font-weight: bold;
}

#project-category {
	font-weight: bold;
}

#project-description {
	font-style: normal;
}