@charset "utf-8";
/* CSS Document */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
a img {border:none;}



body
{
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
font-size:24px;
color:#442b14;
background: url(bg.jpg) top center;
text-align: center;
font-weight: bold;
}

h1
{
margin:0 auto;
text-indent: -9999px;
height:149px;
width:640px;
background: #6c4927 url(header.jpg) top center;
}

ul
{
margin:0 auto;
width: 650px;
text-align: center;
padding-left: 35px;
padding-top: 20px;
}


li
{
list-style: none;
line-height: 48px;
}


.shadow
{
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
}

a:link 
{
color:#442b14;
text-decoration: none;
}

a:hover
{
color:#442b14;
text-decoration: underline;
}

a:active
{
color:#6c4927;
text-decoration: underline;
}


