@charset "utf-8";
/* CSS Document */

body {
text-align:center;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
background-color:#000;
}

h1 {
margin:0;
padding: 2px 0 2px 0;
font-size:120%;
color:#ffffff;
font-weight:bold;
}

h2 {
margin:0;
padding: 2px 0 2px 0;
font-size:100%;
color:#e2d5b4;
font-weight:normal;
}

a {
color:#e2d5b4;
text-decoration:underline;
}

a:visited{
color:#e2d5b4;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}

#contentwrapper {
width:800px;
margin: 0 auto;
background-image:url(siteimages/slice.jpg);
background-repeat:repeat-y;
}

#masthead {
background-image:url(siteimages/header.jpg);
background-repeat:no-repeat;
}

#masthead a, #masthead a:visited, #masthead a:active {
display: block;
height: 163px;
margin-left: -20000px;
}

#topnav {
margin: 0 10px;
width:778px;
background-color:#65695a;
border: 1px solid #8a732d;
height:38px;
}

#content {
margin: 10px 20px 10px 20px;;
text-align:left;
}


#flashblock {
float:left;
width: 300px;
padding-bottom:10px;

}

#hometextblock {
width:420px;
float:right;
padding: 0 10px 0 30px;
}

#footer {
clear:both;
height:109px;
background-image:url(siteimages/footer.jpg);
background-repeat:no-repeat;
}

#tagline{
background-color:#000;
color:#878c77;
padding: 10px;
font-size:80%;
text-align:right;
}
