﻿#wrapper {
	position:absolute;
	left: 10px;
	top: 5px;
	height:500px;
	width:974px;
	background-color:white;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	
#businesshours {
	position:absolute;
	left:150px;
	top:135px;
	height:300px;
	width:812px;
	border:1px;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	padding-left:5px;
	padding-top:5px;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;
	line-height:20px; 
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

