/***********************************************/
/* block.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 { font-family : verdana; }

h1 { font-size: 1.6em; font-weight: bold; color: #0066cc; }

h2 { font-size: 1.2em; font-weight: bold; color: #0066cc; }

h3 { font-size: 1.1em; font-weight: bold; color: #0066cc; }

ul { list-style-type: square; }

/***********************************************/
/* Layout divs                                 */
/***********************************************/

#supercontainer { width: 760px; background: #000000; margin: 0 auto; position: relative; top: 10px; border-left-width: 1px; border-left-style: solid; border-left-color: #8b8989; border-right-width: 1px; border-right-style: solid; border-right-color: #8b8989; border-top-width: 1px; border-top-style: solid; border-top-color: #8b8989; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #8b8989; } 

body { background-color: #000000; font-family: verdana; font-size: x-small; color: #000000; line-height: 1.5; margin: 0px; padding: 0px; }

#wood{ background-image: url(../new-images/wood.jpg); height: 170px; background-color: #FFFFFF; width: 740px; margin-left: auto; margin-right: auto; text-align: left; padding: 10px; overflow: hidden; text-overflow: ellipsis}

/******* hyperlink styles *******/

a:hover { background-color: #FFFFCC;}

a:link { color:  #696969; font-weight: bold; text-decoration: none }

a:visited { color:  #696969; font-weight: bold; text-decoration: none }

a:hover { color:  #0000CC; font-weight: bold; text-decoration: none }

a:active { color:  #696969; font-weight: bold; text-decoration: none }


