h1 {
font-size: xx-large;
font-weight: bolder;
padding-left: 5%;
margin-left: 0;
margin-bottom: 0;
}

div#content {
padding-left: 10%;
width: 60%;
font-size: small;
}

div#sidebar {
font-size: x-small;
position: absolute;
right: 0em;
width: 15%;
top: 9em;
border-left: dotted thin black;
padding-left: 2%;
padding-right: 2%;
}

div#sidebar img {
border: 0;
}

div#footer {
text-align: center;
font-size: small;
background-color: white;
color: gray;	
}