/* 
    Document   : ana
    Created on : Feb 6, 2009, 7:27:03 AM
    Author     : Robert Estell
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;   
    background-color: #e9c5c7;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.webtext, .textlink0 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000000;

}

.maintable {
    width: 800px;
}

.submenubar {
    height: 25px;
    background: url("images/submenubar.gif");
    background-repeat:no-repeat;
}

.headercell {
    width: 800px;
    height: 500px;
    background: url("images/bioheader.jpg");
    background-repeat:no-repeat;
}

.designbycell {
    height: 35px;
}

.rightpic {
    background: url("images/barbie-r.jpg");
    background-repeat:no-repeat;
    background-position: top center;
}

.biocell {
    background: url("images/biobg.gif");
    padding: 5px;
}

.imglink:hover {
    opacity:0.7;
    filter:alpha(opacity=70);
}

.textlink0:link, .textlink0:visited {
    color: #8d470c;
    text-decoration: none;
}

.textlink0:active, .textlink0:hover {
    color: #800000;
    text-decoration: underline;
}

.bar, .mid, .largephoto, .thumb {
    padding: 0px;
    background-color: #7754a0;
}

.bar { height: 25px;}

.mid { height: 600px; }

.largephoto { height: 500px;}

.thumb {height: 50px; width: 50px;}