body {
background-color: #ad928c;
background-image: url(bgtile.jpg);
background-repeat: repeat; 
width: 760px; 
text-align: center; 
margin: auto;
} 

#container {
background-image: url(bg.jpg); 
background-repeat: repeat; 
width: 760px; 
text-align: center;
}

#headimg {
background-image: url(header.jpg); 
background-repeat: no-repeat;
width: 760px; 
height: 160px; 
}

#footimg {
background-image: url(footer.jpg);
background-repeat: no-repeat;
width: 760px; 
height: 35px;
}

#content {
margin-right: 35px; 
margin-left: 35px;
text-align: justify; 
font-family: verdana,arial,sans-serif;
font-size: 11px; 
color: #000; 
text-align: justify;
line-height: 1.35em;
}

input, select, textarea, option {
background-color: #ddd; 
color: #000;
font-family: verdana,arial,sans-serif; 
font-size: 11px; 
border: 1px solid #000; 
padding: 1px; 
}

#navigation {font-size: 10px; font-family: verdana,arial,sans-serif; color: #000; text-align: right; font-variant: small-caps; letter-spacing: 1px; padding-right: 48px;}
#footertext {font-size: 10px; font-variant: small-caps; letter-spacing: 2px; color: #333; text-align: center;}
h1 {font-variant: small-caps; letter-spacing: 2px; font-weight: bold; font-size: 16px;}
h3 {font-variant: small-caps; letter-spacing: 2px; font-weight: bold; font-size: 16px;}
h5 {font-size: 9px; color: #996666; letter-spacing: 2px; padding-bottom: 25px; font-weight: normal;}
td {font-family: verdana,arial,sans-serif; font-size: 11px; color: #000; text-align: left; line-height: 1.35em;}
th {font-family: verdana,arial,sans-serif; font-size: 11px; color: #000; text-align: left; font-weight: bold;}
a {color: #996666; font-weight: bold; text-decoration: none;}
a:hover {color: #660033; font-weight: bold; text-decoration: none;}
img {border: none;}
a.menu {color: #000; font-weight: normal; text-decoration: none;}
a.menu:hover {color: #996666; font-weight: normal; text-decoration: none;}


