﻿@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);

body {
    font-family:Verdana;
    font-size:12px;
    color:#333;
    background: transparent url('images/bg.jpg') repeat scroll 0 0;
    background-size: auto;
    margin:0;
}

p {
    line-height:21px;
}
a {
    text-decoration:none;
    color:#8a110c; 
}
h1 {
    color:#8a110c;
    font-family: 'Nothing You Could Do', cursive;
    font-weight:700;
    font-size:34px;
}
h1 span {
    font-size:26px;
    font-weight:400;
}
h2 {
    color:#8a110c;
    font-family: 'Nothing You Could Do', cursive;
    font-weight:700;
    font-size:26px;
}
h3 {
    color:#8a110c;
    font-family: 'Nothing You Could Do', cursive;
    font-weight:700;
    font-size:18px;
}
h3 span {
    font-size:22px;
}


.headerbgcontact {
    max-width: 1000px;
    margin:0 auto;
}

.headerbg a img {
    border:none;
    
}
.logo {

}
.page {
    max-width: 800px;
    margin:0 auto;
}
.content img{
max-width: 100%;
    height: auto;
}

