div.Columns {

}

div.UnoColumn {
	float: left;
	width: 50%;
}

div.DuoColumn {
	margin: 0 0 0 51%;
}
.code	{
	white-space: normal;
	color: #575757;
	padding: 8px;
}

.aleft	{
	float: left;
}

.aright	{
	float: right;
}

.center		{
	text-align: center;
}

.clearall				{
	clear: both;
	float: none;
}

.filmy	{
	border: 2px solid #000;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.hight {
	border: 1px solid #000000;
	border-right: none;
	border-left: none;
	padding: 0 3px 2px 3px;
	font-weight: bold;
}

.intro:first-letter	{
	font-size: 1.5em;
	font-weight: bold;
}

.lowmargin	{
	margin: 0px;
}

.main2 	{
	letter-spacing: 0.1em;
}

.main2:first-letter 	{
	font-size: 1.3em;
}

.middle	{
	vertical-align: middle;
}

.notice 				{
	color: #272727;
	font-size: smaller;
	letter-spacing: normal;
	line-height: normal;
}

.pulka	{
	width: 50%;
	margin: 0 10px 0 0;
}

.pulka-l	{
	width: 50%;
	float: left;
	margin: 0 10px 0 0;
}

.pulka-r	{
	width: 50%;
	float: right;
	margin: 0 0 0 10px;
}

.taleft	{
	text-align: left;
}

.taright	{
	text-align: right;
}

