div.container {
	margin: 0pt auto;
	width: 750px;
	height: 300px;
	position: relative;
	text-align: left;
}

div.logopic {
	position: relative;
	top: 20px;
	left: 20px;
	z-index: 2;
	width: 231px;
}

div.logobox {
	border: 4px solid;
	position: relative;
	top: -140px;
	z-index: 1;
	width: 750px;
	height: 140px;
	background-color: rgb(246, 228, 162);
}

div.logomain {
	z-index: 3;
	position: relative;
	left: 275px;
	top: 23px;
	color: black;
	width: 442px;
}

div.logosub {
	top: -10px;
	position: relative;
	left: -24px;
	margin-left: 22px;
	width: 442px;
}

div.navbox {
	border: 4px solid;
	z-index: 3;
	position: relative;
	top: -115px;
	width: 750px;
	color: black;
	background-color: rgb(246, 228, 162);
	height: 49px;
}

div.content {
	border: 4px solid;
	z-index: 3;
	position: relative;
	top: -92px;
	width: 750px;
	color: black;
	background-color: rgb(246, 228, 162);
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

p.logomain {
	font-family: serif;
	text-align: center;
	font-size: 4.5em;
}

p.logosub {
	font-family: serif;
	text-align: center;
	font-size: 1.9em;
}

p.navbox {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.contenttitle {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}

p.contenttext {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	text-align: left;
}

table {
	width: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}
