#example-3 {
	width:205px;
	float:left;
	margin-left:20px;
}

#example-3 .exampleTop {
	background:   url(../img/example-3-top.gif) no-repeat;
	height:120px;
}

#example-3 .exampleTop strong{
	color:#fff;
	margin:20px;
}

#example-3 .exampleContent{
	padding: 10px;
	background:   url(../img/example-3-content.gif) repeat-y;
}

#example-3 ul{
	margin-top:0;
}

#example-3 li{
	margin-top:0;
	font-size:11px;
	line-height:16px;
	color:#fff;
	list-style:none;
	font-weight:bold;
}

#example-3 a{
	color:#fff;
	font-weight:bold;
}

#example-3 .exampleBottom {
	background:   url(../img/example-3-bottom.gif) no-repeat;
	height: 25px;
}