@font-face {
	font-family: DynaPuff;
	src: url('DynaPuff.ttf');
}

@font-face {
	font-family: Quicksand;
	src: url('Quicksand.ttf');
}

a {
  color: #2bb7f2;
  text-decoration: underline dotted;
}

a:hover {
  color: #d66c92;
}

body {
  background-attachment: fixed;
  background-image: url('img/stripe.png');
  color: #3f585d;
  cursor: default;
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  line-height: 27px;
  margin: 0px;
  text-shadow: 1px 1px #FFFFFF;
}

#bottom {
  background-image: url('img/bottom.jpg');
  background-repeat: no-repeat;
  border-bottom: 1px solid #3f585d;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #3f585d;
  border-top: 1px solid #FFFFFF;
  font-size: 14px;
  letter-spacing: 2px;
  height: 74px;
  margin: 5px 0px;
  text-align: center;
}

#bottom span {
  color: #FFFFFF;
  margin: auto;
  position: relative;
  text-shadow: 1px 1px #3f585d;
  top: 25px;
}

#container {
  margin: 0px auto;
  opacity: 0.9;
  width: 1024px;
}

#header {
  background-image: url('img/header.jpg');
  border-bottom: 1px solid #3f585d;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #3f585d;
  border-top: 1px solid #FFFFFF;
  height: 500px;
  margin: 15px 0px;
  margin-bottom: 20px;
}

#meat {
  float: left;
  margin-top: 15px;
  text-align: justify;
  width: 80%;
}

#meat h1 {
  color: #bc74e5;
  font-family: 'DynaPuff';
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 35px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#meat h1 img {
  vertical-align: middle;
}

#meat h2 {
  background-color: #fff1d0;
  border: 2px dotted #FFFFFF;
  color: #d66c92;
  font-size: 22px;
  font-weight: bold;
  margin: 3px;
  padding: 3px 6px;
  text-align: right;
  text-transform: uppercase;
}

#sidebar {
  float: right;
  margin-top: 35px;
  width: 20%;
}

#sidebar h2 {
  font-family: 'DynaPuff';
  font-size: 20px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#sidebar h2 img {
  vertical-align: middle;
}

#sidebar li {
  margin: 0px;
  padding: 0px 5px;
  text-align: left;
}

#sidebar li:hover {
  background-color: #fff1d0;
}

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

#topmenu {
  font-family: 'DynaPuff';
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  text-shadow: 1px 1px #3f585d;
}

#topmenu a {
  border-bottom: 1px solid #3f585d;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #3f585d;
  border-top: 1px solid #FFFFFF;
  background-color: #ffe6ac;
  margin: 0px 3px;
  padding: 6px 9px;
  text-decoration: none;
}

#topmenu a:hover {
  background-color: #fff1d0;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #3f585d;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #3f585d;
}

.clear {
  clear: both;
}

.dotted {
  border: 2px dotted #FFFFFF;
  margin: 2px;
  padding: 4px;
}

.peachbox {
  border-bottom: 1px solid #3f585d;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #3f585d;
  border-top: 1px solid #FFFFFF;
  background-color: #ffe6ac;
  margin: 5px;
}