/* CSS Document */

body{
	background:#FFFFFF;
	width:880px;
	padding:20px;
	font-family:Arial;
	color:#000000;
	left:50%; 
	top:0px; 
	margin-left:-440px;
	position:absolute;
	}
#header{
	border-top: solid 20px #000081;
	width:880px;
	}
h2.name{
	color:#000081;
	border-bottom: solid 1px #000000;
	font-style: italic;
	margin-top:5px;
	}
#contact{
	}
p.city{
	margin-top:-15px;
	font-style:italic;
	font-size:16px;
	text-align:left;
	}
p.email{
	margin-top:-36px;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	font-size:16px;
	color:#000081;
	float:right;
	}
#profile{
	}
p.profile{
	margin-left:20px
	}
ul.skills{
	width:400px;
	margin-top:-10px;
	float:left;
	}
h4.profession{
	margin-left:20px;
	}
ul.profession{
	margin-left:20px;
	margin-top:-20px;
	}
table.work{
	margin-left:20px;
	width:700px;
	}
p.education{
	margin:20px;
	}
p.ref{
	font-style:italic;
	text-align:center;
	font-weight:bold;
	border-bottom: solid 14px #000000;
	width:880px;
	}
p.download{
	font-size:16px;
	font-weight:bold;
	}
