@charset "UTF-8";

/*
seda:			#A7A7A7
*/

body {
	background-color: white;
	font-family: Tahoma, sans-serif;
	letter-spacing: 1px;
	font-size: small;
	color: black;
	padding: 0;
	margin: 0;
	line-height: 190%;
}

a {
	color: #A7A7A7;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 471px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#topbox {
	width: 471px;
	height: 30px;
	background-color: rgb(128, 0, 64);
	margin-bottom: 110px;
}

h1 {
	margin: 0;
	position: absolute;
	width: 471px;
	height: 69px;
	top: 65px;
	left: 0px;
	overflow: hidden;
	font-size: 0.7em;
}

h1 a {
	cursor: pointer;
	text-decoration: none;
}

h1 a span {
	position: absolute;
	display: block;
	width: 471px;
	height: 69px;
	top: 0;
	left: 0;
	background-image: url("../gfx/logo.png");
	background-position: top left;
	background-repeat: no-repeat;
}

p#exupery {
	margin: 0 0 0 0;
	padding-top: 20px;
	width: 483px;
	height: 94px;
	overflow: hidden;
	font-size: 0.7em;
	position: relative;
	border-top: 5px rgb(128, 0, 64) solid;
}

p#exupery span {
	position: absolute;
	display: block;
	width: 483px;
	height: 94px;
	top: 30px;
	left: 0;
	background-image: url("../gfx/exupery.png");
	background-position: top left;
	background-repeat: no-repeat;
}


h2 {
	color: rgb(128, 0, 64);
	font-size: small;
	display: inline;
	font-weight: normal;
}

hr {
	display: none;
}

ul {
	list-style-type: square;
}

ul#txt {
	list-style-type: none;
	padding: 0 0 0 7px;
	margin: 0;
}

ul#txt li {
	margin: 0;
	float: left;
	padding-bottom: 35px;
	
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*ul#txt li#whoami {
	background-image: url("../gfx/whoami_opaque.png");
}

ul#txt li#work {
	background-image: url("../gfx/work_opaque.png");
}

ul#txt li#contact {
	background-image: url("../gfx/contact_opaque.png");
}*/

dl {
	margin: 0;
	padding: 0;
}

dt {
	color: #a7a7a7;
	width: 50%;
	float: left;
	margin: 0;
}

dd {
	float: left;
	margin: 0;
	padding: 0;
}

dd * {
	color: black !important;
	text-decoration: none;
}
