@charset "UTF-8";
/* CSS Document */
div.topPic {
	background:url(../images/golf_event-top-pic.jpg) no-repeat;
}
div.botPic {
	background:url(../images/golf_event-bot-pic.jpg) no-repeat;
}
.sections {
   float:left;
   display:inline;
   width:100%;
   margin:10px 10px 20px 10px;
   padding-bottom:5px;
   border-bottom:1px dashed #CCCCCC;
}
.sections img {
   margin:0 5px 10px 0;
}
.sections p {
   margin-left:0;
}
