h1 {
	 font-size: 1.7em;
	 padding-bottom: 7px;
	 }

#content ul {
    margin: 0 0 0 30px;
    font-size: 1em;
    line-height: 1.4em;
    list-style-type: disc;
    }
		
.gallery {
	display: block;    
	padding: 0 20px;
    }

.thumbnail {
    float: left;
    height: 200px;
    width: 200px;
    border: 1px solid black;
	padding: 10px;
    }