@charset "UTF-8";

div#main h3 {
	clear: both;
	margin: 0px 0px 7px 0px;
	padding: 10px 0px 10px 25px;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	border-left: none;
	background-image: url(../img/icon_arrow_big.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #CCC;
}


div.left {
	float: left;
	width: 300px;
}

div.right {
	float: right;
	width: 300px;
}