body,html {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FEF9E2;
	font-size: small;
}

#container {
	left: 50%;
	margin-left: -440px;
	position: relative;
	width: 880px;
	background-color: #FEF9E2;
}





#content {
	padding-right: 20px;
	padding-left: 20px;

}



#content .text {

}
#content .text img {
	border: 1px solid #333333;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#content  .title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: large;
	text-transform: capitalize;
	clear: both;
}
#content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content ul li {
	width: 10em;
	text-align: center;
}
.spacer {
	clear: both;
	height: 25px;
}

.previous {
	float: left;
	width: 5em;
}
.previous  a {
	display: block;

}
.previous  a:hover {
	background-color: #CCCCCC;
}
.next {
	float: right;
	width: 5em;
}
.next  a {
	display: block;
}
.next  a:hover {
	background-color: #CCCCCC;
}

