/* Cascading Style sheet created for the Ashmolean Museum: John Evans Centenary Project website*/
/* Contains formating for printing pages */
/* Created by Sarah Glover 2006 - copyright Ashmolean Museum */
/***************************************************************/

body 			{
	background-color:#FFFFFF;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color:#000000;
				}

/* Formating for Main Body of Page   */

div#container	{
	width:100%;
	border: none;
				}
				
/* Formating for Title Division of Page   */
div#title		{
	text-align:left;
				}
				
/*  Formating for Menus   */

div#menus		{
	display:none;
				}

/*  Formating for main body of page  */

div#main		{
	
					}
				
				
/*  Formatting for footer section of page */				
				
div#footer		{
	display:none;
				}


/*  Formatting to create plain links   */		

.plain 			{
	text-decoration:none;
				}

/*  Used for text on Project Aims page */

.aims			{
	font-weight: bold;		
				}

/* labels for pictures */

.picturelabel {
	font-size: small;
	font-style:italic;
				}
/* Formatting for links located within the text of a page */

.in-page-link 			{
	text-decoration:none;
				}
/* This is the the "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after	{
				content: ".";
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
				}

/* a fix for IE Mac */

.clearfix		{
				display: inline-block;
				}
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/

* html .clearfix	{
				height: 1%;
				}
			
.clearfix		{
				display:block;
				}	

/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
/*--------------------------------------------------*/				