* {
	margin: 0;
	padding: 0;
}
body {
	width: 760px;
	margin: 40px auto 20px 20px;
	margin: 40px auto 20px auto; 
	font-size: 0.76em;
}
h1, h2, h3, h4 {
	font-family: trebuchet ms, arial, sans-serif;
}
p, li, dl, dt, dd {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0.5em 0;
}
div#header {
	margin-bottom: 10px;
	text-align: right;
}
div#header p {
	font-family: trebuchet ms, arial, sans-serif;
	margin: 0;
	font-size: 1.2em;
}

div.section {
	display: block;
	overflow: auto;
	width: 100%;
	background: transparent url(img/section_bottom.gif) no-repeat scroll bottom;
	margin-bottom: 20px;
	padding-bottom: 16px;
}
h2 {
	font-size: 1.25em;
	clear: both;
	float: left;
	width: 170px;
	text-align: right;
	background: transparent url(img/section_top.gif) 0 0 no-repeat;
	padding-top: 20px;
}
h2 span {
	margin-right: 20px;
	display: block;
}

h3 {
	font-size: 1.5em;
}
h3 a {
	color: blue;
	text-decoration: none;
	
}
h4 {
	border-bottom: 1px solid #aaaaaa;
}

div.details {
	float: right;
	width: 580px;
	margin-left: 10px;
	margin-right: 0px;
	background-color: #eeeeee;
}
div.details div.info {
	padding: 20px 25px 0 25px;
}
div.details div.one {
	background: #eeeeee url(img/section_top.gif) scroll no-repeat -180px 0% ;
}
div.details ul {
	margin: 0.5em 20px;
}

div#quicklinks, div#skills {
	display: none;
}

p#references { display: none; }


div#skills {
	display: block;
	overflow: hidden;
}
div#skills dl {
display: block;
}

div#skills dt { 
	display: block;
	font-weight: bold; 
	margin-right: 0.5em; 
	margin: 0.6em 0.5em 0 0;
}
div#skills dd { 
	display: inline; 
	margin: 0 0.5em 0 0;
	padding: 0 0 0 8px;
	white-space: nowrap;
	background: transparent url(img/boxes_bullet.gif) 0 50% no-repeat; 
}

