body
{
 margin: 0;
 padding: 0;
 color: #000;
 font-size: 100%;
 background-color: #eee;
}

#container
{
 font-size: 0.75em; /* 16px x .75 = 12px */
 line-height: 1.333em; /* 12px x 1.333 = 16px */
 font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
 margin: 0 auto 10px auto;
 padding: 0;
 width: 800px;
 border-right: 1px solid #111;
 border-bottom: 1px solid #111;
 border-left: 1px solid #ddd;
 background-color: white;
}

#header
{
 height: 300px;
 background: url(../images/turkey.png) repeat;
 background-color: #693;
}

#header img
{
 border: 0;
}

#header h1
{
 text-align: center;
 font-family: Papyrus;
 margin-top: 0;
}

.inside
{
 margin-left: 250px;
}

#wrapper
{
float: right;
width: 100%;
margin-left: -200px;
}

#content
{
 margin-left: 200px;
 padding-top: 30px;
 padding-right: 70px;
 padding-left: 10px;
}

.front-page .logo
{
 text-align: center;
}

#navigation
{
 float:left;
 width:200px;
 list-style-type: none;
 font-size: 1.2em;
}

.menu
{
 margin: 0;
 padding: 4em 0 .25em 4em;
 font-weight: bold;
}

.menu li
{
 padding: .25em .5em .25em 0;
 list-style-type: none;
}

.menu a
{
 text-decoration: none;
 color: #a95c07;
}

.menu a:hover
{
 text-decoration: underline;
}

.menu .current
{
 color: #000;
}



#footer
{
 clear: both;
 padding: 40px;
}

#footer p
{
 margin: 0;
 font-size: .8em;
 text-align: right;
}

#footer ul
{
 text-align: center;
 font-size: 1.1em;
 font-weight: bold;
}

#footer li
{
 display:inline;
 padding: 1em;
}

#footer ul a
{
 text-decoration: none;
 color: #a95c07;
}

#footer ul a:hover
{
 text-decoration: underline;
}

.front-page dt
{
 font-weight: bold;
}

.center
{
 text-align: center;
}

.ital
{
 font-style: italic;
}

.caption
{
 margin:0;
 font-size: 1.25em;
 font-weight: bold;
 text-align: center;
}

#past-winners
{
 width: 30em;
 margin: 0 auto;
}

.history-page .caption, .history-page .image
{
 margin: 0;
 text-align: center;
}

.history-page h3
{
 margin-top: 2em;
 margin-bottom: 0;
}

.lead
{
 font-size: .9em;
 font-weight: bold;
}

