/********************************************************************************
 This CSS file defines the style of the top navigation bar.
 ********************************************************************************/

div.illustration
{
    text-align:center;
	padding: 30px;
}

div.illustration img
{
	max-width:80%;
}

div.illustration p
{
    text-align:center;
	font-style: italic;
	
}

