<!-- 
/* BODY FONT AND SIZE */
body {
font-family: Century Gothic, sans-serif;
font-size: 10pt;
color: #000000;
margin-top:10px;
margin-bottom:10px;
background-image: url("http://pinkdaisydesign.com/images/naturalboutique/naturalbg.jpg")
}

/* ANCHOR STYLES */
a:link {color: #ffffff}     /* unvisited link */
a:visited {color: #ffffff}  /* visited link */
a:hover {color: #8c8467}   /* mouse over link */
a:active {color: #8c8467}   /* selected link */

/* TABLE */
table {
empty-cells: show
} 

/* MAIN TABLE */
table.main {
border: 3px #4d372b solid
} 

/* HEADER CELL */
td.header {
background-image: url("http://pinkdaisydesign.com/images/naturalboutique/naturalheader.jpg");
height: 212px;
width: 100%;
vertical-align: bottom;
}

img.header1 {
float: left;
position:relative;
vertical-align: bottom;
}

img.header2 {
float: right;
position:relative;
vertical-align: bottom;
}

/* TOP AND BOTTOM NAV BARS */
td.navbar {
color: #ffffff;
height: 20px;
padding-bottom: 2px;
background-color: #2a7d93;
font-size: 8pt;
text-align: center
}

td.navbar a:link {color: #ffffff}     /* unvisited link */
td.navbar a:visited {color: #ffffff}  /* visited link */
td.navbar a:hover {color: #8c8467}   /* mouse over link */
td.navbar a:active {color: #8c8467}   /* selected link */

/* COPYRIGHT AREA */
.copy {
color: #ffffff;
font-size: 8pt;
}

.copy a:link {color: #ffffff;
text-decoration: none;
}     /* unvisited link */
.copy a:visited {color: #ffffff}  /* visited link */
.copy a:hover {color: #FFFFFF}   /* mouse over link */
.copy a:active {color: #FFFFFF}   /* selected link */

/* table category list */
#categorylist {
padding: 10px 5px 10px 5px;
width: 220px;
text-align: left;
vertical-align: top;
background-color: #4d372b
}

/* table with %content% tag */
#tablecontent {
padding: 15px;
font-size: 8pt; 
vertical-align: top;
background-color: #ffffff
}

/* MAIN CATEGORY LINK */
.catcolor { 
color: #FFFFFF; 
font-size: 10pt; 
line-height: 100%
}

a.catcolor:hover { 
color: #8c8467; 
}

/* SUBCATEGORY LINK */
.subcatcolor { 
color: #FFFFFF; 
line-height: 100%
}

a.subcatcolor:hover { 
color: #8c8467; 
}


// -->
