/* weddings gallery */
#pictureGrid {margin:0 ;overflow:auto;}
#pictureGrid li {
display:block;
overflow:hidden;
float:left;
height:100px;
margin:4px;
text-align:center;
width:120px;
}
#weddingHead {
color:white;
clear:both;
font-family:Arial,Helvetica,sans-serif;
font-size:25px;
font-weight:normal;
margin:20px 0 0 0;
text-align:center;
text-transform:uppercase;
}
#weddingItems {color:#999;margin:0 30px 0 0;}

#weddingItems ul {
float:left;
font-size:14px;
width:30%;
}
#weddingItems ul li {margin:20px 0;}

#weddingFoot {
clear:both;
color:white;
font-size:1.5em;
font-weight:normal;
}
