html { 
	width: 100%; 
	height: 100%;
	}

body { 
	background-image:url('img/background.jpg');
/*	font-family:"Calligraph421 BT"; */
	font-family: verdana,arial,helvetica;
	font-size: 16px; 
	font-weight: normal; 
	color: #942140;     /* or #940A30 */
	}
	
img {
	border-style: dotted;
	border-width: 0px;
	}
	
a	{
	color:#940A30;
	text-decoration:none;
	}
	
a:hover	{
	color:#000;
	}
	
#centered {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 960px;
	height: 736px;  /* was 720 without flags  */
	border-style: dotted;
	border-width: 0px;
	}

#logo {
	width: 960px;
	height: 232px;   /* was 216 without flags  */
	}

#header {
	font-weight: bold;
/*	text-align: center; */
	margin-left: 175px; 
	}
	
#footer {
	font-size: 12px;
	text-align: center;
	}

.shadow {
	margin: 30px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.gal {
	margin: 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
