body { background-color: #000 }

body, h1, h2, h3, h4, h5, h6, a { color: #b6b6b6 }

a { text-decoration:none }
a:focus { color: #b6b6b6 }
a:visited { color: #b6b6b6 }
a:hover { color: #fff }

#name {
	font-size: 26px;
	letter-spacing: 6px;
	color: #fff;
	vertical-align: bottom;
	text-align: right;
}

#title {
	font-size: 16px;
	letter-spacing: 4px;
	vertical-align: top;
	text-align: right;
}

#header td { padding: 0; margin: 0 }

#title, #name {
	/* color: #FFF; */
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
	white-space: nowrap;
	/* float: right; */
	line-height: 1;
	/* position: absolute; */
}

#contact {
	text-align: right;
	vertical-align: bottom;
	font-size: 10px;
}

.container {
	background-color: #000;
	/* height: 475px; */
	margin: 1em auto;
}

#header {
	/* height: 80px; */
	/* position: relative; */
}

td#nav {
	/* text-align: center; */
	padding-left: 90px;
}

#nav a {
	font-size: 18px;
	margin: 3px 40px 0 0;
}

#nav a:hover {
	color:#fff;
}

#nav a.current {
	color:#fff;
	cursor: default;
}

#lang {
	text-align: right;
	vertical-align: bottom;
}

#lang img {
	padding: 0 2px;
}

#pict {
	padding-top: 2em;
}

#pict .pict {
	text-align: center;
	vertical-align: middle;
	height: 300px;
	width: 300px;
	padding: 0px 0 40px 0;
}

#pict .label {
	font-size: 10px;
}

#pict .pict img {
	/* border: solid 3px #161616; */
}

img {
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); */
}
