body {
    color: #ddd;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
}

a, a:visited {
    color: #9EB4CA;
    text-decoration: none;
}

h1, h2, h3 .gallery {
    text-align: center;
}


.gallery:after {
    content: '';
    display: block;
    height: 2px;
    margin: .5em 0 1.4em;
}

.gallery img {
    height: 100%;
}

.gallery a {
    width: 220px;
    height: 210px;
    display: inline-block;
    overflow: hidden;
    margin:20px 15px;

    box-shadow: 0 0 4px -1px #000;
	border-bottom: 30px solid skyblue;
}

.baguetteBoxOne {
	width:1150; 
	margin:0px auto 0 auto;
	text-align:center
}