p {
	margin: 5px 0;
	text-align: justify;
}

h3 {
	margin: 15px 0 5px;
	position: relative;
	left: -10px;
}

#imgheader {
	text-align: center;
	padding-top: 15px;
	width: 60%;
	margin: auto;
}

img#logo {
	width: 527px;
	height: 174px;
}

#when, #where {
	clear: both;
}

#admit {
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
}

img.flft {
	margin: 0 20px 10px 0;
	float: left;
\*	width: 100px;
	height: 100px;*\
}

#table {
    display: table;
    width: 40%;
}

#row  {
    display: table-row;
}

#cell {
    display: table-cell;
}