body, td {
	font-size: 12px;
}

body {
	font-family: sans-serif;
	text-align: center;
}

image {
	border: none;
}

h2 {
	font-family: sans-serif;
	color: #22187b;
}

#page {
	width: 750px;
	margin: 0 auto;
}

#header {
	_position: relative;
	display: table;
	text-align: left;
	background-color: #22187b;
	height: 122px;
	width: 750px;
}

#header-logo {
	width: 188px;
	height: 112px;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

#header-text {
	_position: absolute;
	_top: 20%;
	display: table-cell;
	width: 537px;
	vertical-align: middle;
	color: white;
	font-size: 14px;
	padding: 10px;
}

#header a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

#header a:hover {
	border-bottom: 1px dotted #ECBD6A;
}

#content {
	text-align: left;
	font-family: Times;
}

#content #image {
	float: right;
	margin: 0 0px 10px 15px;
	border: 1px solid #cccccc;
}

.headshot {
	margin: 0 10px 10px 0;
	border: 1px solid #cccccc;
}

.bio {
	margin-bottom: 25px;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin-top: 25px;
	padding-top: 7px;
	padding-bottom: 10px;
	border-top: 1px solid #cccccc;
}