body {
background-color: #cc9933; 
background-image: url(tile.jpg);
background-repeat: repeat; 
margin: auto;
width: 400px; 
text-align: center; 
}

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

.headerimg {
margin-bottom: 0;
width: 400px; 
height: 235px; 
background-color: transparent; 
}

.menubar {
font-family: verdana,arial,sans-serif; 
font-size: 10px; 
letter-spacing: 1px; 
color: #000; 
text-align: center; 
background-color: #cc9933; 
margin-left: 11px; 
margin-right: 11px; 
}

#content {
padding-left: 20px; 
padding-right: 20px; 
margin-top: 0; 
font-family: verdana,arial,sans-serif; 
font-size: 11px; 
color: #000; 
text-align: justify; 
line-height: 1.5em; 
background-color: transparent; 
}

td {
font-family: verdana,arial,sans-serif; 
font-size: 11px; 
color: #000; 
line-height: 1.5em; 
background-color: transparent; 
}

th {
font-weight: bold; 
font-size: 11px; 
}

h1 {
font-family: verdana,arial,sans-serif; 
font-size: 11px; 
color: #000; 
font-weight: bold; 
letter-spacing: 5px; 
}

.footertext {
font-size: 10px; 
color: #b22222; 
letter-spacing: 5px; 
text-align: center; 
background-color: transparent; 
}

#footerimg {
background-image: url(footerbg.jpg); 
background-repeat: no-repeat; 
height: 20px; 
background-color: transparent; 
}

a:link {
color: #cc9933; 
text-decoration: none; 
font-weight: bold; 
}

a:visited {
color: #cc9933; 
text-decoration: none; 
font-weight: bold; 
}

a:hover {
color: #b22222; 
text-decoration: none; 
font-weight: bold; 
border-bottom: 2px solid #cc9933; 
}

a:active {
color: #cc9933; 
text-decoration: none; 
font-weight: bold; 
}

a.menu:link {
color: #000; 
text-decoration: none; 
font-weight: normal; 
}

a.menu:visited {
color: #000; 
text-decoration: none; 
font-weight: normal; 
}

a.menu:hover {
color: #fff; 
text-decoration: none; 
border-bottom: none; 
font-weight: normal; 
}

a.menu:active {
color: #000; 
text-decoration: none; 
font-weight: normal; 
}

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