/* Adam's Automotive Custom Stylesheet
 * By Michael Waggoner, http://flyabit.com
 *
 */

body, p, ul {
  padding: 0;
  margin: 0;
}

body {
  background: #eee url('images/background.png') repeat;
  width: 100%;
}

div#wrap {
  margin: 40px auto;
  width: 780px;
}

.right {
  float: right;
  margin-left: 10px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

h1.pagetitle,
h2.byline { 
  margin: auto;
  text-align: center;
}

.whitebox {
  background: #fff;
  border: 2px outset #ccc;
  padding: 5px;
  margin-bottom: 10px;
}

ul {
  list-style: none;
}

ul.narrow {
  width: 350px;
}

img {
  padding: 0;
  border: 2px outset #ccc;
}

#subaru {
  margin-bottom: 15px;
}

ul#directions {
  list-style: disc inside;
}

div#footer {
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}
