/* This is to set the style of the Events page */
/* reset */

* {
    padding:0;
    margin:0%;
}

#eventpic {
    float:right;
    padding-right:5%;
    size:20%;
    background-color: lightblue;
}

#calendar-wrapper {
    width:100%;
    height:auto; /*325px;*/
    background-color:lightblue;
	}

#cal-frame {
    width: 100%;
    color:lightblue;
    }

#eventsadvert {
    width:90%;
    height:15%;
    font-size:1.1em;
    padding-left:5%;
    padding-right:5%;
    text-align:center;
    color:black;
    background-color: lightblue;
    }
    
#gcgc {
    width:100%;
    height:700px;
}
