body {
  background-color: #003366; color: #333333; font-family: "Trebuchet MS", Verdana, Arial, Helvetica; text-align: left; }

table, td { text-align: left; }

table.white { background-color: #fff; padding: 10px; width: 700px; border: thick solid #fff; text-align: left; }
		
div#navlinks { text-align: center; padding-bottom: .3em; }
div#navlinks li { display: inline; }

/* PLAIN LINKS ----------------------------------------------------------------- */
a:link { color: #336699;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
a:visited { color: #778899;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
a:hover { color: #e6a267;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: underline; }
a:active { color: #e6a267;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
		
		
/* HOME LINKS  -- SKY BLUE --*/
.home a:link { color: #66ccff;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
.home a:visited { color: #bbe5fa; }

.home a:hover { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
.home a:active { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
 	
/* PAINTING LINKS -- SEA FOAM --  */
.painting a:link { color: #33ffcc;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
.painting a:visited { color: #adf7e5; }

.painting a:hover { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
.painting a:active { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }       

/* GRAPHIC LINKS -- GRASS GREEN --  */
.graphic a:link { color: #55e055;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
.graphic a:visited { color: #a5e8a5; }

.graphic a:hover { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
.graphic a:active { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
		
/* WEB LINKS -- BUTTER --  */
.web a:link { color: #ffcc66;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
.web a:visited { color: #f5ddb0; }

.web a:hover { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
.web a:active { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
		
/* SPECIAL LINKS --  ORANGE --  */
.special a:link { color: #ff875b;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
.special a:visited { color: #f5bd9d; }

.special a:hover { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
.special a:active { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }

/* WRITING LINKS -- RED --  */
.writing a:link { color: #fa5252;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
.writing a:visited { color: #f59393; }

.writing a:hover { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
.writing a:active { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
	
/* MEET THE ARTIST LINKS -- ROSE --  */
.meetartist a:link { color: #ff66cc;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
.meetartist a:visited { color: #f2c4cc; }

.meetartist a:hover { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
.meetartist a:active { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
	
/* WHATSNEW LINKS -- LAVENDAR --  */
.whatsnew a:link { color: #d688fc;  
  font-size: 10px;  line-height: 110%;  font-family: Verdana, sans-serif; text-decoration: none; }
.whatsnew a:visited { color: #edbcf2; }

.whatsnew a:hover { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }
.whatsnew a:active { color: #fff; text-decoration: none; padding-bottom: .2em; border-bottom: thin dotted #fff; }	


div.page {
 position: relative;
 height: 100%;
	top: 0px;
	visibility: visible;  
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica; 
 text-align: center;
}

div#contentwhite {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 696px;
	height: 100%;
	visibility: visible;
	background-color: #ffffff;
	color: #333333;
	z-index: 10;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

div#masthead_rainbow_btns {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 700px; 
	height: 50px; 
	visibility: visible;
}

/* -- unused, I think
.navtext a:link  { color: #A3C3D6;  
  font-size: 9px;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-align: center;  }
.navtext a:visited { color: #bbbbbb;  
  font-size: 9px;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-align: center;  }
.navtext a:hover { color: #e67767;  
  font-size: 9px;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-align: center;  }
.navtext a:active { 
   color: #e67767;  
  font-size: 9px;  font-family: Arial, Helvetica, sans-serif; text-decoration: none;  
   text-align: center;  
} */

/* on white background */
.backtolink a { 
   color: #5185dc; font-size: 9px;  font-family: Arial, Helvetica, sans-serif;  line-height: 18px; text-decoration: none; text-align: left; }
.backtolink a:link  { color: #5185dc; }
.backtolink a:visited { color: #666666; }
.backtolink a:hover, a:active { color: #ff0033; text-decoration: underline; }


.header { 
 color: #99a; 
 font-weight: bold;  
 font-size: 18px; 
 line-height: 120%; 
 font-family: Helvetica, Arial; 
 text-align: left; 
}

h1 { color: #99a;
 font-size: 16px;  line-height: 120%;  font-family: "Trebuchet MS", Verdana, sans-serif; text-align: left; padding-left: 0.1em; letter-spacing: 1px;
}

h2 { color: #99a; 
 font-size: 11px;  line-height: 120%;  font-family: "Trebuchet MS", Verdana, sans-serif; text-align: left; padding-left: 0.1em; letter-spacing: 0em; 
}

.artist { color: #99a;  
 font-size: 11px;  font-family: "Trebuchet MS", Verdana, sans-serif; text-align: left; letter-spacing: 4px; 
}

.largerlink a { 
 font-size: 110%; text-decoration: none; 
}
	
.details-09px {  
 color: #660000;  
 font-size: 9px;  line-height: 12px;  font-family: Helvetica, Arial; text-align: left; 
}

.details-10px {  
 color: #660000;  
 font-size: 10px;  line-height: 15px;  font-family: Verdana, Helvetica, Arial; text-align: left; 
}

.details-11px {  
 color: #660000; 
 font-size: 11px;  line-height: 16px;  font-family: Verdana, Arial, Helvetica; text-align: left; 
}

.details-12px { 
 color: #660000;  
 font-size: 12px;  line-height: 18px;  font-family: Helvetica, Arial;  text-align: left; 
}

p { 
 color: #668; font-size: 10px; line-height: 120%; font-family: "Trebuchet MS", Verdana, sans-serif; text-align: left; 
}

.liteblue { color: #6699ff; }

.nonlink {   
 color: #6699cc;  
 font-size: 9px; line-height: 110%; font-family: "Trebuchet MS", Verdana, sans-serif; text-decoration: none; text-align: left; 
}

.photocaptions { 
 color: #333;  
 font-size: 10px; line-height: 110%;  font-family: "Trebuchet MS", Verdana, Arial, Helvetica; text-align: left; 
}
			
.skilllist { 
 color: #333;  
 font-size: 11px; line-height: 18px;  font-family: "Trebuchet MS", Verdana, Arial, Helvetica; text-align: left; 
}

.copyright {  
 color: #333;  
 font-size: 9px; line-height: 1.2em; font-family: Arial, Helvetica, sans-serif; text-align: center; 
}

.rollovers { text-align: center; }


	
.art-title {  
 color: #333; font-size: 11px; font-weight: bold; line-height: 1.6em; font-family: "Trebuchet MS", Verdana, sans-serif; text-align: left; 
}

.art-description {  
 color: #333;  
 font-size: 11px; line-height: 1.6em;  font-family: "Trebuchet MS", Verdana, sans-serif; text-align: left; padding-right: 1em; 
}

.art-statement {  
 color: #333; font-size: 11px; line-height: 1.6em;  font-family: Verdana, Arial, Helvetica; font-style: italic; text-align: left; padding-right: 1em; 
}

.art-description-right {  
 color: #333; font-size: 11px; line-height: 1.6em; font-family: "Trebuchet MS", Verdana, sans-serif; text-align: right;  
}

.art-description-small {  
 color: #333; font-size: 9px; line-height: 1.2em; font-family: "Trebuchet MS", Verdana, sans-serif; text-align: left; padding-right: 1em;
}

.art-copyright {  
 color: #333; font-size: 9px;  line-height: 1.2em; font-family: "Trebuchet MS", Verdana, sans-serif; text-align: left; padding-right: 1em;
}

.index-art-copyright {  
 color: #9797AA; font-size: 9px; line-height: 1.2em;  font-family: Helvetica, Arial; text-align: center; 
}

.text { color: #333; font-size: 10px; line-height: 1.6em; font-family: Arial, Helvetica; padding-left: 0.1em;  text-align: left; }
	
alt { color: #888; font-size: x-small; font-family: Verdana, sans-serif;  text-align: center; }

.textlinks { color: #9acdef; }

/* writings */
.writing-text { 
	padding-left: 2em; padding-right: 1em; 
	text-align: left; 
	line-height: 1.4em; } 

.the-end { color: #000; font-family: Georgia, "Times New Roman", Times, serif; font-size: x-small; line-height: 1.5em; font-style: italic; text-align: center; }

/* IMAGE LINKS   ----------------------------------*/
a img { padding-bottom: 0px; }
a:link img    { padding-bottom: 0px; }
a:visited img { padding-bottom: 0px; }
a:hover img   { padding-bottom: 0px; }
a:active img  { padding-bottom: 0px; }

h1.title { color: #a4b4ce; /* med blue grey */ 
	font-size: 13px;  
	line-height: 120%; 
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	text-transform: uppercase;
	text-align: center; 
	font-weight: normal;
	letter-spacing: 0.1em; }
	
table.categories { width: 584px; height: 46px; 
	padding: 0; 
	border-collapse: collapse; }	
	
td.thumb { width: 73px; height: 45px; vertical-align: top; }

.copyright_frontpg { color: #a4b4ce; /* med blue grey */  letter-spacing: 0.1em; font-size: 8px; line-height: 120%; }
