body {
  background: #FFC;
  margin: 10px;
}

body, p, td {
  font: 100% verdana, arial, helvetica, sans-serif;
  line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: georgia, times, serif;
}

#main_wrapper {
  width: 760px;
  margin: 0 auto;
  border: 3px solid #333;
  border-right-color: #777;
  border-bottom-color: #777;
  padding: 20px;
  background: #FFF;
}

#masthead {
  text-align: center;
  border-bottom: 1px solid #777;
}

#masthead h1 {
  padding: 5px;
  text-align: center;
  line-height: 125%;
}

#masthead h2 {
  font-size: 75%;
  font-style: italic;
  letter-spacing: .5em;
  margin: 0;
}

#masthead p {
  font: 100% times, arial, helvetica, sans-serif;
  line-height: 150%;
}

#masthead a {
  font: bold small-caps 80% verdana, times, serif;
  text-decoration: none;
  border: 1px solid #777;
  padding: 10px;
  color: #000;
}

#masthead table {
	width: 100%;
	font: bold small-caps 80% georgia, times, serif;
	text-decoration: none;
	border: 1px solid #777;
	padding: 4px;
	color: #000;
}

.masthead-right {
	font-size: 150%;
	text-align: left;
	vertical-align: middle;
}

#masthead a:hover, #masthead a:active {
  color: #FFF;
  background: #000;
}

.winner {
	font-size: 150%;
	text-align: center;
	vertical-align: middle;
	color: #ff0000;
	background-color:#ffffcc;
}

#content h1 {
	font-size: 100%;
	background: #DDA;
	padding: 10px;
	line-height: 125%;
	border: 1px solid #333;
	border-right-color: #777;
	border-bottom-color: #777;
}

#content h2 {
  border-top: 1px dashed #777;
  padding-top: 10px;
  line-height: 110%;
}

.contact-left {
text-align: right;
vertical-align: top;
}

.contact-right {
text-align: left;
padding-left: 10px;
}

#buttons {
text-align: left;
padding-left: 10px;
}

#footer p {
  font-size: small;
  font-style: italic;
}


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

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

