@charset "utf-8";
.rounded{
	background:url(../images/content-bar_01.gif) top left no-repeat;
	width:100%;
	height:220px;
}
.rounded h2{
	background:url(../images/content-bar_02.gif) top right no-repeat;
	padding:20px 20px 10px;
	margin:0px;
	margin-left:10px;
	font:14px "Times New Roman", Times, serif;
	font-weight:bold;
	color:#F00;
}
.rounded h2 span{
	font:12px Verdana, Geneva, sans-serif;
	color:#333
}
.rounded .main{
	background:url(../images/content-bar_04.gif) right repeat-y;
	padding:10px 20px 0px 20px;
	margin:0px 0px 0px 10px;
	height:160px;
}
.rounded .main p{
	color:#06F;
}
.rounded .footer {
  background: 
	url(../images/content-bar_03.gif)
  bottom no-repeat;
  position:relative;
  bottom:5px;
  height:10px;
  }
.rounded img{
	float:left;
	margin:0px 15px 10px 0px;
}

