div#leftbox {
	width: 230px;
	float: left;
	padding: 10px;
}

div#rightbox {
	width: 580px;
	float: right;

}

h3.h3-general {
	background-image: url(../images/subtitle_bar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 12pt;
	font-weight: bold;
	padding: 8px 0px 7px 15px;
	color: #444444;
	height: 20px; /*40*/
}