.banner {
padding: 15px;
background-color: red;
font-family: georgia;
font-size: 40px;
width: 900px;
}

.subhead {
font-style: italic;
margin-left: 150px;
font-size: 30px;
}

#buttons {
padding: 5px 25px 5px 5px;
background-color: red;
width: 900px;
}

.sbuttons {
margin: 50px;
}

body {
font-family: "Times New Roman", serif; 
font-size: 12pt;
color: black; 
background-color: silver;
width: 900px;
}

#infopagehead {
margin: 10px 0px 5px 0px;
font-family: "Times New Roman", serif; 
font-weight: bold;
font-size: 18pt;
color: red; 
font-style: italic;
}


#hikestats {
position: absolute; top: 175px;
padding: 20px 0px 0px 0px;
width: 300px;
height: 250px;
line-height: 15pt;
}

#topad {
position: relative; left: 340px;
margin: 40px 0px 30px 0px;
border: none;
width: 500px;
height: 250px;
text-align: center;
}

#topad img {
border: none;
}

#routedescription {
width: 900px;
}

#bottomad {
position: relative; bottom: 0px;
float: left; 
width: 500px;
height: 250px;
margin: 0px 40px 0px 0px;
text-align: center;  
}

#bottomad img {
border: none;
}

#lastnote {
margin: 100px 0px 0px 0px;
}

#bottombanner1 {
background-color: yellow;
margin: 40px 0px 20px 0px;
padding: 5px 0px 5px 0px;
width: 900px;
clear: left;
font-size: 10pt;
font-style: italic;
font-weight: bold;
text-align: center;
}

#bottombanner2 {
background-color: green;
margin: 40px 0px 20px 0px;
padding: 5px 0px 5px 0px;
width: 900px;
clear: left;
font-size: 10pt;
font-style: italic;
font-weight: bold;
text-align: center;
}

#copyright {
font-family: Helvetica, sans serif;
margin: 10px 0px 0px 0px;
font-size: 9pt;
font-style: italic;
}


