body {
	margin: 10px auto;
	width: 800px;
	font-family: Lucida Sans, fantasy;
}
td {
	vertical-align: top;
}
#top {
	background: transparent url('../images/top.png') no-repeat top left; 
	width:722px;
	height: 160px;
}
#content {
	background: transparent url('../images/background.gif') repeat-y top left; 
	width:722px;
	padding: 5px;
}
#content #divider {
	padding-right: 10px;
	width: 100%;
}
#bottom {
	background: transparent url('../images/bottom.png') no-repeat top left; 
	width:722px;
	height: 12px;
}
a.menuitem {
	background: transparent url('../images/menuitem.gif') no-repeat top left; 
	width: 150px; 
	height: 35px; 
	line-height: 35px;
	display: block;
	text-decoration: none;
	color: black;
}
a.menuitem:hover {
	background: transparent url('../images/menuitem_hover.gif') no-repeat top left; 
}

span.title
{
	font-size: 1.2em;
	font-weight: bold;
}

h2, h3
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}