@importl url('reset.css');

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}

#menu {
	background-color: #222;
	padding: 0 20px 10px 20px;
}

#items {
	width: 600px;
	padding-left: 20px;
}

.item-title {
	display: block;
	color: rgb(100, 19, 5);
	font-size: 20px;
	line-height: 1.5em;
	padding-top: 10px;
}

.item-price {
	color: #444;
	font-size: 20px;
	line-height: 1.5em;
	padding-top: 10px;
}

.item-price + .item-price {
	padding-left: 8px;
	margin-left: 4px;
}

.item-description {
	color: #666;
	padding-top: 5px;
	line-height: 1.5em;
	padding-right: 10px;
}


#vacation-message {
margin: 10px 0; display: inline-block; padding: 10px; text-align: center; border: 1px solid #eee;
  background: url("../graphics/beach.jpg") no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}
