@font-face {
font-family: leaguegothic;
src: url("/site_media/fonts/LeagueGothic.otf");
}

@font-face {
font-family: droid;
src: url("/site_media/fonts/DroidSans.ttf");
}

body {
    text-align:center;
    }

#wrapper {
    width: 960px;
    margin:0px auto;
    text-align:left;
    }

BODY {
    padding: 0px;
    margin: 0px;
    background: #a7c3c8;
    font-family: droid_win, droid, verdana, sans-serif;
    line-height: 200%;
    color: #424242;
    font-size: 13px;
    background-image: url('../images/invitation-bg.jpg');
}

A {
    color: #3196ad;
}

H1 {
    font-weight: normal;
    font-family: leaguegothic_win, leaguegothic;
    font-size: 60px;
    color: #686868;
}

H2 {
    font-weight: normal;
    font-size: 18px;
    display: block;
    color: #383838;
    border-bottom: #d3d7d8 1px solid;
    padding-bottom: 15px;
}

#paper {
    background: #f0f5f6;
    padding: 60px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url('../images/invitation-corner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}


#meeting_goals, #participants, #meeting_when, #meeting_where, #organizers, #why_meet {
    margin-bottom: 40px;
}

#organizers {
    margin-bottom: 10px;
}

#header {
    margin-bottom: 40px;
}

#header P {
    font-size: 15px;
}

#meeting_goals {
    
}

#meeting_goals P {
    padding: 0px;
    margin: 0px;
}

#meeting_goals P STRONG {
    color: #a40606;
}

.meetings_box {
    display: block;
    width: 260px;
    float: left;
    padding-right: 20px;
}

.organizers_box {
    display: block;
    width: 260px;
    float: left;
    padding-right: 20px;    
}


 H3 {
    color: #222222;
    font-size: 13px;
}

#special_thanks {
    margin-top: 30px;
}
