body {
	margin: 0; padding: 25px 0 45px 0;
	background: repeat-x url(images/bck.png);
	font-family: Arial, Helvetica, sans-serif; font-size: 16px;
	color: #000;
}
.alignleft {float: left;}
.alignright {float: right;}
a{text-decoration: none; color:#2E76F5;}
a:hover{color:#120867;}

div.sap{margin:100px;text-align:center;}
.shared{position:fixed; bottom:0px; right:0px; background-color:#ffffff; border:solid 1px #cccccc;z-index:5;}
.plusOne{width:200px;position:fixed;left:0px;top:200px;padding:5px;border:solid 2px #5A98FC;background-color:#ffffff;margin-top:10px;}

.ozon{position:absolute;left:0px;top:400px;border:solid 1px #cccccc;max-width: 300px;}
#ozon_hide{text-align: center;background-color: #2E76F5;cursor: pointer;padding:5px;}
#ozon_hide:hover{color:#ffffff;}
#ozon_show{text-align: center;background-color: #2E76F5;cursor: pointer;padding:5px;}
#ozon_show:hover{color:#ffffff;}

.ozon1{position:absolute;right:0px;top:400px;border:solid 1px #cccccc;}
#ozon1_hide{text-align: center;background-color: #2E76F5;cursor: pointer;padding:5px;}
#ozon1_hide:hover{color:#ffffff;}
#ozon1_show{text-align: center;background-color: #2E76F5;cursor: pointer;padding:5px;}
#ozon1_show:hover{color:#ffffff;}
#ozon1_block{background-color: #d4e1ff;}

#container:after, #content .post .entry:after, #content .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page {
	margin: 0 auto; padding: 20px 30px 0 30px;
        width: 920px;
	background: #fff no-repeat url(images/bckpage.png);
}
#header {
	position: relative;
	height: 70px;
	background: no-repeat url(images/bckheader.png);
}
#header h1 {
	margin: 0 0 0 70px; padding: 10px 0 0 0;
	font-size: 24px;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header p {
	margin: 0 0 0 125px;
	color: #fff;
        font-size: medium;
}
#header form {
	position: absolute;
	top: 20px; right: 25px;
	margin: 0;
}
input,textarea {
	vertical-align: middle;
        border: solid 1px #cccccc;
}
#header form .text {
	margin: 0 5px 0 0; padding: 4px 5px 0 5px;
	width: 185px; height: 20px;
	background: no-repeat url(images/bckheaderformtext.png);
}
* html #header form .text {
	background-attachment: fixed;
}
#header form .btn {
	width: 65px; height: 24px;
	background: no-repeat url(images/bckheaderformbtn.png);
	font-size: 14px; font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#container {
	margin: 0 20px;
	width: 880px;
}
#content {
	margin: 0 35px 0 0;
}

#content h2{text-align:center;}

#footer {
	position: relative;
	margin: 15px 0 0 0; padding: 0 0 0 30px;
	height: 70px; line-height: 70px;
	background: no-repeat url(images/bckheader.png);
	color: #465c03;
	font-size: 9px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}