h1 { font-size: large; }
h2 { font-size: medium; }
h3 { font-size: 120%; margin-top: 3em;}
.clear   { clear: both; }
.right  { float: right; }
ol { list-style: square outside none; }
ol li p { padding-left: 30px; }
body {
	background: #fff url('css-sprite.jpg') repeat-x -119px -152px;
	margin: 0; 
	padding:0;
	text-align:center;
	font-family: verdana, helvetica, arial, chicago, charcoal;
	font-size: small;
}
#wrapper {
    border: 1px solid #cccccc;
    width: 500px;
    margin: 50px auto;
}
#wrapper div {
	margin: 10px;
    padding: 10px;
    border-top: 1px solid #cccccc;
    clear: both;
}
#wrapper div h1 { padding-top: 20px; }
#wrapper #identity , #wrapper-cv #identity{ 
    border: 0; 
    padding: 0;
    background: transparent url('css-sprite.jpg') no-repeat -24px 0;
    height: 96px;
}
/* Pictures */
#wrapper div div {
    border: 0;
    width: 220px;
    clear: none;
    padding: 0;
    margin: 0;
}
#facebook, #linkedin {
    display: block;
    width: 120px;
    margin: 1em auto;
    text-indent: -9999px;
    background: transparent url('css-sprite.jpg') no-repeat 0 0;
}
#facebook { height: 26px; background-position: 0 -96px;}
#linkedin { height: 30px; background-position: 0 -122px;}

/* cv */
#wrapper-cv{
    width: 960px;
    text-align: left;
    margin: 50px auto;
    font-size: normal;
    line-height: 18px;
}
#wrapper-cv ol, #wrapper-cv ul { line-height: 25px; }
#wrapper-cv ol li p, #wrapper-cv ul li p { line-height: 18px; }
#wrapper-cv #identity  { padding-left: 130px;}
.space-top { margin-top: 1em; }