@charset "utf-8";
/* CSS Document */


      #wrapper {   
        width: 650px;    
        margin: 0 auto; /* centre page content */       
        text-align: center;
      }
   
      p.adminlink {
        text-align: right; 
        font-size: small;		    
      }
      /* basic styles for default table layout */
      #flashcontent table {
        width: 650px;
        table-layout: fixed; /* needed to cope with very long words */
      }
      #flashcontent td {
        font-size: 1em;
        overflow: hidden; /* very long words will be truncated */
        padding: 0 0.5em 1.8em 0.5em;
        vertical-align: top;
      }
      #flashcontent table.svlinks {
        width: 100%;
        padding:10px;
      }
      #flashcontent table.svlinks img {
        border-color: #FFF;
      }
      
      /* basic styles for div layout option */
      #flashcontent div.svlinks {
        text-align: left;
      }
      #flashcontent div.svlinks div {
        clear: both;
      }
      #flashcontent div.svlinks img {
        float: left;
        margin-bottom: 10px;
        border-color: #FFF;
      }
      #flashcontent div.svlinks p {
        float: left;
        width: 500px;
        padding-left: 10px;
      }
      .clearboth { /* see http://www.pixelsurge.com/experiment/clearers.htm */
      	clear: both;
      	height: 0;
      	margin: 0;
      	font-size: 1px;
      	line-height: 0;
      }
