@charset "UTF-8";

@import url("reset.css");
@import url("base.css");

#showroom{
	width:760px;
	margin: 10px 0px;
}

#showroom h2{
	clear:left;
}

#showroom a{
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}

#showroom a:hover
,#showroom a:focus
,#showroom a:active{
	color:#0033CC;
	text-decoration:none;
	font-weight:bold;
}

h1{
	margin:4px 0 25px 0;
}

#showroom{
	width:760px;
	margin:0px;
	padding:0px;
	}

#showroom #map{
	float:left;
	width:521px;
	height:341px;
	}

#showroom #rMenu{
	float:left;
	width:212px;
}

#showroom #rMenu p{
	margin:5px 0 15px 10px;
}

