#example-1 {
	width:291px;
	float:left;
}

.BckgrdColour{
	background-color:#33BBFF;
}

#example-1 .exampleTop {
	background:   url(../img/example-1-top.gif) no-repeat;
	height: 10px;
	font-size: 0px;
}

#example-1 .exampleContent{
	padding: 10px;
	background:   url(../img/example-1-content.gif) repeat-y;
}

#example-1 dl{
	margin-top:0;
	color:#333;
}

#example-1 dt, #example-1 dd{
	font-size:11px;
	line-height:16px;
	color:#333;
}

#example-1 a{
	color:#E5E5E5;
	text-decoration:none;
	font-weight:bold;
}

#example-1 .exampleBottom {
	background:   url(../img/example-1-bottom.gif) no-repeat;
	height: 20px;
}