body {
	background-color: #000000;
}

.header {
	text-align: center;
}

.topLeftImg {
	position: absolute;
	z-index: 1;
	left: 40px;
	top: 60px;
}
.topRightImg {
	position: absolute;
	z-index: 1;
	top: 70px;
	right: 50px;
}

.nav {
	list-style-type: none;
	position: absolute;
	left: 50px;
	top: 165px;
	padding: 1px;
	margin: 0px;
	border-style: inset;
	border-width: 1px;
	border-color: gold;
}
.main {
	background-image: url('bg.jpg');
	font-family: Book Antiqua, Georgia, Times New Roman, Times, serif;
	background-color: FFE878;
	position: absolute;
	top: 165px;
	left: 210px;
	right: 50px;

	padding: 4px;
	margin: 0px;
	border-style: inset;
	border-width: 5px;
	border-color: gold;
}
.mottoRight {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background-color: #FFCC66;
	margin: 4px;
	padding: 4px;
	border: double;
/*	position: absolute;
	bottom: 30px;
	right: 15px;
	height: 130px;
	width: 130px;
*/
}
.mottoLeft {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background-color: #FFCC66;
	margin: 4px;
	padding: 4px;
	border: double;
/*	position: absolute;
	bottom: 30px;
	right: 15px;
	height: 130px;
	width: 130px;
*/
}
