body {
background-color: #999; 
background-image: url(bgtile.jpg); 
background-repeat: repeat; 
width: 640px;
text-align: center; 
margin: auto;
} 

#container {
width: 640px; 
background-image: url(masterbg.jpg); 
background-repeat: repeat; 
text-align: center; 
}
#headerimg {
width: 640px; 
height: 220px; 
background-image: url(mastertop.jpg); 
background-repeat: no-repeat;
}

#navi {
margin-top: 0; 
text-align: right; 
font-family: verdana,arial,sans-serif; 
font-size: 10px; 
letter-spacing: 2px;
 color: #000; 
 font-variant: small-caps; 
 padding-right: 25px;
 }
 
#content {
margin-right: 35px; 
margin-left: 35px; 
text-align: justify; 
font-family: verdana,arial,sans-serif; 
font-size: 12px; 
color: #000; 
line-height: 1.5em;
}
#footerimg {
width: 640px; 
height: 40px; 
background-image: url(masterft.jpg); 
background-repeat: no-repeat;
}

img {border: none;}
h1 {font-size: 16px; font-weight: bold; font-variant: small-caps; letter-spacing: 3px; margin-top: 0;}
h4 {font-size: 16px; font-weight: bold; font-variant: small-caps; letter-spacing: 3px;}
a {color: #666; text-decoration: none;}
a:hover {color: #b22222; text-decoration: none;}
a.menu {color: #000; text-decoration: none;}
a.menu:hover {color: #b22222; text-decoration: none;}
.footertext {font-family: verdana,arial,sans-serif; font-size: 10px; color: #666; text-align: center; letter-spacing: 3px; font-variant: small-caps;}
td {text-align: left; font-family: verdana,arial,sans-serif; font-size: 12px; color: #000;}
th {text-align: left; font-family: verdana,arial,sans-serif;font-size: 12px; color: #000; font-weight: bold;}

