BODY {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: -.01em;
	line-height: 1.5;
	text-transform: lowercase;
}

/* --------------------------------------------- *
 * GENERAL
 * --------------------------------------------- */
.asterisk {
	color: #00ccff;
	font-size: 130%;
	font-weight: bold;
	line-height: .75;
	position: relative;
	top: .15em;
}

.spotlight,
.spotlight A {
	color: #00bceb;
}

.hide {
	display: none;
}

A {
	color: #333333;
	text-decoration: none;
}

HR {
	border: none;
	border-top: 1px solid #cccccc;
	height: 0;
}

H1 {
	font-size: 2em;
	letter-spacing: -.025em;
}

H2 {
	font-weight: normal;
}

SMALL {
	font-size: .75em;
}

#footer {
	text-align: center;
}

#footer SMALL {
	font-size: .5em;
}

HR.footer {
	margin-bottom: 0;
}

#language-switcher {
	font-size: .5em;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

#language-switcher A,
#language-switcher SPAN {
	border: 1px solid #00ccff;
	display: block;
	float: left;
	margin-left: 1em;
	padding: .25em 0;
	text-align: center;
	text-transform: none;
	width: 2em;
}

#language-switcher SPAN {
	background-color: #00ccff;
	color: #ffffff;
}

#language-switcher A:hover {
	color: #00ccff;
}

/* --------------------------------------------- *
 * LAYOUT
 * --------------------------------------------- */
#container {
	margin: .833em auto .417em;
	width: 40em;
}

HR {
	clear: both;
	margin: .5em 0 .5em 5.417em;
}

#photo,
H1,
.section H2,
.section UL {
	float: left;
	margin-left: .417em;
	margin-right: .417em;
	overflow: hidden;
}

#header {
	position: relative;
}

.section {
	margin-left: 5em;
	overflow: hidden;
}

.section H2 {
	width: 9.167em;
}

H1 {
	margin-left: .209em;
	margin-right: .209em;
	padding-top: .209em;
}

.less-important {
	float: left;
}

#interests UL {
	width: 11.667em;
}