﻿/* Centering divisions */

#zle_centering1DivId
{
text-align:center;
}

#zle_centering2DivId
{
width:1000px;display:inline-block;
}

#zle_centering3DivId
{
display:block;text-align:left;
}


#zle_pageBottomSpacerId
{
	height : 200px;
}


h1.italics
{
	font-style : italic;
}


.navigationLink
{
	padding-top    : 4px;
	padding-bottom : 4px;
	padding-left   : 8px;
	padding-right  : 8px;
}


iframe.footerIFrameClass
{
	border           : 1px gray solid;
	background-color : white;
	height           : 110px;

	/* Due to attack, no footer with links to ezedorama */
	display : none;
}
