/*****************************************************
File:			angele-aline-print-style.css
Project:		anglealine.org.uk
Author:		Alex Adams (alex@jujuwebsolutions.co.uk)
Description:	Printer friendly style
History:		2008-12-16	AA	Created
******************************************************/

a{ text-decoration: none; }

#page{
	background: none;/*No background image for printer version*/
	width: 800px;
	margin: 0 ;
	float: left;
	padding: 0;
	font-family: times, serif;
	color: #000000;
}

#header{
	position: relative;
	color: #000000;
	font-family: times, serif;
}

#header a{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	color: #000000;
	
}

#header_link{
	width: 450px;
	margin: 20px auto 20px auto;
	background-color: #c5e8fc;
	border: solid #6d808b 1px;
	text-align: center;
}

#header_link p{
	
}

#header h1, #header h2{ color: #000080;	padding: 0; margin: 0 0 5px 0; font-style: italic;}
#header h1{ font-size: 1.6em;	}
#header h2{ font-size: 1.2em; }

#main_content{
	position: relative;
	margin: 0;
	float: left;
	width: 800px;
	text-align: center;
	font-size: 1.6em;
}

#main_content h1{
	font-size: 35pt;
	color: #000080;
	font-style: italic;
}


#main_content table .left{ text-align: left; }
#main_content table .center{ text-align: center; }
#main_content table .right{ text-align: right; }


#main_content #roll{
	page-break-before: avoid;
	width: 90%;
	height: auto;
	margin: 0 ;
}


#main_content #roll table{ 
	page-break-before: avoid;
	width: 90%;
	margin: 0 auto 0 auto;
}


.edwardian_big{
	font-family: 'Edwardian Script ITC', times, serif;
	font-size: 50pt;
}

.georgia_big{
	font-family: georgia, times, serif;
	font-size: 30pt;
}

