#divHours{
	float: left;
	margin-left: 10px;
	width: 300px;
}

#divHours UL
{
	margin-top: 15px;
	background-color:#454545;
	font-weight: bold;
	border: 3px solid #D5B231;
	padding: 3px;	
	margin-right: 40px;
	color: #ffffff;
}

#divHours UL LI
{
	color: #cccccc;
	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;
	padding-left: 2px;
}


#divMap
{
	float: right;
	
}