* { border: 0; margin: 0; padding: 0 }

a:link			{ color: #B95E27; text-decoration: none; }
a:visited		{ color: #B95E27; text-decoration: none; }
a:active		{ color: #1A69A1; text-decoration: none; }
a:hover			{ color: #888; text-decoration: none;}

body {
    /* seed */
    font-family: times, Times New Roman, times-roman, georgia, serif;
    color: #444;
    margin: 0 0 0 0;
    padding: 0 0 0 0;

    font-size: 16px;
    line-height: 20px;

    /* kennedy */
    background: #fff;
}

h1 {
    font-size: 65px;
    line-height: 60px;
    letter-spacing: -1px;
    padding-top: 10px;
}

h2 {
    font-size: 52px;
    line-height: 46px;
    letter-spacing: -1px;
}

h3, .journey {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -1px;
    padding-bottom: 4px;
}

h4 {
    font-size: 48px;
    line-height: 40px;
    letter-spacing: -1px;
}

h5 {
    font-size: 69px;
    line-height: 60px;
    letter-spacing: -1px;
}

ol, ul {
    margin:1em 0;
}

#main {
    background: white;
    margin: 1em 1em;
    padding: 1em 1em;
}

#mainpage h3 {
    margin-top: 1em;
}

#mainpage ul, #mainpage ol {
    margin: 0;
}

#map {
    position: relative;
    width: 100%;
    height: 30em;
}

.pic {
    border: 1px #000 solid;
    width: 100%;
}

.left {
    text-align: left;
    float: left;
}

.right {
    text-align: right;
}
