

#divHours{
	float: left;
	width: 300px;
}

#divHours UL
{
	margin-top: 15px;
	background-color:#666666;
	border-bottom: solid 1px #0088BA;
	margin-right: 40px;
}

#divHours UL
{
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 2px;
}

#divHours UL LI
{
	color: #FFFFFF;
	font-weight: normal;
	list-style-type: none;
	margin-top: 0px;
	margin-top: 0px;
	background-color: #000000;
	border-bottom: 0px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}


#divMap
{
	float: right;
	margin-bottom: 20px;
}