* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: 'Lucida Sans', Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

html {
  text-align: center;
}

body {
  margin: auto;
  width: 994px;
  
}

#roofAwning {
  background-image: url('images/awning.gif');
  height: 70px;
}

#roofBar {
  background: url('images/roofBar.gif') repeat-x;
  height: 23px;
  text-align: left;
}

#roofFrills {
  margin-left: -14px;
  height: 21px;
  width: 984px;
  background: transparent url('images/frill.gif') repeat-x;
  position: absolute;
}

#shopFront {
  margin: auto;
  width: 960px;
  height: 557px;
  text-align: left;
  overflow: visible;
}

#wallFront {
  background: #f4a335 url('images/orangeStone.gif') repeat;
  height: 551px;
  width: 870px;
  float: left;
}

.topWindow {
  display: inline;
  width: 155px;
  height: 100px;
  margin-left: 12px;
  margin-top: 30px;
  border-top: 6px solid #b56f22;
  float: left;
  background: #eef4ff url('images/logo.gif') center no-repeat;
  text-align: center;
}

#door {
  display: inline;
  width: 155px;
  height: 393px;
  margin-left: 12px;
  margin-top: 12px;
  border-top: 4px solid #b56f22;
  border-left: 6px solid #b56f22;
  border-bottom: 6px solid #ffffff;
  float: left;
  background-color: #dddddd;
  text-align: center;
}

#doorGlass {
  display: inline;
  width: 115px;
  height: 351px;
  background-color: #eef4ff;
  border-top: 1px solid #aaaaaa;
  border-left: 2px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}

#mainWindow {
  display: inline;
  width: 654px;
  height: 371px;
  padding: 5px;
  margin-left: 12px;
  margin-top: 12px;
  border-top: 4px solid #b56f22;
  border-left: 4px solid #b56f22;
  border-right: 6px solid #b56f22;
  border-bottom: 6px solid #b56f22;
  float: left;
  background-color: #eef4ff;
  overflow: auto;
}

.menuItem {
  background-color: #ffffff;
  height: 48px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #cccccc;
}

.menuItem p {
  font-weight: bold;
}

.menuItem:hover {
  background-color: #ffcc99;
  cursor: pointer;
}

.largeMenuLink {
  margin: 20px;
}

.smallMenuLink {
  margin: 15px;
}

a:link, a:visited {
  color: #ff930b;
}

a:hover, a:active {
  color: #000000;
}

h1 {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #cccccc;
}

h2 {
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: underline;
}

h3 {
  font-weight: bold;
}
    
p.spaced {
  margin-bottom: 10px;
}

input, select, textarea {
  border: 1px solid #ce6629;
  color: #ce6629;
}

button, .button {
  border: 1px solid #ce6629;
  background-color: #ef930b;
  color: #ffffff;
  font-weight: bold;
}

ol {
  margin-left: 30px;
}

ul {
  margin-left: 15px;
}