
* {
	font-family: book antiqua, bookman old style, Times;
	font-size: 1.0em;
}


body {
	background-color: #777;
	font-size: 10pt;
	background-image: url('../graphics/bodyrepeat.gif');
}

div.mainShadow {
	background-image: url('../graphics/shadow.gif');
	background-repeat: repeat-y;
	background-position: right top;
	width: 900px;
	padding-right: 15px;
	margin-left: -450px;
	left: 50%;
	position: relative;

}

div#container {
	background-color: #FFFFFF;
	width: 850px;
	border: 1px solid #000;
	padding: 20px;
	min-height: 530px;
}
* html div#container {
	height: 490px;
}

div#banner {
	background-image: url('../graphics/leaves.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #c47e5b;
	margin-bottom: 7px;
	width: auto;
	border: 0px solid black;
	height: 47px;
	padding: 0px;
	display: block;
}

div#banner h1 {
	margin-left: -3333px;
	position: absolute;
	z-index : 2;
}

div#banner div.title {
	background-image: url('../graphics/banner.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 579px;
	height: 100%;
	z-index : 2;
}

div#extraletter {
	background-image: url('../graphics/extraletter.gif');
	background-repeat: no-repeat;
	position: absolute;
	left: 539px;
	width: 29px;
	height: 14px;
	float: left;
	z-index: 2;
	margin-top: -7px;
}
* html div#extraletter {
	margin-top: -7px;
}

body div#art {
	width: 118px;
	height: 121px;
	position: absolute;
	right: 2px;
	bottom: 10px;
	background-image: url('../graphics/note.gif');
	z-index: 10;
}
* html body div#art {
	right: 1px;
}