@charset "utf-8";

 h4 a{
	color: #666666;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/orange-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	margin-left: 14px;
}

#wrapper  h4 a:hover{
	color: #E55B03;

}
#wrapper  .tab  h4{
	padding: 3px;
	font-size: 14px;
	margin: 0 1px 1px 0;
	color: #D9992D;
	font-style: normal;
}
#wrapper #left{
	float: left;
	width: 230px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
#wrapper #right{
	float: right;
	width: 620px;
}
#wrapper .tab{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
#wrapper .stretcher{

}
