
/*self drive*/
#selfdrive {
	width: 467px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	padding: 10px 20px 15px 20px;
	margin-top:0px;
}
#selfdrive h3 {
	background: url(../images/barselfdrive.gif) no-repeat;
	padding-left: 10px;
	width: 395px;
	height: 84px;
}
#selfdrive h3.accomodation {
	background: url(../images/baraccomodation.gif) no-repeat;
	padding-left: 10px;
	width: 395px;
	height: 84px;
}
#selfdrive h3 span {
   display: none;
}
#selfdriveCarImage{
	float: right;
	border: 3px inset #660000;
	margin: 7px;
}
