﻿.titlebg
{
	position:relative;
	color: #fff;
	background:rgb(42,39,34);
	background-image:url('bluebar.jpg');
	height: 50px;
	width: 100%;
}

.titletext
{
	position: absolute;
	bottom: 0px;
	left: 15px;
	font-style: italic;
	font-size: 1.8em;
	font-weight: bold;
}

.headshot
{
	position:relative;
	margin: 6px;
	font-size: 0.7em;
	float:left;
	min-width: 350px;
	width:auto;
}
.headshot img
{
	padding:1px;
   	border:1px solid rgb(0,102,255);
	height:150px;
	width:150px;
	position: relative;
	float: left;
}

.hdtext
{
	position:relative;
	float:left;
	margin: 6px;
	width:auto;	
}

.hdtitle
{
	color: rgb(51,102,204);
	font-weight:bold;
	font-size: larger;
	padding-bottom: 5px;
}
