/************* CSS RESET ***************/

html, body, div {
	margin: 0;
	padding: 0;
	outline: 0;
}

a img {
	border:none;
}

/************* STYLES ***************/

.empty {
	*line-height:0;
	*font-size:0;
	*float:left;
}

.rfloat {
	float:right;
}

.lfloat {
	float:left;
}

.clear {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	display:block;
	margin:0 !important;
}

html {
	background:#d3e6ff url(../../images/pdv16/bg.gif) repeat-x;
}

body {
	background:transparent url(../../images/pdv16/bg_body.png);
	_behavior:url(js/iepngfix.htc);
	font-family:Arial, Verdana, Tahoma;
	color:#fff;
	font-size:14px;
	padding:0 0 30px;
}

.wrapper {
	width:870px;
	margin:0 auto;
}

.header, .baseline {
	display:block;
	font-size:0;
	line-height:0;
}

.header img {
	float:left;
}

.content {
	background:#fff url(../../images/pdv16/bg_cont.gif) no-repeat;
	padding:21px 24px 0;
}

.bs {
	text-align:center;
	margin:auto;
	padding:17px 0;
	*padding:10px 0;
	display:block;
}

.pr {
	display:block;
	position:relative;
	width:390px;
	padding:7px;
	margin:7px 0;
	height:150px;
	background:transparent url(../../images/pdv16/bg_pr.gif) no-repeat;
	text-decoration:none;
}

.pr:hover {
	background:transparent url(../../images/pdv16/bg_pr_hv.gif) no-repeat;
}

.pr_right {
	float:right;
	width:233px;
	margin:3px 0 0;
}

.name {
	font-size:18px;
	color:#77ab00;
	*float:left;
}

.age {
	float: right;
	margin:5px 5px 0 0;
	font-size: 13px;
	color: #1198df;
	font-weight: bold;
	text-align: right;
}

.testi {
	color:#383838;
	width:225px;
	font-size: 13px;
	text-align:justify;
	margin: 10px 0 0;
	float:left;
	line-height:18px;
}

.pr .bandana {
	background:transparent url(../../images/pdv16/bandana.png) no-repeat;
	position:absolute;
	width:56px;
	height:56px;
	top:2px;
	left:106px;
	_behavior:url(js/iepngfix.htc);
}