body {margin: 0px; padding: 0px; font-size: 14px; font-weight: normal; line-height: 1.1em; color: #000; background-color: #fff;}

p, ul, h1, h2, h3, h4 {padding: 0px; margin: 0px; font-size: 12px; font-weight: normal; line-height:1.1em; font-family: arial, helvetica, sans-serif; color: #000; background-color: #fff; text-align: left;}

h1 {font-size: 1.5em; color: #066; background-color: transparent; text-align: left;}
h1 a {color: #066; background-color: transparent;}
h1 a:hover {color: #f30; background-color: transparent;}
h3 {font-size: 1.4em; font-variant: small-caps; color: #000; text-align: center;}
h4 {font-size: 1.2em; color: #066; text-align: center;}

p.home {padding: 0px; font-size: 1.2em; text-align: left;}
p.reb {padding: 0px 0px 10px 0px; font-size: 1.1em; text-align: left;}

table.gallery {width: 800px;}
td.thumb {width: 75px; background: url(images/blank-75.gif) white no-repeat; text-align: center; vertical-align: top;}
td.giclee-thumb {width: 100px; background: url(images/blank-100.gif) white no-repeat; text-align: center; vertical-align: top;}
td.giclee-print {width: 400px; text-align: center; vertical-align: top;}
td.mandala {width: 350px; text-align: center; vertical-align: middle;}
td.chakra-chart {width: 195px; text-align: center; vertical-align: top;}
td.reb {width: 350px; text-align: left; vertical-align: top;}
td.reb a {text-decoration: none;}


/* -------------  Navigation ------------------------------------- */
#nav ul {padding: 3px 0; margin-left: 0; font: normal 14px Arial; text-align: center; color: #000;}
#nav ul li {list-style-type: none; margin: 0; display: inline;}
#nav ul li a {padding: 3px 0.5em; text-decoration: none; color: #000; border: 1px solid #033;}
#nav ul li a:visited {color: #000;}
#nav ul li a:link:hover, #nav ul li a:visited:hover {color: #f00;;}

/* -------------  Message Form ------------------------------------- */
#frmTable {width: 500px; margin-top: 2em; padding: 1em; font-family: arial, sans-serif; font-size: 14px; color: #000; border: #000 1px dotted;}
td.lbl {padding: 10px; width: 250px; text-align: left;}
td.npt {padding: 10px; width: 250px; text-align: center;}

/* -------------  Validation Output: 3 Errors  -------------------------------------
Line 43, Column 41: value of attribute "type" cannot be "textarea"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".

The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. 

Line 43, Column 64: there is no attribute "cols". 
Line 43, Column 74: there is no attribute "rows".

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. 

 */