
body{
    margin:0;
    padding:0;
    background: #b8b8b8; /* Old browsers */
    background: -moz-linear-gradient(top,  #b8b8b8 0%, #b8b8b8 18%, #fffbff 55%, #b8b8b8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8b8b8), color-stop(18%,#b8b8b8), color-stop(55%,#fffbff), color-stop(100%,#b8b8b8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b8b8b8 0%,#b8b8b8 18%,#fffbff 55%,#b8b8b8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b8b8b8 0%,#b8b8b8 18%,#fffbff 55%,#b8b8b8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b8b8b8 0%,#b8b8b8 18%,#fffbff 55%,#b8b8b8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b8b8b8 0%,#b8b8b8 18%,#fffbff 55%,#b8b8b8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#b8b8b8',GradientType=0 ); /* IE6-9 */
}

#container{
    width: 1440px;
    margin:auto;
}

#head{
    background: url(images/head.png);
}
#header{
    height: 180px;
}

#nav-bar{
    height: 60px;
    padding: 40px 0 0 120px;
}

#main-content{
    /*width: 915px;*/
    height: 673px;
    width: 915px;
}

#text{
    padding: 40px 80px 0 70px;
}

#text h1{
    margin:0;
    padding:0;
    margin: -35px 0 0 510px;
}

#contact {
    background-image: url(images/contact.png);
    background-repeat: no-repeat;
    background-position: right;
    margin:0px 0 0 0;
    height:380px;
}

#contact p{
    color:white;;
    float:right;
    margin: 220px 25px 0 0;
    line-height: 25px;
}

#sidebar{
    width: 525px;
    height: 673px;
    float: right;
}

#sidebar-b{
    width: 600px;
    height: 673px;
    float: right;
}

#sidebar, #sidebar-b  img{
    padding: 40px 0 0 0;
}


#footer{
    clear:both;
    height:110px;
    background: #F3D6C2;
    padding-top:20px;
}

ul {
list-style-type:none;
margin:0;
padding:0;
font-family: arial, sans-serif;
color: white;
}

li{
display:inline;
margin-right:45px;
}

a:hover{
    color:black;
}


#footer a{
    color:#848484;
}
p{
    color: #636363;
    font-family: georgia, serif;
}

#text p{
    margin:0;
    padding:0;
    font-size: 28px;
    font-style: italic;
    line-height: 40px;
}

#main {
    width: 600px;
    margin: 20px 0 0 120px;
}

#quote1 h3{
    margin:0;
    padding:0;
    margin: -45px 0 0 530px;
}

#quote1 p, #quote2 p{
    font-style: italic;
}

#quote2 h3{
    margin:0;
    padding:0;
    margin: -43px 0 0 540px;
}


#main p{
    
    line-height: 30px;
}

#main a{
    color: #636363;
}

#main h1{
    color: #EE7374;
    font-family: georgia, sans-serif;
    font-weight: 100;
    margin-top: 30px;
}

#main h2{
    color: #636363;
    font-family: georgia, sans-serif;
    font-weight: 800;
    margin-top: 30px;
    font-size: 20px;
}

#sidebar-b p{
    text-align: right;
}


#sidebar-c {
    width: 810px;
    float:right;
    background: url(images/heather_shops.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin: 60px 0 0 0;
}

#sidebar-c h1{
    margin: 20px 0 0 80px;
}

#left{
    width:673px;
}

#footer p{
    margin:0;
    padding:0;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    line-height: 40px;
    
}

a{
     color:white;
     text-decoration:none;
}