/* CSS Document */

body
{
margin: 0;
background-color: #463730;
text-align: center;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#wrapper
{
background-color: #fff;
width: 1000px;
margin: 0 auto 0 auto;
border: 2px solid #F5B108;
text-align: left;
}
#top
{
background-image: url(../images/cornfeet_banner.jpg);
background-repeat: no-repeat;
width: 1000px;
height: 275px;
}
#menu
{
border-bottom: 1px solid #F5B108;
border-top: 1px solid #F5B108;
margin: 0;
padding: 0;
}
#menu ul
{
text-align: center;
margin: 0;
padding: 0;
}
#menu li
{
margin: 0;
padding: 0 7px 0 5px ;
list-style-type: none;
display: inline;
}
#menu a:link, #menu a:visited, #menu a:active
{
font-size: 11px;
color: #324b30;
text-decoration: none;
}
#menu a:hover
{
color: #9b1219;
text-decoration: underline;
}
#menu a
{
line-height: 36px;
}
.bigger
{
font-size: 14px;

}
.biggest
{
font-size: 16px;
font-weight: bold;
}
#content
{
width: 995px;
margin: 0 0 0 5px;

color: #324b30;
}
.meebo
{
text-align:center;
}
.smallerfont
{
font-size: 12px;
}
a:link, a:visited
{
color: #9b1219;
text-decoration: underline;
}

a:hover, a:active
{
text-decoration: none;
color: #324b30;
}
#footer
{
padding: 30px;
}
