#content .StoreInformation .StoreAddress, #content .StoreInformation .StoreHours  
{
	float:left;
}

#content .StoreFrontImage
{
	width:100%;
}

#content .StoreFrontImage img
{
	width:600px;
	height:485px;	
}

#content .StoreAddress, #content .StoreHours
{
	width:50%;
}

#content .StoreHours .HoursLeft, #content .StoreHours .HoursRight 
{
	float:left;	
}

#content .StoreHours .HoursLeft
{
	width:57%;
	text-align:right;	
}
	
#content .StoreHours .HoursRight
{
	width:43%;
	text-align:left;	
}

#content .StoreInformation
{
	width:640px;
	margin:25px auto;
}

#content .StoreInformation .Title
{
    padding:7px;
    font-weight:bolder;
    font-size:10pt;
    font-family:tahoma,verdana,arial;
    color:white;
    background-image:url(../images/brewerybar.jpg);
    background-repeat:no-repeat;
    background-position:50% 50%;
    margin-bottom:10px;
}
