* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family:'Roboto', helvetica, arial, sans-serif;
    background-color: #F8F8F8;
}
h1, h2, h3, h4 {
    text-transform: uppercase;
    font-family:'Hammersmith One', helvetica, arial, sans-serif;
}
h3 {
    color: #C41723;
}
ul, ol {
    margin: 10px 0 10px 10px;
}
li {
    margin: 0 0 0 10px;
    line-height: 150%;
}
.centered {
    text-align: center;
}
#page {
    width: 1000px;
    height: 100%;
    margin: 10px auto;
}
#header {
    height: 170px;
    position: relative;
}
#moreInfo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 320px;
    font-size: 16px;
    font-family:'Times', 'Times New Roman', serif;
}
#tagLine {
    position: absolute;
    top: 80px;
    left: 340px;
    font-size: 14px;
    font-style: italic;
    font-family:'Times', 'Times New Roman', serif;
    border-bottom: 2px solid #C41723;
    border-top: 2px solid #C41723;
    line-height: 30px;
}
#redBox {
    position: absolute;
    top: 90px;
    left: 2px;
}
#mainTitle {
}
#header .excess {
    font-family:'Great Vibes', cursive;
    font-size: 70px;
    position: absolute;
    left: 0;
    top: 0;
    color: #00abcf;
    text-transform: none;
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}
#header .excess span {
    font-size: 100px;
}
#header .stuff {
    font-family:'Hammersmith One', helvetica, arial, sans-serif;
    font-size: 70px;
    position: absolute;
    left: 125px;
    top: 55px;
}
#subTitle {
    font-family:'Hammersmith One', helvetica, arial, sans-serif;
    position: absolute;
    width: 200px;
    font-size: 12px;
    margin: 0 auto;
    left: 145px;
    top: 55px;
}
#navigation {
    position: absolute;
    bottom: 0;
    background-color: #000;
    padding-left: 170px;
    width: 100%;
    line-height: 30px;
    border-bottom: 6px solid #00ABCF;
    box-shadow: 0 6px 12px #BBB;
}
#navigation a {
    font-family:'Hammersmith One', helvetica, arial, sans-serif;
    display: inline-block;
    text-decoration: none;
    font-variant: small-caps;
    color: #00ABCF;
    padding: 0 44px;
    z-index: 999;
}
#navigation a:hover {
    color: #0ED1FA;
}
#content {
margin-top: 20px;
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
#content p {
    margin: 20px 0 10px;
    line-height: 150%;
}
#content hr {
    margin: 20px auto 20px;
    color: #C41723;
    background-color: #C41723;
    border: none;
    height: 2px;
}
#footer {
font-family: 'Hammersmith One', helvetica, arial, sans-serif;
font-size: 13px;
color: #0ED1FA;
background-color: #000;
text-align: center;
line-height: 370px;
height: 200px;
background-image: url(../img/twin-peaks-horrible-weird-background.png);
display: block;
text-shadow: 1px 1px 0px #000;
}

.fancy {
    font-style: italic;
    font-family:'Times', 'Times New Roman', serif;
}
.floatLeft {
    float: left;
    margin: 10px 30px 10px 0px;
}
.floatRight {
    float: right;
    margin: 30px 0px 10px 20px;
}
#contactForm {
    width: 500px;
    margin: 20px auto;
    border: 2px solid;
    padding: 20px 0;
}
#contactForm div {
    padding: 2px 0;
}
#contactForm label {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 10px;
    vertical-align: top;
}
#contactForm input[type="text"], #contactForm textarea {
    width: 250px;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 12px;
    font-family:'Hammersmith One', helvetica, arial, sans-serif;
}
#contactForm textarea {
    height: 100px;
}
#contactForm input[type="text"] {
    padding: 3px 6px;
}
#contactForm input[type="submit"] {
    font-family:'Hammersmith One', helvetica, arial, sans-serif;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #ccc;
    padding: 3px 6px;
    margin-top: 10px;
    margin-left: 130px;
}
.sale {
    cursor: pointer;
}


#photoBlock {
    width: 420px;
    display: block;
    float: right;
}

#photoBlock span {
    display: inline-block;
    width: 200px;
    height: 180px;
    margin: 8px;
    vertical-align: top;
}

#photoBlock span img {
    max-width: 200px;
    max-height: 180px;
    margin: auto;
}

