.pagecontent img {
border-radius: 5px;
}


a:hover: {
              text-decoration:underline;
}


#dates {
height: 500px;
background-color: #ffcc66;
color: white;
border-radius: 10px;
}

#dates h3 {
padding: 15px;
}

#dates p {
padding: 15px 15px 0 15px;
}


body{
    background-image:url('http://www.timmelideo.com/stuff/gallery/footer.jpg');
    background-repeat:repeat-x;
    background-position:bottom center;
    background-color:#fafafa;
    background-attachment:fixed;
}

#photos{
    height:530px;
    width:100%;
    padding:10px 0;
    background-color:#fafafa;
    overflow:auto;
 }

#photos div {
    width:2246px;
    padding:0 10px;
 }

img.photo{
    border:5px solid #fff;
    float:left;
    display:inline;
    margin-right:10px;
 }