html, body 
{
	margin:				0;
	padding:			0;
	height:				100%;
	font-family:		'Tahoma';
	font-size:			.9em;
}

body 
{
	color:				black;
}

h1
{
	font-size:			3em;
	margin-bottom:		0px;
	padding-bottom:		0px;
	text-align:			center;
	font-variant:		small-caps;
	letter-spacing:		.3em;
	padding-top:		0;
	margin-top:			0;
}

h2
{
	font-size:			1.1em;
	font-variant:		small-caps;
}

ul
{
	margin-left:		15px;
	margin-bottom:		0;
}

.detail
{
	margin-top:			5px;
	margin-left:		30px;
}

#heading p
{
	margin-top:			0px;
	padding-top:		4px;
	text-align:			center;
	letter-spacing:		.65em;
}

#heading
{
	padding-bottom:		5px;
}

#education
{
	margin-bottom:		0px;
	border-bottom:		0;
}

#hobbies
{
	padding-top:		20px;
	border:				1px solid #59767F;
	background-color:	#D7E0E1;
	margin-top:			0px;
	margin-bottom:		30px;
}

.section
{
	padding-bottom:		15px;
	margin-bottom:		20px;
	border-bottom:		1px solid #59767F;
}

.section h2
{
	width:				100px;
	position:			relative;
	float:				left;
	text-align:			right;
}

.section .subsection
{
	margin-left:		110px;
}

.subsection
{
	padding-bottom:		10px;
}

.accomplishments
{
	font-variant:		small-caps;
	font-size:			.8em;
	margin-top:			15px;
}

#navigation
{
	display:			none;
}
