
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body {
    background-color: #eeeeee;
    background-color: #ccc;
    margin: 0px;
    font-family: 'Droid Sans', sans-serif;
    text-align: center;
}

p {
    line-height: 1.5em;
}

#header-middle.front {

}

#header-middle.inside {
    height: 125px;
}

#header-top {
    background-color: #db5e77;
    color: #fff;
    height: 30px;
    padding-top: 10px;
    text-align: center;
}

#header-top a {
    color: #fff;
    text-decoration: none;
}

#header-middle {
    background-color: #f17e95;
    text-align: center;
    padding-top: 15px;
    padding-top: 20px;
}

.main {
    background-color: #fff;
    padding-bottom: 25px;
}

#container {
    margin: 0 auto;
    width: 938px;
}

#content {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px;
}

#content.front {
    margin-top: 25px;    
}

#footer {
    text-align: center;
    background-color: #ccc;
    padding: 20px;
    border-top: 2px solid #aaa;
}

#photo {
    margin-top: 20px;
}

.section {
    margin-bottom: 75px;
}

h1 {
    text-align: left;
    color: #db5e77;
}

ol.li {
    margin-bottom: 20px;
}
