body {
background-color: #b1ae81; 
background-image: url(tile.jpg); 
background-repeat: repeat; 
width: 740px; 
text-align: center; 
margin: auto;
} 

#container {
background-image: url(bg.jpg);
background-repeat: repeat; 
width: 740px; 
text-align: center;
}

#headerimg {
background-image: url(top.jpg); 
background-repeat: no-repeat; 
width: 740px; 
height: 190px; 
}

#footerimg {
background-image: url(bottom.jpg); 
background-repeat: no-repeat; 
width: 740px; 
height: 60px;
}

#content {
padding-left: 35px; 
padding-right: 35px; 
font-family: verdana,arial,sans-serif; 
font-size: 11px; 
color: #000; 
text-align: justify;
}

#navigation {
margin: 0;
font-family: verdana,arial,sans-serif; 
font-size: 10px; 
letter-spacing: 2px; 
text-align: center;
color: #666633;
}

h1 {font-size: 14px; font-weight: bold; letter-spacing: 2px; font-variant: small-caps;}
h3 {font-size: 14px; font-weight: bold; letter-spacing: 2px; font-variant: small-caps;}
a {color: #666633; font-weight: bold; text-decoration: none;}
a:hover {color: #996600; font-weight: bold; text-decoration: none;}
a.menu {color: #666633; font-weight: normal; text-decoration: none;}
a.menu:hover {color: #cc9900; font-weight: normal; text-decoration: none;}
.footertext {font-size: 10px; letter-spacing: 2px; text-align: center; padding: 10px 0 0 0;}
.posted {font-size: 10px; color: #000; font-style: italic; padding-bottom: 15px;}
img {border: none;}
td {font-family: verdana,arial,sans-serif; font-size: 11px; color: #000; text-align: left;}
th {font-family: verdana,arial,sans-serif; font-size: 11px; color: #000; font-weight: bold; text-align: left;}


