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

.content {
	position: relative;
	float: left;
	width: 580px;
	height: 1140px;
	margin: 0px;
	background-image: url(images/body01.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: 1140px;
	margin: 0px;
	background-image: url(images/body01-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; }

.internal {
	position: relative;
	float: right;
	width: 200px;
	font-weight: bold;
	margin-top: 8px;
	text-align: right;
	margin-right: 20px;
}