BODY {
	background: #DDF;
	background-image: url('paper.jpg');
}

#wrapper {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: normal;
	background: white;
	background-image: url('graphic.jpg');
	background-position: center 165px;
	background-repeat: no-repeat;
	position: relative;
	width: 744px;
	height: 625px;
	margin: 2em auto auto auto;
	padding: 2em;
	border: 1px solid #aaa;
}


P {
	text-indent: 1em;
}

H1 {
	margin: 0px 0px 20px 0px;
	font-size: xx-large;
	font-weight: normal;
	text-align: center;	
}


DIV.menu {
	margin-bottom: 50px;
}

DIV.menu A {
	color: white;
	background-image: url('button.gif');
	background-position: center top;
	background-repeat: no-repeat;
	height: 40px;
	width: 140px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 9px 0px 0px 0px;  
}


DIV.menu A:hover {
	font-weight: bold;  
}

IMG	{
	border-style: none;
}