
/*---------------------------------------------------------------------------*/
/* Global stylesheet for Goodells.Net                                        */
/*---------------------------------------------------------------------------*/


/*------ layout -------------------------------------------------------------*/

 body         { margin: 0px 0px 40px 0px;
                background-image: url('/common/gradient.jpg');
                text-align: center; }                              /* for IE */

 div#shell    { text-align:left; width: 960px; margin: 0 auto; } /*for non-IE*/

 div          { clear: both }

 table.shell  { width: 100%; padding: 0px; margin: 0px; border-style: none }

 td           { text-align: left; vertical-align: top }
 td.bottom    { text-align: left; vertical-align: bottom }

 table        { border-collapse: collapse }
 th,td        { padding: 0; border-spacing: 0 }

 .left        { text-align: left }
 .right       { text-align: right }
 .center      { text-align: center }

 li.menu      { margin: 0 0 3px 0 }

 img.left     { float: left; margin-right: 15px; margin-bottom: 15px }
 img.right    { float: right; margin-left: 15px; margin-bottom: 15px }

/*------ fonts --------------------------------------------------------------*/

 body         { font: 1em tahoma,arial,sans-serif }
 h3           { font: bold 1.2em 'Arial Narrow',arial,sans-serif }

 .bold        { font-weight: bold }
 .caption     { font-size:  0.8em }
 .footer      { font:  0.9em 'times new roman','times-roman',georgia,serif }
 .credit      { font: italic 0.8em 'times new roman','times-roman',georgia,serif }
 .list        { font: 1.0em 'Arial Narrow',arial,sans-serif }

 dt.pclib     { font: bold 1.0em tahoma,arial,sans-serif }
 dd.pclib     { font: normal 0.9em tahoma,arial,sans-serif }

/*------ colors -------------------------------------------------------------*/

 h3           { color: #900 }

/*------ links --------------------------------------------------------------*/

 a.no-ul:link    { text-decoration: none }
 a.no-ul:visited { text-decoration: none }
 a.no-ul:hover   { background: #000; color: #fff }

 a.hilite:hover  { background: #000; color: #fff }

 a:hover         { xposition: relative; top: 1.5px; left: 1.5px; }


