
body { background: #e3e0bd; }

#body {
	position: absolute;
	display: block;
	top: 50%;
	margin: -409px auto;
	height: 819px;
	width: 100%;
	min-width: 980px;
	background: url(../images/bg01.jpg) top left repeat-x;
}

#header {
	position: relative;
	display: block;
	margin: 20px 0 0 0;
	text-align: center;
	z-index: 2;
}

#body #quotation { position: absolute; top: 180px; left: 50%; margin: 0 0 0 -60px; color: #000; font-size: 18pt; font-style: italic; }

#photoframe {
	position: relative;
	display: block;
	float: left;
	clear: none;
	background: url(../images/bg02.jpg) no-repeat;
	width: 326px;
	height: 514px;
	margin: -25px 0 0 0;
	z-index: 1;
}

#photo { margin: 89px 0 0 136px; }

#content {
	position: relative;
	display: block;
	float: left;
}

.mainmenu { margin: 54px 0 0 30px; list-style: none; }
.mainmenu li { margin: 0; list-style: none; }
.mainmenu li a {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 28pt;
	line-height: 1.3em; 
	text-decoration: underline;
	font-style: italic;
}
a:link, a:visited { color: #8e643e; }
a:hover { color: #c4aa8a; }

#body #sign { position: absolute; bottom: 60px; right: 0; float: none; clear: none; }
#footer { 
	position: relative;
	display: block;
	clear: both;
	font-family: "Times New Roman", Georgia, Times, serif; 
	font-size: 10pt; 
	color: #8e643e;
	font-style: italic;
	font-weight: bold; 
	padding: 30px 0 0 10px; 
}
