body
{
	margin:0;
	font-family: Georgia, 'New York CE', utopia, serif;
	text-align: center;
	padding: 0;
	font-size: 0.8em;
	background:url(../images/layout/bg-body.png) left top repeat-x #faccd3;
	color:#cf3f62;
}
* {
	padding: 0;
	margin: 0;
	border: 0px none;
}
.invisible {
     position:absolute;
     top:-2000px;
     left:0;
     width:1px;
     height:1px;
     overflow:hidden;
}
br.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
p {
	line-height:1.5em;
	padding:0.6em 0em;
}

#page {
	width:900px;
	margin:0px auto;
	text-align:left;
}

/*Header*/
#header {
	height:88px;
	position:relative;
}
/*Logo*/
#logo-box {
	position:absolute;
	left:0px;
	top:17px;
}
a.logo{
	color:#ffffff;
	font-size:2em;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:900px;
	height:46px;
	text-align:left;
}
a.logo span{
	display:block;
    position:absolute; left:0; top:0; z-index:1;
	background:url("../images/layout/logo.png") top left no-repeat;
	width:900px;
	height:46px;
}
/*Logo*/
/*Header*/

/*Sub-header*/
#sub-header {
	height:308px;
	position:relative;
	overflow:hidden;
	background:url(../images/layout/bg-sub-header.jpg) right top no-repeat;
}
#subheader-content {
	width:225px;
	overflow:hidden;
	font-size:0.9em;
	color:#faccd3;
	text-align:center;
	padding-top:10px;
}
#subheader-content h2{
	font-size:1.8em;
	padding-top:30px;
	padding-bottom:10px;
}
#subheader-content a{
	color:#ffffff;
}
#subheader-content a:hover{
	color:#faccd3;
}
#subheader-content ul li{
	list-style-type:none;
	line-height:1.5em;
	padding:6px 0px;
}
/*Sub-header*/

/*Content*/
#content {
	padding:20px;
	margin-top:30px;
	background:#ffffff;
	margin-bottom:25px;
}
#content a{
	color:#c35d6c;
}
#content a:hover{
	color:#e9a2ad;
}
#content h1{
	font-size:1.8em;
	padding:0.8em 0em 0.5em 0em;
	color:#c35d6c;
	line-height:1.4em;
}
#content h2{
	font-size:1.6em;
	padding:0.8em 0em 0.5em 0em;
}
#content h3{
	font-size:1.1em;
	padding:0.8em 0em 0.5em 0em;
}
/*boxik*/
.boxik {
	width:415px;
	margin-right:30px;
	float:left;
	margin-bottom:50px;
}
.pravy {
	margin-right:0px;
}
/*boxik*/
/*divka*/
.divka {
	text-align:center;
	width:350px;
	padding:0px 30px
}
#content .divka h2{
	padding:0em;
}
#content .divka img{
	border: 1px solid #e9a2ad;
}
/*divka*/

.smaller-text {
	font-size:0.9em;
}
/*Content*/


table.normal{
	width:98%;
	border-collapse:collapse;
	margin:6px 0px;
	color:#c35d6c;
}
table.normal tr{
	background:#faccd3;
}
table.normal tr.suda{
	background:#f0bec6;
}
table.normal tr td{
	padding:4px 10px;
	border:1px solid #e8b2bb;
}

