body {
  font-size: 100%;
  margin: 0;
  text-align: center;
}

#page-wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  /* Use a 14px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .875 = 14px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
  font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

/**
 * title
 */

#title-wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto 30px;
  height: 130px;
  border-bottom: 1px solid #9c9;
}

#title-wrapper h1 {
  position: relative;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  margin: 0;
  font-size: 3em;
  color: #060;
}

#title-wrapper #web {
  position: absolute;
  top: 40px;
  left: 140px;
  padding: 10px 0;
}

#title-wrapper #skillet {
  position: absolute;
  top: 60px;
  left: 210px;
  font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: normal;
  color: #fc0;
  z-index: 5;
  padding: 20px 0;
}

#title-wrapper #dot {
  position: absolute;
  top: 90px;
  left: 380px;
  padding: 10px 0;
}

#title-wrapper #com {
  position: absolute;
  top: 75px;
  left: 450px;
  padding: 10px 0;
}

#title-wrapper #logo {
  position: absolute;
  top: 65px;
  left: 25px;
}

/**
 * content
 */

#content-wrapper {
  position: relative;
  height: 1000px;
  width: 800px;
  margin: 0 auto;
}

#content {
  width: 580px;
  padding-bottom: 20px;
}

#content h2 {
  text-transform: lowercase;
  letter-spacing: .15em;
  color: #666;
  margin: 0 0 1em;
  font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
  font-weight: normal;
}

#content h3 {
  text-align: center;
  color: #060;
}

#content img {
  border: 0;
  display: block;
  margin: 1em auto;
}

#content input,#content textarea {
  width: 400px;
}
#content textarea {
  height: 200px;
}

/**
 * sidebar
 */

#sidebar {
  position: absolute;
  top: 0;
  left: 600px;
  width: 200px;
  height: 400px;
  background-image: url(sidebar-bg-2.jpg);
}

#sidebar h2 {
  border-bottom: 1px solid #666;
  margin: 65px 10px 5px;
  font-size: 1.2em;
  letter-spacing: .1em;
  font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
  font-weight: normal;
  font-style: italic;
  color: #666;
  padding: 0 0 4px 3px;
}

#sidebar ul {
  list-style: none inside none;
  margin: 30px 0 0;
  padding: 0;
}

#sidebar li {
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 20px 10px;
  padding-left: 20px;
  background: transparent url(gray-arrow.png) left center no-repeat;
  font-weight: bold;
}

a,a:link,a:visited,a:active {
  text-decoration: none;
  color: #060;
}
a:hover,a:focus {
  color: #060;
  text-decoration: underline;
}
