html{
    background-image:url('/images/burlap_forweb.jpg');
}

body{
    padding-top:20px;
    margin: 35px auto;
    width:940px;
    padding-bottom:0;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px;
}

.top_line{
    margin-top:20px;
    border-top: solid 3px #45A665;
}

.bottom_line{
    border-bottom: solid 3px #45A665;
}
.nav { text-align:center; }

.nav ul {
    display:inline-table;
    padding: 0;
    margin: 0;
}

.nav ul li {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    padding: 10px 0;
    display:inline;
    margin:7px;
    width:135px;
    background-color:#45A665;
    color:white;
    text-align:center;
    float:left;
    cursor: pointer;
    color: black;
    border-radius: 10px;

}
.nav ul li:hover {
    color: white;
}
.nav .selected{
    color: white;
}
.flowers ul{
    margin-left: 18%
}
#content{
    width:940px;
    margin:20px auto;
    min-height: 480px;
}
.footer_info_block{
    float:left;
    height: 30px;
    margin-right: 60px;
    border-radius: 10px;

}
.footer_info_icon{
    float: left;
}
.footer_info_text{
    font-size: 13px;
    margin: 0px 10px;
    float: left;
}

.FBbutton{
    background-color: #3B5998 !important;
    color: white !important;
}
a{
    color: white;
    text-decoration: none;
}

