* {
	font-family: arial, sans-serif;
	margin: 0;
}
body {
	width: 760px;
	margin: 0 auto;
	font-size: 76%;
	color: #444444;

}
div#skills, div#quicklinks {
	display: none;
}

a { color: #0000ff; }

div#header {
	margin: 40px 0 20px 190px;
	font-size: 150%;
}

div#main {
	font-size: 110%;
}

div.section {
	overflow: visible; 
	clear: both;

}
div.section p {
	padding: 0.25em 0; 
	line-height: 1.5em; 
}

div.section div.info {
	margin-bottom: 2em;
}
h2 {
	float: left;
	width: 180px;
	border-top: 2px solid #333333;
	text-align: right;
	letter-spacing: 0.05em;
	color: #333333;

}
h3 { 
	line-height: 2.5em; 
	letter-spacing: 0.05em; 
	float: left;
}
h4 { 
	line-height: 2.5em; 
	margin-bottom: 0.25em; 
	font-weight: normal;
	float: right;
}

ul { 
	clear: both; 
	margin-left: 5px;
	padding: 1em 0 0 1em;

}

div.info {
	float: right;
	border-top: 2px solid #444444;
	width: 570px;
	margin-bottom: 1em;
}
div.info p, div.info li {
	line-height: 1.5em;
}
div.info ul  {
}
div.info ul li {
	padding-bottom: 0.25em;
}

div#objective div.info p {
	background: yellow;
}


div#education ul,
div#personal ul { 
	margin-top: 1em; 
}


p#references {
	clear: both;
	text-align: center;
	line-height: 3em; 
}

div#footer {
	margin-top: 1em; 
	line-height: 2.5em; 
	text-align: center; 
}

