#gallery {
    margin: 0px auto;
    min-width: 880px;
    max-width: 880px;
    padding: 20px;
    background-color: #E0E0E0;
    border: 1px solid #aaa;
    
    color: #282828;
    overflow: auto; /* http://ra-ajax.org/floating-divs-multiple-columns-layout-the-perfect-solution */
}

body {
	
}

#floated{
    float: right;
    width: 250px;
    background: red;
}

h1 {
    margin-top: 4px;
    border: 1px solid #aaa;
    color: black;
	background-color: white
}

h2 {
    margin-top: 0px;
    border-bottom: 1px solid #aaa;
    color: black;
}

.galleryRow {
    
}

.galleryItem {
    position: relative; /* offset for <p> */
    margin: 10px;
    float: left;
    padding: 10px;
    border: 1px solid #888;
    background-color: white;
    /*box-shadow: 4px 4px 40px #999;*/ /*1 1 20 998*/
    box-shadow: 6px 6px 20px #999;
    width: 800px;

}

img {
   width: 250px;
   box-shadow: 2px 2px 5px #111;
   margin-left: 15px;
   margin-right: 15px;
   margin-bottom: 4px;
}

p.imageCaption {
	width: 250px;
}

.galleryItem p {
    color: #777;
    margin-bottom: 0px;
    position: absolute;
    margin-bottom: 0;
    bottom: 10px;
}

.galleryAuthor {
    
}

 
.galleryInfo {
    font-style: italic;
    color: #333;
    margin-top: 5px;
    font-size: 18px;
	line-height: 1.2;
	padding-bottom: 25px;

}
.galleryItemImageLeft {
	color: #333;
	margin: 5px;
	font-size: 15px;
	float: left;
	width: 285px;
}

.galleryItemImage {
	color: #333;
	margin: 5px;
	font-size: 15px;
	float: right;
	width: 285px;
}
.galleryItem a {
    text-decoration: none;
}

.galleryItem a:hover {
    text-decoration: underline;
}