body {background-color: white;
	  color: black;
	  font : 11pt serif;
	  }

	  			 
/* nicked from Andy */	  			 
	a {text-decoration: none; }

/* GENERAL STYLES */

/* for copyright captions */
p.copy {font-style: italic;
        font-size: smaller
        }
        
        
/* provides floating thumbnail grids */        
div.thumb {width: 120px;
           padding: 10px;
           float: left;
           text-align: center;
           height: 150px;
           }        

div.thumb p {
   text-align: center;
   }

/* provides a 'transparent' break across the page */

div.spacer {clear: both;
			margin: 0; 
			padding: 0; 
			width: auto;}



/* general centering paragraph */

div.centre {text-align: center;
		    margin-left: auto;
		    margin-right: auto;
		    }

/* styles used in the big picture pages - allow for linking the gallery together with the arrow gifs */

p.nav-menu {display:none;
			}	
		   
div.picture-frame
			{
			float: left;
			width: 75%;
			margin: 0;
			padding: 0;
			text-align: center;
			}		   
div.picture-frame p {clear: both}	
div.picture-frame em {font-style: oblique;}		   

/* -- Styles needed for 3 column table (eg: Babylon programme) -- */

/* styles needed for programme matrix - could move to general for the TEC programme as well, when we get this sorted */


div.table-base, table {	margin: 0.5em 12px 0.5em 12px; 
					padding: 0; 
					text-align: center; 
					width: 95%;
					font-size: 90%
				}


div.table-row, tr 	{	border: none;
					margin-top: 0; 
					margin-right: auto; 
					margin-bottom: 1em; 
					margin-left: 0;
					padding-left: 1em;
					padding-bottom: 12px; 
					text-align: left;
					width: 100%;
  				}

div.left-of-3 	{	border: none;
					float: left; 
					margin: 0; 
					padding: 0;
					width: 20%;
					text-align: left;
				}

div.middle-of-3 {	border: none;
					float: left; 
					margin: 0; 
					padding-left: 1em; 
					width: 30%;
					text-align: left;
				}

div.right-of-3  {	border: none; 
					float: right; 
					margin: 0; 
					padding: 0; 
					text-align: left;
					width: 40%;
				}
			   
	  

p {font-family: serif}

div.page_title {display: none;}

div.menu {display : none;
	}


div.main {
	float: left;
	width: 100%;
	}


p {font-family: serif}

h1, h2 {text-align: left;
				font-family: Helvitica, Arial, sans-serif;
				}
h1 {font-size : 14pt;}
h2 {font-size : 12pt;}

ul {
	list-style: disc url(black_disc.gif) ;
	}


