@charset "utf-8";
/* CSS Document */

#header img {

    width: 100%;
    height: 90%;

}
#header {
	border-bottom: none;
	padding: 0;
}

#header h1 {
    margin: 0 auto;
    padding: 0 0 0 10%;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    background-color: #e0e0e0;	
}
#main {
    background-color: #fff;
    border-top: 1px dotted #e8c02a;
    border-bottom: 1px dotted #660000;
    margin-top: 15px;
}
#navbar a {
    font-size: 0.95em;
    font-family: Verdana, Arial;	
}
#content {
	font-size: 1.1em;
}
#content h3 {
	font-size: 1.3em;
}
div#cfp p:last-child {display: none;}