BODY, P {  
       font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #fff;
     color: #000;
        padding: 0;
 margin: 0;
  font-size: .9em;
}

body#art, body#flyer {
    padding: 10px;
}

A {  
 color: #5DB22C;
     text-decoration: none;
}

A:LINK {
 
}

A:VISITED {
    color: #672D9D; 
}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
}

A:ACTIVE {
   color: #9D2D62;
}

H1 {  
  margin: 0 0 .3em 0;
 padding: 0 0 0 0;
   font-size: 1.4em;
}

H2 {  
        margin: 0 0 0 0;
    padding: .3em 0 .3em 0;
     font-size: 1.2em;
}

ul.no-bullets {
       list-style: none;
   margin: .3em 0 0 3px;
       padding-left: 3px;
}
ul.no-bullets li {
       padding-bottom: .5em;
}
ul.thumblist {
        list-style: none;
   margin: .3em 0 0 3px;
       padding-left: 3px;
}
ul.thumblist li {
        padding-bottom: 1em;
}

#midcolumn {
       position: absolute;
 left: 260px;
        top: 15px;
  right: 110px;
       width: auto;
        padding-bottom: 1em;
}
#art img {
    float: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#art .artcaption, #art p {
    text-align: center;
}
#art ul.no-bullets li {
   margin: 0;
   padding: 0;
}
#nav {
position:absolute;
top: 0;
left: 0;
width: 250px;
background-image: url(colgates/images/bottle.gif);
background-position: top left;
background-repeat: no-repeat;
padding-top: 400px;
padding-left: 20px;
font-weight: bold;
}
#thumbs {
position:absolute;
top: 0;
right: 0;
width: 80px;
font-size: .9em;
}
.design-ack {
position: absolute;
top: 440px;
left:20px;
width: 220px;
font-size:.9em;
border-top: 2px solid #cacaca;
}
#art .design-ack {
position: static;
margin-top:1em;
text-align:center;
width: auto;
}