body {
  background-color: #666666;
  font: 76% sans-serif; 
  margin-left: auto;
  margin-right: auto;
  width:950px;
}


#boxtop {
width:950px;	
height: 137px;
background-image:url('backgroundtop.png');
background-repeat:no-repeat;
margin-left: auto ;
margin-right: auto ;
}

.logo img{
padding: 6px 0 0 30px;
}

.slogan {
float: right;
clear: left;
margin: 25px 40px 0 0;
}

#menu {
float:left;
width: 150px;
height: 200px;
margin: 10px 20px 5px 30px;
padding: 18px;
background-image:url('menubox2.png');
background-repeat:no-repeat;
}

#menu img {
padding: 3px 0px;
border: none;
}

#menu a:hover {
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: white;
}

#content{
padding: 17px 40px 70px 40px;
margin-left: auto;
margin-right: auto;
}


#boxbottom{	
width:950px;	
background-image:url('backgroundbottom.png');
background-repeat:no-repeat;
margin-left: auto ;
margin-right: auto ;
background-position: bottom;
}

p {
font-size: 1.5em;
}

h2 {
font-size: 1.2em;
font-style: normal;
font-weight: normal;
}

#hours {
line-height: 200%
}


