/* CSS Document */

/* HTML tags */
html, body {
  margin: 0;
  padding: 0;
  }
body {
  background-color: cfcfcf;
  }
A {
  color: #0e206e;
  }
A:link { 
    text-decoration: none;
}
A:active { 
    text-decoration: none;
}

A:visited { 
    text-decoration: none;
}

A:hover { 
    text-decoration: none;
    background-color: #0e206e;
	color: #ffffff;
}
h1, h2, h3, h4 {
  color: #6e5c0e;
  margin-top: 0;
  }

a.artistPixLink {
  text-decoration: none;
  }
a.artistPixLink:link { 
  text-decoration: none;
  }
a.artistPixLink:active { 
  text-decoration: none;
  }
a.artistPixLink:visited { 
  text-decoration: none;
  }
a.artistPixLink:hover { 
  text-decoration: none;
  background-color: transparent;
  }

/* classes */

.centerImage {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  }
.columnSize {
  margin-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0;
  }
.contentSize {
  margin-top: 0.5em;
  }
.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
.fieldsTable {
  color: #666666;
  }
.spacer { 
  height: 1px;
  }
.prtDisplay {
  display: inline;
  }
.imgSpace {
  font-family: Courier monospace, "Courier New";
  font-size: 8pt;
  margin-bottom: 1em;
  }
.artistPix {
  float: left;
  margin-right: 1em;
  margin-bottom: 0;
  }
.artistName {
  margin-top: 0;
  }
.youAreHere {
  background-color: #0e206e;
  color: #ffffff;
  font-size: 12pt;
  }
.artistPixLink img {
  border: 0;
  }
A.footerWFF {
  text-decoration: none;
  color: #006600;
  }

A.footerWFF:hover { 
  text-decoration: none;
  background-color: #006600;
  color: #ffffff;
}
/* div id's */

div#main {
  width: 760px;
  font-family: Arial, sans-serif;
  color: #000000;
  /*
  background-color: #f0f0f0;
  */
  background-image: url('images/20060427 P4270118 5x7. w760 o40.jpg');
  background-repeat: no-repeat;
  background-color: #cad4ed;
  border: 1px solid #206e0e;
  }
div#printHeader {
  display: none;
  }
div#printHeader h1, div#printHeader h2, div#printHeader h3, div#printHeader h4 {
  font-variant: small-caps;
  }
div#header {
  margin: 0;
  padding: 0;
  height: 140px;
  background-color: transparent;
  border: 0px solid #000000;
  }
div#header img {
  border: 0px solid #000000;
  }
div#header h1 {
  margin: 0;
  padding: 0;
  font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
  color: #cf3333;
  font-variant: small-caps;
  font-size: 27pt;
  }
div#header .spacer {
  height: 10px;
  }
div#header .logo {
  /*
  width: 65px;
  */
  margin-top: 30px;
  }
div#header A:hover { 
  background-color: transparent;
  }
div#content {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0px solid #99ff99;
  }
div#colLeft {
  -moz-box-sizing: border-box;
  width: 150px;
  overflow: hidden;
  float: left;
  padding: 0;
  padding-left: 0.5em;
  font-size: 10pt;
  border: 0px solid #cc9999;
  }
div#colLeft h3 {
  font-family: Garamond, serif;
  font-variant: small-caps;
  margin-bottom: 0;
  font-size: 11pt;
  }
div#colLeft a {
  font-size: 10pt;
  }
div#colLeft hr {
  padding: 0;
  }
div#colRight {
  -moz-box-sizing: border-box;
  width: 605px;
  overflow: hidden;
  float: right;
  font-size: 12pt;
  padding-right: 1em;
  border: 0px solid #9999cc;
  }
div#colRight a {
  text-decoration: underline;
  }
div#colRight h1, div#colRight h2, div#colRight h3, div#colRight h4 {
  font-variant: small-caps;
  }
div#footer {
  clear: both;
  font-size: 10pt;
  text-align: center;
  padding: 1em 0 1em 0;
  margin: 0;
  border: 0px solid #000000;
  }
div#buttons {
  text-align: center;
  }
table#menu {
  margin: 0;
  margin-left: 0.5em;
  }
table#menu td {
  text-align: center;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #333333;
  background-color: #cccccc;
  }
table#menu td:hover, table#menu td.sfhover {
  background-color: #0e206e;
  color: #ffffff;
  }
table#menu td.menuBreak {
  background-color: transparent;
  border: 0;
  }
table#menu a {
  font-weight: bold;
  }

/* ****
 * MyFirstWebPage.net related styles
 * Please leave this at the bottom of this file
 */
.MFWPNlogo {
    font-family: 'courier new';  
    font-weight: bold; 
}
A:link.MFWPNlogo { 
    text-decoration: none;
}

A:active.MFWPNlogo { 
    text-decoration: none;
}

A:visited.MFWPNlogo { 
    text-decoration: none;
}

A:hover.MFWPNlogo { 
    text-decoration: none;
    background-color: #cccccc;
    color: #ffffff;
}