#header {
background-image: url('../header.jpg');
background-color: black;
border: solid black 2px;
text-align: center; 
height: 256px;
width: 800px;
border-bottom: none;
}

#footer {
color: white;
}

#box {
background-color: gold;
border: solid black 2px;
color: blue;
text-align: center; 
width: 800px;
height: 15px;
}

#box2 {
background-color: #FFF8DC;
border: solid black 2px;
/*border-top: none;*/
text-align: left; 
padding-left: 15px;
padding-right: 15px;
width: 770px;
height:auto;
/*background-image: url('../welcome.jpg');*/
}
#box2 p{
font-style: italic;
font-size: 120%;
}

#box2 h1{
font-style: italic;
text-align: center;
}


#container {
background-color: #FFF8DC;
height: auto;
color: black;
border: solid black 2px;
border-top: none;
width: 800px;

}

body {
text-align: center; 
background-color: #111111;
/*background-image: url('../images/background2.png');*/
margin-top: 15px;
margin-bottom: 15px;
}

img {border: solid black 2px;}

h2 {
text-align: center;
border: solid black 1px;
/*background-color: silver;*/
background-image: url('../images/h2back.png');
/*color: #333333;*/
color: #FFFFFF;
width: 95%;
}

table {
border: none;
width: 100%;
}

td {text-align: center;}

div.c2 {text-align: center;}
img.c1 {border: none;}