/*
-----------------------------------------------
PPK.RU  / Main CSS
Author:   Max Tolstokorov / InoStudio.Ru
Version:  07 July 2005
----------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #000;
	background: #FACD00 url(bg_lines.gif) repeat-y 50% 0%;
}

#content {
	width: 433px;
	margin: 0 auto;
}

H1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 23px;
	border-top: 1px solid #D7B100;
	border-bottom: 1px solid #D7B100;
	margin: 0;
	padding: 10px 0;
	background-color: #FACD00;
}

H2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a {
	color: #FFF;
	text-decoration: none;
}

.group {
	margin: 12px 0;
	text-align: left;
}

.row {
	padding: 0 0 1px 0;
	clear: both;
}

.red, .blue, .brown, .gray {
	float: left;
	margin: 0 23px 0 0;
	padding: 5px 8px;
	width: 113px;
	height: 56px;
	line-height: 100%;
}

.red {
	background: url(label_red.gif) no-repeat;
	color: #FFF;
}

.blue {
	background: url(label_blue.gif) no-repeat;
	color: #FFF;
}

.brown {
	background: url(label_brown.gif) no-repeat;
	color: #FFF;
}

.gray {
	background: url(label_gray.gif) no-repeat;
	color: #000;
}

.gray a {
	color: #000;
}

.gray_extended {
	margin: 0;
	padding: 4px 8px;
	height: 16px;
	background: url(label_gray_extended.gif) no-repeat;
}

.gray_extended a{
	color: #000;
}

.copyrights {
	margin: 0;
	padding: 8px 8px;
	background: url(label_copyrights.gif) no-repeat;
	text-align: left;
	color: #6A5800;
	line-height: 120%;
}

.copyrights a {
	color: #6A5800;
	text-decoration: underline;
}