html {
    background-image:URL('../images/bg.jpg');
    margin:0px;
    padding-top:30px;
    padding-bottom:30px;
}
body {
    position:relative;
    background-color:#FFFFFF;
    width:820px;
    margin:0px auto;
    margin-bottom:20px;
    border:4px solid #C77DB5;
    font-family:Arial Rounded MT Bold;
    font-size:small;
    text-align:justify;
    color:#666666;
}
p {
    padding:10px;
    padding-top:0;
}
h1, h2, h3, h4, h5, h6 {
    margin:0 0 0 10px;
}
thead {
    background-color:#F4E6F5;
}
img {
    border:0px;
}
.feature {
    border:0px;
    position:relative;
    float:left;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:5px;
}
.bioCard {
    position:relative;
    float:left;
    margin:10px 40px 10px 20px;
    width:350px;
    background-color:#E1E1E1;
}
.bioCard img {
    position:relative;
    float:left;
    margin-right:5px;
}
.bioCard .link {
    position:absolute;
    bottom:5px;
    right:5px;
}
.imgFeature {
    float:right;
    padding-left:1em;
    padding-bottom:1em;
}
.services th div {
    padding-left:10px;
}
.services {
    background-color:#FFFFFF;
    width:390px;
    margin:10px;
    border:3px solid #C77DB5;
    font-family:arial rounded mt bold;
    font-size:small;
}
.services th {
    padding-right:10px;
    width:80%;
    border-bottom:1px dashed #C77DB5;
}
.services .note {
    font-family:verdana;
    font-size:xx-small;
}
.services .header {
    border-bottom:2px solid #C77DB5;
    color:#C77DB5;
    padding:5px;
}

.packages th div {
    padding-left:10px;
}
.packages {
    background-color:#FFFFFF;
    width:390px;
    margin:10px;
    border:3px solid #C77DB5;
    font-family:arial rounded mt bold;
    font-size:small;
}
.packages th {
    padding-right:10px;
    width:80%;
}
.packages .note {
    font-family:verdana;
    font-size:xx-small;
}
.packages .header {
    border-bottom:2px solid #C77DB5;
    color:#C77DB5;
    padding:5px;
}

#map {
    width:300px;
    height:300px;
    padding:10px;
    margin:10px;
}
#headerFlash {
    position:relative;
    left:-21px;
    width:400px;
    padding:5px;
}
#rightFlash {
    float:right;
    width:400px;
    height:550px;
    margin-left:5px;
}
#footer {
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
    font-family:Verdana;
    font-size:x-small;
    color:#C77DB5;
}
#footer a:link { color:#C77DB5; text-decoration:underline; }
#footer a:hover { color:#C77DB5; text-decoration:none; }
#footer a:visited { color:#C77DB5; text-decoration:underline; }
#giove {
    font-size:small;
    color:#C77DB5;
    position:absolute;
    bottom:-30px;
    right:0px;
}
