* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
html {
    overflow: auto;
}
body {
    background-color: #6D6D6D; 
    background-image: url(/artists/images/bg_grad.gif);
    background-repeat: repeat-x;
    
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    color: #2D2D2D;
}
#banner {
    width: 100%;
    height: 50px;
    background-image: url(/artists/images/banner_bg.gif);
    background-repeat: repeat-x;
    margin-bottom: 0px; /*was 10px */
}



h1 {
    font-size: 2.2em;
    margin-top: 13px;
    margin-bottom: 20px;
}
h2 {
    font-size: 1.3em;
    font-weight: normal;
    font-style: italic;
}
h3 {
    margin-top: 0px;
    font-size: 1em;

}
p {
    margin-bottom: 20px;
}

hr {
    color: #BBBBBB;
    background-color: #BBBBBB;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
}




a {
    color: #2D2D2D;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}





#header, #content, #footer {
    width: 714px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}

#links-top,#links-bottom {
   /* width: 744px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    
#links-top {
    height: 20px; 
}
#links-top span {
    margin-right: 10px;
    margin-left: 10px;
}
#links-top img {
    margin-bottom: -2px;
}



#cloak {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}


#select-artist {
    width: 475px;
    height: 300px;
    background-color: white;
    border: 1px solid darkgray;
    display: none;
    position: absolute;
    /* do with mouse click? */
    top: 77px;
    left: 195px;
    /* png? */
    opacity: 0.85;
    filter: alpha(opacity=85);
   /* overflow: auto;*/
    padding:  15px;
    z-index: 1;
    font-size: 0.9em;
}
#select-artist img {
    border: 1px solid #333333;
}

#select-artist img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
#select-artist-thumbs {
    overflow: auto;
    height: 270px;
    margin-top: 5px;
}



    
#email-friend {
    width: 400px;
    height: 200px;
    background-color: white;
    border: 1px solid darkgray;
    display: none;
    position: absolute;
    top: 77px;
    left: 395px;
    opacity: 0.85;
    filter: alpha(opacity=85);
}











/* HEADER */
#header {
    background-image: url(/artists/images/header_bg_lightblue.png);
    height: 95px;
}
#header #name {
    float: left;
}
#header #menu {
    margin-top: 15px;
    float: right;
}
#header #menu a {
    font-weight: bold;
}





#gallery {
    float: right;
    width: 183px;
}
#gallery-top {
    background-image: url(/artists/images/gallery_top.png);
    width: 183px;
    height: 5px;
}
#gallery-bottom {
    background-image: url(/artists/images/gallery_bottom.png);
    width: 183px;
    height: 5px;
}
#gallery-main {
    background-image: url(/artists/images/gallery_bg.png);
    padding-top: 10px;
    padding-bottom: 1px;
    min-height: 525px;
}
#gallery-main img {
    border: 1px solid #2D2D2D;
    margin-bottom: 5px;
    opacity: 0.75; 
    filter: alpha(opacity=75);
}
#gallery-main img:hover {
    border: 1px solid #000000;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
#gallery-main p {
    margin-left: 20px;
    margin-bottom: 10px;
}






#print {
    float: right;
    margin-right: 25px;
}
#print img {
    margin-bottom: -2px;
}



#content {
    padding-top: 15px;
    padding-bottom: 15px;
    background-repeat: repeat-y;
        
    background-image: url(/artists/images/content_bg.png);

    min-height: 580px;
}




#content #cv {
    width: 400px;
    margin-bottom: 20px;
    text-align: justify;
}
#content #cv ul {
    margin-bottom: 15px;
    list-style-position: inside;
    margin-left: 15px;
}





#content #artwork {
   float: left;
   height: 310px;
   width: 310px;
}
#content #artwork img {
   border: 5px solid #2D2D2D;
}
#content #details {
    float: right;
    width: 175px;
    height: 100px;
    margin-top: 190px;
    margin-right: 25px;
}
#content #thumbs {
    float: left;
    width: 500px;
}
#content #thumbs img {
    border: 1px solid #2D2D2D;
    cursor: pointer;
    /* opacity: 0.8; */
}
#content #thumbs img:hover {
   border: 1px solid #000000; 
   opacity: 0.75;
   filter: alpha(opacity=75);
}



#content #artwork-loading {
    color: #666666;
    font-style: italic;
}






#content #contact {
    font-size: 1.1em;
}
#content #contact img {

    margin: 5px;
    margin-bottom: -4px;
}
#content #contact a {
    color: #1F416D;
    text-decoration: none;
}
    
 #content #contact a:hover {
    text-decoration: underline;
}
#content #contact div {
    margin-left: 30px;
    margin-top: -32px;
    margin-bottom: 20px;
    }










#footer {
    background-image: url(/artists/images/content_bottom_bg.png);
    height: 15px;
}




#links-bottom {
    margin-bottom: 20px;
    font-size: 0.9em;
}