/* png fix */
img { behavior: url(css/iepngfix.htc); }

/* font styles */
body { font-size: 62.5%; font-family: Tahoma, Helvetica, Arial, sans-serif; color: #fff; }

/* links */
a { color: #DE93AA; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #fde0e9; text-decoration: underline; }

/* scent library */
.scent_library { float: left; width: 160px; }
.scent_library ul { list-style: none; margin: 0; padding: 0; }
.scent_library li { background: url(../media/structure/bullett_26.gif) no-repeat left; padding: 0 0 5px 15px; }

/* layout */
body { margin: 0; padding: 0; background: #634d66; text-align: center; }
#header { width: 100%; /* height: 220px; */ height: 150px; background: #de93aa; }
#main_cont { position: relative; padding: 15px 10px 0 0; margin: 0 auto; width: 950px; text-align: left; z-index: 1; font-size: 1.5em; }
#left_col, #right_col { float: left; }
#left_col { width: 630px; }
#right_col { width: 320px; }
.clearer { display: block; clear: both; height: 0; font-size: 0em; }
