#photo{
	width:770px;
	float:left;
	/*padding-left:4px;*/
	
}

#hours{
	width:300px;
	float:right;
	text-align:center;
}

#title{
	font:20px Verdana, Arial, Helvetica, sans-serif bold;
	margin-top:10px;
	margin-bottom:7px;
}

#contentbox{
	width:455px;
	float:left;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
}

#messagebox{
	width:455px;
	float:left;
	text-align:justify;
	color: white;
	margin-top:10px;
	margin-bottom:10px;
	border-style: solid;
	border-width: medium;
	border-color: white;
	border-radius: 5px;
}