body{
    padding:0; 
    padding-top: 10px; 
    background: #F6DDD6; 
    color: #3C0012; 
    text-align: center;
    background-image:url(images/bgbody.jpg); 
    background-repeat:repeat;
}

body,td {
    font:12px Verdana,Arial,sans-serif;
    line-height:17px;
}


h1{font-size: 18px;}

.titlewelcome{font-size: 14px; line-height:17px; font-weight:bold;}

.menu {font-size: 12px; font-family:Times; color:#f4f4f4; font-weight:bold; text-decoration:none; letter-spacing:1px;}

div#container{
    width:960px;
    margin: 0 auto; 
    padding:0px; 
    text-align:left; 
    background:transparent;
}

div#top{
    width:960px; 
    height:109px; 
    background-image:url(images/top.jpg);
    background-repeat:no-repeat;
    padding:0px;
    margin:0px;
    overflow:hidden;
}
div#welcome{
    width:960px;
    height:auto; 
    padding:0px; 
    margin:0px;
    background-image:url(images/bgwelcome.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
div#content{
    float:right;
    width:720px; 
    height:auto; 
    padding:0px; 
    margin-bottom:10px; 
    background: #FFFFFF url(images/flowerbottom.jpg) bottom right no-repeat;
}
div#nav{
    float:left;
    width:240px;  
    height:auto; 
    padding:0px; 
    margin-bottom:10px; 
    background:#748561;
}

.featuredbox {
    width:190px;
    border: 1px solid #EC9D88;
    padding: 10px;
}
.featuredtitle{
    width:170px;
    background-color: #EC9D88;
    color: white;
    font-size:14px;
    font-weight:bold;
    padding: 5px;
    text-align:center;
}
.pink {
    color:#F3A38E;
    text-decoration:none;
}
.featuredtext{
    color:#7a7a7a;
    font-size:11px;
}