﻿html,
body
{
	background-color: #fff;
}

html
{
	font-size: 150%;
}

.container-header,
.container-navigation,
.container-footer,
.container-column-right,
.container-breadcrumbs,
.advertisement-inline-block
{
	display: none;
	visibility: hidden;
}

.container-column-left,
.container-column-right
{
	clear: both;
	float: none;
}

.main
{
	overflow: visible;
	width: 100%;
}

.container-column-middle
{
	margin: 0;
}

.container-content-columns
{
	overflow: visible;
}

.container-content-column1,
.container-content-column2
{
	border: none;
	clear: both;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}

.content p
{
	text-align: justify;
}

.content a:after
{
	content: " (" attr(href) ") ";
	font-size: 60%;
}