/* RESET WHITESPACE
-------------------------------------- */
*
{
 padding: 0;
 margin: 0;
}

/* GENERAL FORMATTING
-------------------------------------- */
body                                                   {font-family: verdana,arial,helvetica,sans-serif; font-size: 12px; font-weight: normal; line-height: 24px; background: #ffffff url(images/black.gif) repeat-x 0 65px; color: #404040;}
p                                                      {margin-top: 0px; margin-bottom: 10px;}
b                                                      {font-weight: normal; color: #880000;}
li, ol, ul                                             {color: #000000;}
.bold                                                  {font-weight: bold;}
.clear                                                 {clear: both; margin-top -1px; }
.copyright                                             {font-size: 11px;}
/* HEADINGS
-------------------------------------- */
h1,h2,h3,h4,h5,h6,input,textarea,select       {font-weight: bold; margin-top: 0px; margin-bottom: 10px; color: #d19a32;}
h1,h2                                                  {font-size: 14px;}
h3,h4,h5,h6                                            {font-size: 12px;}
h1                                                     {font-size: 20px; font-weight: normal; margin-bottom: 20px; color: #d19a32;}

/* HEADING IMAGES
-------------------------------------- */

/* IMAGE DIMENSIONS
--------------------------------------------------------------- */
img                      {border: 0px; vertical-align: bottom;}
img.mixer                {border: 1px solid #c0c0c0; width: 356px; height: 333px; padding: 10px; float: left; margin-right: 15px;}

/* HYPERLINK FORMATTING
--------------------------------------------------------------- */
a         {text-decoration: none; color: #404040;}
a:hover   {text-decoration: underline;}


/* PAGE CONTAINERS AND FURNITURE
--------------------------------------------------------------- */
div.copy             {width: 760px; border: dashed 1px #c0c0c0; margin-bottom: 10px; background-color: #fafafa; padding: 10px; height: 353px;}
div#page             {margin-left: auto; margin-right: auto; margin-top: 20px; width: 780px;}
