body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
}
h1 {
	color: #B52C29;
	font-size: medium;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #666666;
	font-size: x-small;
	font-weight: bold;
	margin: 15px 0px 0px;
	padding: 0px;
}
h3 {
	color: #B52C29;
	font-size: small;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #B52C29;
	text-decoration: none;
}
#toplogo {
	width: 590px;
	margin: 30px auto 20px;
	text-align: center;
}

#navigation {
	float: right;
	width: 150px;
	display: inline;
	text-align: left;
}
#navigation a {
	text-align: left;
}
#navigation a:hover {
	color: #B52C29;
}
#footer {
	border-top: 1px solid #CCCCCC;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#text {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 750px;
	border: 2px solid #CCCCCC;
	padding: 10px;
}
#text p {
	margin-right: 190px;
}
#text img {
	float: left;
	border: 1px solid #333333;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.spacer {
	border-top: 1px solid #CCCCCC;
	margin-right: 190px;
	height: 2px;
	margin-bottom: 10px;
	clear: left;
}
#nextentry a {
	font-size: x-small;
}
