/* General Style Modifiers */
.attenuate1         { font-size : smaller; }
                    
.emphasis1          { font-weight : bold; color : Black; text-transform : uppercase; }
.emphasis2          { font-weight : bold; color : Black; }
.emphasis3          { font-weight : bold; color : Navy; }
.emphasis4          { font-weight : bold; color : Red; }
.emphasis5          { font-weight : bold; color : Olive; }
                    
.error              { font-weight : bold; color : Red; font-size : 200%; }

.heading1           { font-weight : bold; color : Black; font-size : 22px; }
.heading2           { font-weight : bold; color : Olive; }
.heading3           { font-weight : bold; color : Gray; }
                    
.list1              { list-style-image : url(images/bullet.gif); vertical-align : top; }

/* Tag Specific Style Modifiers */
a                   { color : Black; }
a:link              { color : Black; }
a:visited           { color : Black; }
a:hover             { color : Red; }
a:active            { color : Red; }
                    
a.heading3          { font-weight : bold; color : Black; }
a.heading3:link     { font-weight : bold; color : Black; }
a.heading3:visited  { font-weight : bold; color : Black; }
a.heading3:hover    { font-weight : bold; color : Black; }
a.heading3:active   { font-weight : bold; color : Black; }
                    
a.nounderline       { text-decoration : none; 	color : Black; }
                    
body                {
    background-image : url(http://www.creativeventures.com/images/sand.jpg);
    margin : 0 0 0 0;
    padding : 0 0 0 0;
}
                    
p                   { font-family : Arial,Helvetica; }
td                  { font-family : Arial,Helvetica; }
th                  { font-family : Arial,Helvetica; }

/* Layer Specific Properties */
div.testimonial1 {
    position:absolute;
    left:381;
    top:0px;
    width:359px;
    height:267px;
    z-index:1;
    visibility: hidden;
}