html, body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
}

h1, h3, h4
{
	color: #383c77;
	font-family: sans-serif;
}

h5
{
	color: #383c77;
	font-family: sans-serif;
	font-style: italic;
	margin-top: -20px;
}


p
{
	font-family: sans-serif;
}

.header 
{
	background-image: url(/photography/images/dbp-header.png);
	background-repeat: no-repeat;
	height: 160px;
	background-color: white;
	width: 100%;
}

.left
{
	background-image: url(/photography/images/dbp-left.png);
	background-repeat: no-repeat;
	float: left;
	width: 160px;
	height: 300px;
}

.main
{
	margin: 0px 0px 0px 170px;
}
