/* CSS3 Document */
/* Stylesheet by Philip Bolt*/
/* For the Grampian & Tayside area group of Plant Heritage: http://www.Grampian-Tayside-PlantHeritage.org.uk 
Updated for 'border-radius', 18/7/12
*/

td.lrg	{font-size: 200%;}
p.med	{font-size: 150%;}

#indx_header {
	position : fixed;
	width : 100%;
	height : 15%;
	top : 0;
	bottom : auto;
	left : 0;
	margin-left : 4%;
	padding-right : 4%;
	border-bottom : 0;
	overflow : none;
	
}

#indx_content {
	position : fixed;
	font-size:100%;
	top : 15%;
	bottom : 10%;
	width : 94%;
	height : auto;
	margin-left : 1%;
	margin-right :0;
	padding-left : 0;
	padding-right : 2%;
	border-right : 0;

	overflow : auto;
	/*border-top : 2px solid #cccccc;
	border-left : 2px solid #cccccc;
	border-bottom : 2px solid #cccccc;*/
}

#indx_footer {
	position:fixed;
	font-size:100%;
	width: 100%;
	height: 8%;
	top: auto;
	padding-left : 0%;
	padding-right : 4%;
	right: 0;
	bottom: 0;
	margin-left : 0;
	border-top : 0;
	border-left : 0;
	border-right : 0;
	/*background:red;*/
}

