@font-face {
	font-family: 'Carolina';
	src: url("http://www.kumalkov.ru/media/Carolina.eot");
	src: local("Carolina"),
		url("http://www.kumalkov.ru/media/Carolina.ttf") format("ttf"),
		url("http://www.kumalkov.ru/media/Carolina.svg#font") format("svg"),
		url("http://www.kumalkov.ru/media/Carolina.otf") format("opentype");
}

html {
	height: 100%;
}

* a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

* h2 {
	font-family: "Trebuchet MS", serif;
}

body  {
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c9c9c9;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

* blockquote {
	text-align: right;
	line-height: 0.5em;
	font-style: italic;
}

.thrColElsHdr #container { 
	position: relative;
	height: 100%;
	background: #c9c9c9;
	text-align: left;
} 
.thrColElsHdr #header {
	background: #c9c9c9;
	padding: 0 10px;
	text-align: left;
	font-family: "Carolina", "Segoe Script", "Trebuchet MS", serif;
} 
.thrColElsHdr #header h1 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 60px;
}

.thrColElsHdr #left {
	float: left; 
	width: 17%;
	height: 100%;
	background: #c9c9c9; 
	padding: 15px 0; 
	line-height: 0.8em;
	padding-left: 10px;
}

.thrColElsHdr #left a {
	font-family: "Trebuchet MS", serif;
	font-style: italic;
	font-size: 16px;
	color: #00C;
}

.thrColElsHdr #right {
	float: right; 
	width: 17%;
	height: 100%;
	background: #c9c9c9; 
	padding: 15px 0; 
}
.thrColElsHdr #left h3, .thrColElsHdr #left p, .thrColElsHdr #right p, .thrColElsHdr #right h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColElsHdr #mainContent{
 	margin: 0 17% 0 17%;
	height: 100%;
}

.thrColElsHdr #fader {
	max-height: 600px;
	max-width: 800px;
	position: absolute;
	left: 22%;
}

.thrColElsHdr #mainContent p{
	line-height: 1.2em;
}

.thrColElsHdr #mainContent a img{
	border: none;
}

.thrColElsHdr #mainContent h2 {
	text-align: center;
}

.thrColElsHdr #mainContent a {
	color: #00C;
	font-family: "Trebuchet MS", serif;
	font-style: italic;
	font-size: 16px;
	line-height: 0.8;
}
	
.thrColElsHdr #navigation {
	font-family:  "Carolina", "Segoe Script", "Trebuchet MS", serif;
	position: absolute;
	bottom: 60px;
	width: 100%;
	font-size: 2.2em;
}

.thrColElsHdr #footer {
	position: absolute;
	bottom: 0px;
	background:#c9c9c9;
	background-repeat: repeat-x;	
	bottom: 0;
	height: 60px;
	width: 100%;
} 
.thrColElsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

#fader .frame {
	position: relative;
	float: left;
	padding: 7px;
}

#fader .to {
	display: none;
	position: absolute;
	left: 7px;
	top: 7px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}