@import url(reset.css); /* Reset CSS */

/* BODY ------------------------------------------------------------------ */

html {
    background: #9d4183 repeat 0 0;
}

body {
    color: #fff;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    line-height: 1.5;
}

/* HEADINGS ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #9d4183; }

h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 1em;
}

/* TYPOGRAPHY ----------------------------------------------------------- */

p { margin: 0 0 1.5em; }

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr { border-bottom: 1px dotted #666; cursor: help; }
address { margin: 0 0 1.5em; font-style: italic; }

li ul, li ol { margin: 0; }
ul, ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; display: inline; }
dd { margin-left: 0; display: inline; }

ins { text-decoration: underline; }
del { color: #666; text-decoration: line-through; }

hr {
    visibility: hidden;
    clear: both;
}

/* LINKS ---------------------------------------------------------------- */

a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #9d4183; }
a:focus { color: #9d4183; }
a:active { color: #9d4183; }

/* LAYOUT --------------------------------------------------------------- */

#page {
    margin: 30px auto;
    width: 800px;
    background: #fff;
}

#header {
    width: 800px;
    height: 100px;
    position: relative;
}

#header h1 {
    background: url(img/logo.png) no-repeat 0 0;
    width: 300px;
    height: 60px;
    text-indent: -10000px;
    position: absolute;
    left: 30px;
    top: 30px;
}

#footer {
    color: #222;
    padding: 30px;
    clear: both;
}

#body {
    color: #222;
    border-bottom: 3px solid #9d4183;
    padding: 30px;
}

#map {
    width: 450px;
    height: 450px;
    border: 2px solid #9d4183;
    float: right;
    margin-bottom: 30px;
}

.gallery {
    float: right;
    width: 550px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery img {
    float: left;
    margin: 0 5px 5px 0;
    border: 2px solid #9d4183;
}
