body {
    margin-left: 0px;
    margin-top: 0px;
    background: #68b4b3;
    color: black;
    font-family:arial, verdana, sans-serif;
    font-size: 14px;
}

#wrap {
	padding-top: 100px;
	width: 935px;
	margin: auto;
}

#tiles {
	background: #ffffff;
	padding: 5px;
	width: 935px;
	margin: auto;
}

#tiles img {
	margin: 5px;
}

#catalog a {
	text-decoration: none;
	color: #ffa07f;
	font-weight: bold;
	margin: 10px 10px 10px 0;
	text-transform: uppercase;
	float: left;
}

#avail {
	margin: 10px 0 10px 10px;
	padding-left: 290px;
	color: #654d2a;
	size: 24px;
	text-transform: uppercase;
}

#avail a {
	color: #654d2a;
}

#menubar {
	width: 100%;
	color: #654d2a;
	height: 40px;
	position: relative;
}

#menuitems {
	position: absolute;
	top: 30%;
}

#menubar .menuitem {
	margin: 0 10px 0 10px;
	text-transform: uppercase;
	size: 50px;
	font-weight: bold;
}

.menuitem a {
	text-decoration: none;
	color: inherit;
}

.menuitem a:hover {
	color: #666666;
}

#error {
  	color: red;
	font-weight: bold;
}

#error a {
 	color: red;
}
