html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	line-height: 1.3;
	background-color: #fff;
	color: #000;
}

h1{
	position: absolute;
	top: 0.1em;
	left: 0.4em;
	font-size: 3.5em;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	text-shadow: #000 2px 2px 3px;
	color: #fff;
}

h2{
	font-size: 3.5em;
	font-family: "Impact", sans-serif;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	word-spacing: 0.25em;
	letter-spacing: 0.05em;
	padding: 0.1em 0.3em 0.1em 0;
	color: #dd9;
	background-color: #05b;
	border-bottom: 4px solid #000;
}

#mainContent{
	max-width: 60em;
	margin: 1em auto;
	padding: 0 1em;
}

#portrait{
	width: 11.9375em;
	height: 15em;
	margin: 0 1em 1em 0;
	border: 1px solid #000;
	float: left;
}

#shortBio{
	list-style-type: none;
	margin: 0 1em 0 12.9375em;
	padding: 0;
}

#shortBio li{
	font-size: 0.75em;
	margin-bottom: 0.75em;
}

.sideLeft{
 	width: 24em;
	margin: 0 1em 1em 0;
	background-color: #f6f5bb;
	border: 1px solid #03a;
}

.sideLeft h4{
	color: #fff;
	background-color: #03a;
	text-align: center;
	letter-spacing: 0.3em;
	border-bottom: 1px solid #03a;
}

.sideLeft ul{
	margin: 0.5em;
	padding: 0 0 0 1em;
}

.sideLeft li{
	margin: 0.5em;
}

.imgRight{
	width: 12em;
	height: 8em;
	margin: 0 0 1em 1em;
	border: 1px solid #000;
	float: right;
	clear: right;
}