.headerc {
	position: relative;
	float: left;
	width: 809px;
	height: 34px;
	margin: 0px;
	background-image: url(images/header04c.png);
	background-repeat: no-repeat;
}

.content {
	position: relative;
	float: left;
	width: 580px;
	height: 790px;
	margin: 0px;
	background-image: url(images/body02.png);
	background-repeat: no-repeat;
}

.contentcontainer { width: 580px; margin: 40px; margin-top: 16px; }

.text {
	position: relative;
	float: left;
	width: 500px;
	text-align: justify;
}

.text p { margin-bottom: 10px; }

.sidebar {
	position: relative;
	float: right;
	width: 229px;
	height: 790px;
	margin: 0px;
	background-image: url(images/body02-sidebar.png);
	background-repeat: no-repeat;
}

.sidebarcontainer { width: 229px; margin: 20px; margin-top: 30px; font-size: 10px; color: #666; }

.firstwords { font-size: 20px; color: #339; }