body {
	font-family: Verdana, Ariel, Serif;
	color: #222;
	background-image: none !important;
	padding: 0;
	margin: 0;
}


h1, h2, h3 { color: #222; }


#options li {
display: none;
}

#options li.avatar {
display: block;
}

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

.section {
	width: 700px;
	margin: 0 auto;
	padding: 0px 0 20px;
	page-break-after: avoid;
}

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

.section:before {
	font-size: 15px;
	color: #333;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #ddd;
	padding: 2px 0;
	margin-bottom: 15px;
	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"; }

#skills ul li {
margin: 0 15px;
}
