body {
	font-family: Verdana, Ariel, Serif;
	color: #222;
	background: #fff;
	padding: 0;
}

h1 { padding-top: 0; font-size:  25px; }
h1, h2, h3 { color: #222; }

ul#info { width: 700px; }

#info li {
	background-image: none !important;
	padding-left: 0 !important;
}

#options li { display: none; }

#container, #container-bottom {
	width: 700px;
	background: none;
	margin: 0 auto;
	padding: 0;
}

.section {
	width: 700px;
	margin: 0 auto;
	padding: 0px 0 20px;
}

.section, .title { background: none !important; }

.section:before {
	font-size: 15px;
	color: #333;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #ddd;
	padding: 4px 0;
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, sans-serif;
}

#skills:before { content: "Skills"; }
#experience:before { content: "Experience"; }
#education:before { content: "Education"; }
#interests:before {	content: "Interests"; }

.period {
	float: right;
	background: no-repeat;
	border: 0;
	color: #222;
}

p a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}