img.logo { 
    align: middle; 
}

.centered { 
    text-indent: 0;
    text-align: center; 
} 

a:link { color: #000099; }
a:active { color: green; }
a:visited { color: #663333; }

body { 
    background: white; 
    color: black; 
    font-family: sans-serif; 
    width: 830px;
    margin-left: auto;
    margin-right: auto;
}

#banner {
    height: 250px;
    width: 810px;
    margin-left: auto;
    margin-right: auto;
}

#banner img {
    position: absolute;
    top: 20px;
    left: 200px;
}

#banner p {
    position: absolute;
    top: 110px;
    left: 400px;
    font-size: 50px;
    text-indent: 0;
    margin: 0;
}

#nav {
    float: left;
    top: 250px;
    left: 0px;
    width: 170px;
    margin-left: 5px;
    margin-right: 5px;
}

#content {
    margin-left: 50px;
    margin-right: 50px;
}

#content p { 
    text-align: left; 
}

#content p.centered {
    text-align: center;
}

#content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    margin-left: auto;
    margin-right: auto;
    width: 810px;
    clear: both;
    text-align: center;
}

.product_name {
    font-weight: bold;
}

/*
#label a {
    margin-left: 20px
}

#MSDS a {
    margin-left: 20px
}

#literature a {
    margin-left: 20px
}
*/

