.width {
  width: 930px;
  margin: 0px auto;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: 'Rokkitt', serif;
  height: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h3 {
  padding-bottom: 5px;
  margin: 0;
}

p {
  margin-top: 0;
}


#menu {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}

#menu a {
  display: block;
  color: #ddd;
  background: #000;
  padding: 3px;
  margin-bottom: 3px;
}

#header h1 {
  margin: 0;
  border-bottom: 2px solid #000;
}

#container {
  width: 930px;
  margin: 0px auto;
  background: #fff;
  padding: 0 15px 15px;
}

#content {
  padding-top: 20px;
  min-height: 300px;
}

#footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #000;
  background: #333;
  color: #fff;
  padding: 3px;
}

.half {
  width: 49%;
}

.full {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.odd {
  background: #dfdfdf;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
}

.even {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
}

.light {
  color: #ccc;
}

.rounded {
  border-radius: 10px;
}