
   #masthead   {
            height: 218px;
               background-image: url(../_Assets/sectionheads/poll.jpg); /* CHANGE THIS!!! */
            background-position: center bottom;
            }
                       
#story   {
         padding-bottom: 20px;
		 margin-top: 19px;
         }

   #footer  {
         background-image: url(../_Assets/main_footer.jpg);
         }

   #masthead #toclink         {
                  display: block;
                  width: 243px;
                  height: 50px;
                  position: absolute;
                  top: 60px; left: 27px;
                  text-indent: -999em;
                  font-size: 1px;
                  }
                  
   #wrapper    {   
             background-image: url(../_Assets/main_middle.jpg);
          }

.poll {
      background-color: #ffffff;
      width: 290px;
      border: 1px solid #aaaaaa;
      padding: 0;
      overflow: visible; overflow-x: hidden;
      margin: 0;
      height: auto !important;
      min-height: 310px;
      height: 310px;
      position: relative;
			margin-top: 15px;
      }

body #wrapper .floatright  { width: 410px !important;
                             position: relative !important;
                             left: -10px !important;
}

.poll p  {
      font-weight: bold !important;
      }


.poll h4 {
      font-size: 12px;
      font-style: italic;
      text-align: right;
      color: #aaaaaa;
      position: relative;
      right: 10px;
      }
			
.poll form li { margin-bottom: 0.5em; }
      
.poll dl {
      margin: 0.5em 0;
      }
      
.poll dd {
      margin-bottom: 0.5em;
      }
      
.poll dl, .poll h4, .poll p, .poll form   {
               padding: 5px 5px 0 12px;
               }
     
.poll dd, .poll dt   {
               text-indent: 0;
               margin-left: 0;
               padding-left: 0;
               width: 274px;
               }
               
.poll dd .outerbar   {
               display: block; 
               height: 8px; 
               overflow: hidden; 
               border: 1px solid #cccccc; 
               width: 254px;
               }
               
.poll dd .innerbar   {
               display: block; 
               height: 8px; 
               background-color: #0000ff;
               font-size: 1px;
               }
               
#wrapper .poll .datestamp  {
                     margin-left: 5px;
                     font-size: 10px;
                     position: relative;
                     font-weight: normal !important;
                     }
                     
.poll .votenum {
            display: none !important;
            }
			
table#occ { position: relative; top: -32px; }

table#occ p.centered	{
				position: relative; top: 9px; }
