html {
    padding: 0;
    margin: 0;
    background: #fcdfec;
    font: 12px/18px verdana, sans-serif;
}

body {
    margin: 0;
    padding: 25px 0 0 0;
}

* {
    outline: none;
}

.clear-it {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    display:block;
}

#wrapper {
    width: 882px;
    margin: auto;
}

#logo {
    width: 265px;
    height: 75px;   
    float: left;
    display: inline;
}

#nav {
    width: 615px;
    float: left;
    display: inline;    
    color: #6D6F71;
    font: 16px/18px 'Crimson Text', 'times new roman', serif;   
    padding: 39px 0 0 0;
}

#nav a.l1 {
    padding: 18px 0 0 0;    
}

#nav a:link, #nav a:visited {
    float: left;
    display: inline;
    margin: 0 0 0 33px; 
    color: #6D6F71;
    font: 16px/18px 'Crimson Text', 'times new roman', serif;   
    text-align: center;
    text-decoration: none;
}

#nav a:hover {
    color: #8a8d90;
}

#content {
    width: 880px;
    border: solid 1px #f067a6;
    background: #FFFFFF url(../images/parrott-bg.jpg) bottom left no-repeat;
    margin: 15px 0 10px 0;
    padding: 40px 0 0 0;
    text-align: center; 
    color: #222222;
    font: 12px/18px verdana, sans-serif;
}

#content a:link, #content a:visited {
    color: #555555;
    font: 12px/18px verdana, sans-serif;
    text-decoration: none;
}

#content a:hover {
    color: #333333;
}

#content h1 {
    color: #555555;
    font: bold 15px/18px georgia, serif;
}

#content label {
  display: block;
  font-weight: bold;
}

#content form {
    color: #000;
    font: 13px/23px trebuchet, sans-serif;
}

#content form textarea {
  width: 350px;
  height: 100px;
}

#content #slideshow {
    float: right; 
    margin: 0 0 0 10px;
    border: solid 2px #f067a6;
}

#hp-cont-b {
    padding: 60px 0 69px 498px;
}

#about-cont-b {
    text-align: left;
    padding: 20px 30px 30px 30px;   
}

#cc-cont-b {
    height: 144px;
}

#cc-bouq-cont-b {
    text-align: left;
    padding: 0px 30px 30px 30px;    
}

#gallery-right {
    float: right;
    margin: 0 0 0 10px;
}

#gallery-right img {
    border: solid 2px #f067a6;
}

#gallery-right img.daily-flavors {
    display: block;
    border: none;
    padding: 20px 0 0 0;
}

#cakes-cont-b {
    text-align: left;
    padding: 0px 30px 30px 30px;    
}

#footer {
    color: #6D6F71;
    font: 15px/18px 'Crimson Text', 'times new roman', serif;   
    letter-spacing: 0.5px;
    width: 880px;
    text-align: center;
}

#footer a:link, #footer a:visited {
    color: #6D6F71;
    font: 15px/18px 'Crimson Text', 'times new roman', serif;   
    letter-spacing: 0.5px;
    text-decoration: none;
}

#footer a:hover {
    color: #8a8d90; 
}

#footer2 {
    padding: 20px 0 0 0;
    width: 880px;
    text-align: center;
}


