/* CSS styles */

#page {
    border:2px solid black;
    width: 100%;
    margin:0 auto;
    padding:2px;
}

header {
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
}

.textBold {
    font-weight: bold;
}

nav {
    border:2px solid black;
    float:left;
    margin:2px 0 2px 2px;
    font-family: Sans-Serif;
}

#infobox {
    border: 2px solid black;
    margin: 5px;
    padding: 5px;
    width: 250px;
    float: right;
}

#infoboxHeader {
  background-color: lightblue;
  text-align: center;
}

#infoboxSubheader {
  text-align: center;
}

#infoboxImage {
  display: block;
  margin: auto;
}

#infoboxCaption {
  font-style: italic;
}

.infoboxLabel {
  font-weight: bold;
}

article {
    border:2px solid black;
    margin:2px 0 2px 2px;
    text-align: justify;
    padding: 5px 5px 0px 160px;
}


footer {
    border:2px solid black;
    width: 100%;
    float: left;
}
