/* GENERAL */

body {
	font: normal 1em "Sans Serif", Arial, Verdana, Helvetica;
}

.wordy {
	font: normal 1em "Times", "Serif", "Times New Roman";
}

a {
	text-decoration: none;
	border-bottom: thin dotted;
}

a:hover {
	border-bottom: thin solid;
}

/* CATEGORICAL */

#header {
	position: relative;
	width: 40%;
	text-align: right;
	float: left;
}

#name {
	font-weight: bold;
	font-size: 1.6em;
}

#role {
	font-size: 1.2em;
}

#professional-links ul {
	list-style-type: none;
	font-size: 0.8em;
}

#image {
	background: white url(d.jpg) no-repeat center;
	height: 120px;
	width: 135px;
	border: 3px double #999;
	margin: 10px 0px 10px 41%;
}

#currently {
	background: #FFC;
	margin: 5px;
	padding: 10px;
	text-align: center;
	border-top: 2px dotted #999;
	border-bottom: 2px dotted #999;
	font-size: 1.5em;
}

#more-info {
	position: relative;
	left: 41%;
	width: 40%;
}

#more-info div {
	margin-top: 20px;
	font-size: 1.1em;
}

#more-info div .category {
	font-weight: bold;
	font-size: 1.0em;
}
