/* Comment Line */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: #ffffff;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #02029B;
}
.bigger {
    font-size: 1.2em;
}
.centred {
    text-align: center;
}
div {
    position: relative;
}
/*************** Page Layout *******************/
#page-bg {
}
#page-border {
    margin: auto;
    width: 600px;
}
#header {
    text-align: center;
    font-family: Georgia, times, "Times New Roman", serif;
}
#header img{
    position: relative;
    margin: auto;
}
#footer {
    margin-top: 10px;
    border-top: 1px solid #cccccc;
    color: #777777;
    text-align: center;
}
#bottom {
    background: #CCCB9B;
    height: 5px;
}
/*************** Content Formatting *******************/
h1 {
    text-align: center;
    font-family: Georgia, times, "Times New Roman", serif;
    margin-top: 25px;
}
.flyer {
    font-family: Georgia, times, "Times New Roman", serif;
    font-size: 1.1em;
}
.details {
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.underlined {
	text-decoration: underline;
    
}
.event-name {
    font-weight: bold;
    font-size: 1.1em;
}
/*************** Flyspeck Toolbar *******************/
#wholeDiv {
    z-index: 100;
}

