body {
	font-size: 85%;
	font-family: Taoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(../images/scene-ocean.jpg) top center no-repeat;
}
a.incognito {
	color: inherit;
	text-decoration: none;
}
a.incognito:hover {
	color: blue;
	text-decoration: underline;
}

.column {
	width: 450px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 287px;
	width: 440px;
	background: url(../images/catamaran.png) top left no-repeat;
	padding-left: 300px;
	text-align: left;
	margin: 20px auto 0 auto;
}
#header .vcard {
	position: relative;
	bottom: -50px;
}

.site-sections {
	font-size: .8em;
	padding: 0;
	list-style-type: 0;
	text-align: center;
}
.site-sections li {
	display: inline;
	border-right: 1px solid black;
	padding-right: 5px;
}
.site-sections li.last {
	border-right: none;
	padding-right: 0;
}

/* VCard presentation */
.vcard {
	border: 1px solid #666;
	background-color: #f9f9f9;
	padding: 5px 10px 30px 5px;
}
.vcard h1 {
	font-size: 1.4em;
	margin: 0;
}
.vcard .header {
	margin-bottom: 15px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
}
.vcard .row {
	margin-bottom: 5px;
	padding-left: 100px;
}
.vcard .row .row-label {
	float: left;
	width: 79px;
	margin-left: -100px;
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid #f9f9f9;
}
.vcard .info .row:hover {
	background-color: #ddd;
}
.vcard .info .row:hover .label {
	background-color: blue;
	color: white;
}
#get-vcard {
	float: right;
	height: 16px;
	width: 16px;
	background: url(../images/icon_vcard.png) top left no-repeat;
	overflow: hidden;
	display: block;
	text-indent: -10000px;
	opacity: .7;
}
#get-vcard:hover {
	opacity: 1;
}