body {
	font-family: arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
	background: url('images/background.jpg') center center;
	}
	
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	}
	
a:link, a:visited {
	color: #000066;
	text-decoration: underline;
	}
	
a:hover, a:visited:hover {
	color: #9900cc;
	text-decoration: underline;
	}
	
#wrapper {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	}
	
.spacer {
	width: 95%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	}
	
#header {
	width: 100%;
	clear: both;
	position: relative;
	}
	
#bookfestad {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 480px;
	height: 160px;
	margin-left: -30px;
	text-align: center;
	}
	
#bookfestad p {
	margin: 0px;
	padding: 6px 0 4px 0;
	}

#leftmenu {
	float: left;
	clear: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 0 8px;
	}
	
.leftbutton {
	padding: 8px 0 10px 24px;
	margin: 8px 0 4px 0;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #ffffff;
	background: url('images/leftbutton.png') top center no-repeat;
	width: 260px;
	}
	
#leftmenu a:link, #leftmenu a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#leftmenu a:hover, #leftmenu a:visited:hover {
	color: #ffff99;
	text-decoration: none;
	}
	
#footer {
	clear: both;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px dotted #aaaaaa;
	width: 80%;
	}
	
#topmenu {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding: 6px 0px 12px 24px;
	margin: 216px 0 0 8px;
	background: url('images/topmenuback.png') top center repeat-x;
	float: left;
	}
	
#topmenu a:link, #topmenu a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#topmenu a:hover, #topmenu a:visited:hover {
	color: #9900cc;
	text-decoration: none;
	}	
	
.topbutton {
	margin: 0px;
	padding: 0 24px 0 24px;
	}
	
#stage {
	float: right;
	clear: right;
	width: 600px;
	margin: 0px 0 0 0;
	}
	
#boxes {
	clear: both;
	background: url('images/ribbons.png') top center no-repeat;
	}
	
.box {
	width: 280px;
	height: 200px;
	overflow: hidden;
	margin: 9px;
	float: left;
	background: url('images/boxback.png') top center no-repeat;
	position: relative;
	}
	
.box p {
	padding: 6px 10px 4px 10px;
	margin: 0px;
	}
	
p.boxhead {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 12px 0 0 0;
	font-size: 19px;
	}
