html {
	height:100%;
	 min-height: 100%;

}
body {
	min-height:100%;
	height:100%;
	position: relative;	
	margin: 0;
    padding: 0;
    font-size: 63%;
	font-family: tahoma, arial, helvetica, sans-serif;
    background-color: #fff;
    background-image: url('bg.jpg');
    background-position: top;
    background-repeat: repeat-x;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}
#wrapper {
   background: url('wrapper_bg.png') repeat-y center;
   min-height: 100%;
}

#mar{
	color: blue;
	font-size: 20px;
	margin-top :15px;
	background-color :lightyellow;
}
/* Header */

#header{
	display: block;
    position: relative;
    clear: both;
	
    margin: 0 auto;
    padding: 0;
    width: 768px;
    height: 100px;
	background-image: url('topBg.jpg');
	background-repeat: no-repeat;
}
/* Logo */

#logo img{
	margin-left: 32px;
	margin-top: 2px;
	width: 267px;
	height: 91px;
}

#logo2 {
    color: #AFADAE;
    display: block;
    font-family: 'ZurichExEUNormal';
    font-size: 10px;
    margin: -30px 0 0 316px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
}


#loga {
	margin-left: 100px;
}
#loga2 {
	margin-left: 20px;
}
#loga3 {
	margin-bottom: 20px;
}

/* Page */

#page {
	width: 768px;
	min-height: 100%;
	
	margin: 0 auto;
	padding: 0px 0px 100px 0px;
}



/* Menu */

#menu {
	width: 768px;
	height: 250px;
	margin-top: 40px;
	background-image: url('biurko.jpg');
	background-repeat: no-repeat ;
	background-position: center;
	
}

#first{
	margin-top:20px;
}
#menu a{
	font-size: 14px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding: 15px 60px 15px 20px;
		text-decoration: none;
}
#menu a:hover{
	color: #bfbfbf;
	background: url('over.png') no-repeat 26px 60%;
    padding-left: 55px;
}
#menu hr{
	margin-bottom:20px;
	margin-top:20px;
	width:100%;
}
#menu .first{
		color: #bfbfbf;
	background: url('over.png') no-repeat 26px 60%;
    padding-left: 55px;
}

#podmenu{
	width:305px;
	margin-left:-10px;
}

#menu ul{
	    list-style: none;
}
#menu li{
	margin-left:20px;
}

/* Content */

#content {
	float: left;
	width: 768px;
	margin-top:20px
	}

.post {
	border-bottom: 1px dotted #E7E2DC;
	width: 471px;
	margin-left: 40px;
	float:left;
	color: #706a5e;
	font-size:14px;
}
.post h2{
	color: #6F685E;
    font-family: 'ZurichXCnEUNormal';
    font-size: 33px;
    font-weight: normal;
    text-shadow: 0 2px 2px #BFB7AA;
}
.post2 {
	border-bottom: 1px dotted #E7E2DC;
	width: 180px;
	margin-right: 40px;
	float:right;
	color: #706a5e;
	font-size:12px;
}
.post2 h2{
	color: #6F685E;
    font-family: 'ZurichXCnEUNormal';
    font-size: 33px;
    font-weight: normal;
    text-shadow: 0 2px 2px #BFB7AA;
}
.post2 h3{
	color: #6F685E;
    font-family: 'ZurichXCnEUNormal';
    font-weight: normal;
    text-shadow: 0 2px 2px #BFB7AA;
	font-size: 25px;
	margin-top: 15px;
}

.post3 {
	border-bottom: 1px dotted #E7E2DC;
	width: 688px;
	margin-left: 40px;
	color: #706a5e;
	font-size:12px;
}
.post3 h2{
	color: #6F685E;
    font-family: 'ZurichXCnEUNormal';
    font-size: 33px;
    font-weight: normal;
    text-shadow: 0 2px 2px #BFB7AA;
}

.post .entry {
	padding: 0px 0px 40px 0px;
	text-align: justify;
	font-family: tahoma, arial, helvetica, sans-serif;
}

.post2 .entry {
	padding: 0px 0px 40px 0px;
	font-weight:bold;
	font-family: tahoma, arial, helvetica, sans-serif;
}
.post2 b{
	float:left;
}
.post2 table{
	border-spacing: 15px;
}
.post3 .entry {
	padding: 0px 0px 40px 0px;
	text-align: justify;
	font-family: tahoma, arial, helvetica, sans-serif;
}
.post3 .powrot{
	float:right;
}
.post3 .powrot a{
	color: #706a5e;
	font-weight:bold;
}

#fb{
	margin-left:200px;
}
