#bio-address {
	float: left;
	margin-top: 1em;
}

#bio-contacts {
	float: right;
	position: relative;
}

#bio-contacts dt {
	float: left;
}

#content {
	clear: both;
}

#page {
	background: white;
	border: 1px solid #888;
	bottom: .125in;
	color: black;
	padding: .75in 1in;
	position: relative;
	right: .125in;
	text-align: left; /* to prevent IE centering from centering all child nodes */
	width: 6.5in;
}

#page-shadow {
	background: #bbc;
	left: .125in;
	margin: .5in auto;
	position: relative;
	top: .125in;
	width: 8.5in;
}

#skills {
	border-collapse: collapse;
	border-bottom: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 6.5in;
}

#skills .col2,
#skills .col3 {
	text-align: center;
	width: 15%;
}

#skills td,
#skills th {
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-left: .5em;
	padding-right: .5em;
}

#skills th {
	background: black;
	color: white;
	font-weight: normal;
}

#skills tr.even {
	background: #e5e5ff;
}

body {
	background: #ddf;
	text-align: center; /* centers #page under IE */
}

div.level3 {
margin-left: 2em;
}

div.table-corner-left {
	background: url(rounded-corner-left.png);
	height: 6px;
	left: -.5em;
	margin-bottom: -6px;
	margin-left: -1px;
	position: relative;
	top: -1px;
	width: 6px;
}

div.table-corner-right {
	background: url(rounded-corner-right.png);
	float: right;
	height: 6px;
	margin-bottom: -6px;
	margin-right: -1px;
	position: relative;
	right: -.5em;
	top: -1px;
	width: 6px;
}

h1 {
	margin-bottom: 0;
	margin-top: 0;
}

h2 {
	font-variant: small-caps;
	text-decoration: underline;
	margin-bottom: 0;
}

h3 {
	font-size: 100%;
	margin-bottom: 0;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 1em;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

ul {
	margin-top: 0;
}
