@charset "UTF-8";
/* CSS Document */

body {
font-family: Arial, Helvetica;
background-image: url('../images/backgroundgrid3.jpg');
background-color: #FFFFFF;
background-repeat: repeat;
color: #000000;
font-size: 14px;
height: 99%;
}


#stamp {
margin: 19% auto;
width: 193px;
height: 170px;
background-image: url(../images/homepagelogo1-trans.png);
}
#stamp a {
position: absolute;
}
#stamp:hover {
background-image: url(../images/homepagelogo3-trans.png);
}
/* mainpage choices */
#home {
float: left;
width: 130px;
height: 115px;
vertical-align: top;
background-image: url(../images/stamps_small-trans.png);
}
#paintings {
float: left;
width: 130px;
height: 115px;
background-image: url(../images/stamps_small-trans.png);
}
#statement {
float: left;
width: 130px;
height: 115px;
background-image: url(../images/stamps_small-trans.png);
}
#bio {
float: left;
width: 130px;
height: 115px;
background-image: url(../images/stamps_small-trans.png);
}
#contact {
float: left;
width: 130px;
height: 115px;
background-image: url(../images/stamps_small-trans.png);
}
#home:hover {
background-image: url(../images/rollover_home-trans.png);
}
#paintings:hover {
background-image: url(../images/rollover_paintings-trans.png);
}
#statement:hover {
background-image: url(../images/rollover_statement-trans.png);
}
#bio:hover {
background-image: url(../images/rollover_bio-trans.png);
}
#contact:hover {
background-image: url(../images/rollover_contact-trans.png);
}
#paintings_hold {
float: left;
width: 130px;
height: 115px;
background-image: url(../images/rollover_paintings-trans.png);
background-repeat: no-repeat;
}
#statement_hold {
float: left;
width: 130px;
height: 115px;
background-image: url(../images/rollover_statement-trans.png);
background-repeat: no-repeat;
}
#bio_hold {
float: left;
width: 130px;
height: 115px;
background-image: url(../images/rollover_bio-trans.png);
background-repeat: no-repeat;
}
#contact_hold {
float: left;
width: 130px;
height: 115px;
background-image: url(../images/rollover_contact-trans.png);
background-repeat: no-repeat;
}


a:visited {
color: #FFFFFF;
text-decoration: none;
}
#home a, #paintings a, #statement a, #contact a, #bio a {
position: absolute;
}
#biopagetxt {
position: absolute;
top: 200px;
left: 30%;
}
			
#contactpagetxt {
text-align: center;
position: absolute;
top: 35%;
left: 30%;
}
			
#headerbar {
margin: 10px auto;
width: 650px;
height: 150px;
}
			
#mainpagemenu {
margin: 19% auto;
width: 655px;
height: 170px;
}

/* text for bio and contact pages */			
#statement_txt, #cv {
width: 515px;
margin-left: auto;
margin-right: auto;
padding: 30px;
font-family: arial;
font-size: 12px;
line-height: 17px;
}
#statement_txt {
margin-top: 40px;
padding: 30px;
}
#cv {
margin-top: 10px;
}

.st_title, .cv_title {
padding: 4px;
font-size: 30px;
font-family: Helvetica;
}
.cv_title {
margin-bottom: 10px;
}
h3, h4 {
color: #000000;
}
h5 {
padding: 15px;
}

#contact_text {
text-align: left;
width: 210px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
padding: 20px;
padding-right: 15px;
padding-bottom: 20px;
font-size: 14px;
font-family: Georgia, Arial;
background-repeat: repeat-y;
line-height: 22px;
}
			
.contitle {
color: #999999;
font-size: 14px;
}

.years {
color: #666666;
font-weight: bold;
}
.titles {
color: #000000;
font-weight: bold;
}
#credit {
color: #444444;
width: 160px;
font-size: 11px;
margin-left: auto;
margin-right: auto;
width: 99%;
text-align: center;
top: 97%;
position: absolute;
}
#credit a {
color: #444444;
text-decoration: none;
font-weight: bold;
}
#credit a:hover {
color: #777777;
text-decoration: none;
}
td {
border: 1px solid #FFFFFF;
width: 90px;
height: 90px;
cellspacing: 0px;
}
td img {
	display: block;
}

