/*	events12.css			[also events.css & events13.css]
 *
 *	style sheet for BDC picture tables and images
 *	Can sit at top level for use by all Event pages
 *
 *	This version by Roger Mathew 18 May 2012 for bdcl.org-style site
*/

body {
/*	background: url('bkgplain.jpg') top left;*/
	background: url('bkggrey.jpg') top left;
	border:4px solid #275b2e;
	color: black; /*ddcc00;	 text colour */
	font-weight: normal;
	text-align: justify;
	font-style:normal; font-variant:normal; line-height:13pt; font-size:11pt; font-family:Ariel, Helvetica, sans-serif; margin-left:0; margin-right:0; margin-top:0px; margin-bottom:0
	}
	
p {margin-top:5px;}

h2 	{margin-left: 5%;}

#container { 
	padding: 0px 10px;
	margin: 0px;
	}

#pageHeader	{
	margin-top: -10px;
	margin-bottom:20px;
	width:100%;
	min-height:90px;
	background-color: #e0e0e0;	/* greyish	*/
	border-bottom: 1px solid #275b2e;
	background-image: url('spin59.png');
	background-repeat: no-repeat;
	background-position: 20%;
	}
#pageheader h1	{
	width:100%;
	height:17px;
	margin-top:10px;
	text-align:center;
	line-height:50px;
	font-family:Times,serif;
	font-size:23pt;
	font-weight:bold;
	color: #234f33;
	}
#pageheader h3	{
	width: 100%;
	text-align:center;
	line-height:35px;
	font-family:Times,serif;
	font-size:18pt;
	font-weight:bold;
	color: #234f33;
	}

table	{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
padding: 10px;
	border: none;
	table-layout: fixed;
	font-size: 13px;
	}
td	{border: none;}
/* The following required for IE only */
table img {
		border: 0px;
	}
	img {
		border: 0px none;
	}

#home {
	position: absolute;
	top: 18px; right: 2%;
	}
#back {
	position: absolute;
	top: 30px; left: 20px;
	}