@import url(shared.css);

body {
	background: #fff;
	color: #999;
}
#all {
	background: url(../imgs/bioBg.jpg) no-repeat 160px 100%;
}
h1 a {
	position: absolute;
	top: 0;
	left: 32px;
	width: 175px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../imgs/logoW.gif);
}






#content {
	position: absolute;
	left: 436px;
	top: 43px;
	width: 324px;
	height: 361px;
	overflow: auto;
}
#content h2 {
	color: #5d6b7d;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#content li {
	position: relative;
	line-height: 1.3;
	margin-bottom: .5em;
	margin-left: 3em;
	font-weight: bold;
}
#content li strong {
	position: absolute;
	left: -3em;	
	top: 0;
	height: 2em;
	font-weight: normal;
}




/* nav */
#nav1 {
	position: absolute;
	left: 32px;
	top: 43px;
}
#nav1 li {
	float: left;
	margin-right: 10px;
}
#nav1 a {
	display: block;
	width: 43px;
	padding-top: 28px;
	background: no-repeat;
	overflow: visible;
	white-space: nowrap;
	color: #fff;
}
#nav1 a:hover {
	color: #5d6b7d;
}
#nav1 .i1 a {
	background-image: url(../imgs/navBioW.gif);
}
#nav1 .i2 a {
	background-image: url(../imgs/navObraW.gif);
}
#nav1 .i3 a {
	background-image: url(../imgs/navContacteW.gif);
}
#nav1 .i4 a {
	background-image: url(../imgs/navPIW.gif);
}