/* Screen CSS */
body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(images/topback.png);
	background-position:top center;
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	text-align:left;
	line-height:150%;
	}
h1, h2, h3 {
	background-color:inherit;
	color:#005E5E;
	margin:0.5em 0;
	}
ul {
	margin:0.5em 2em;
	padding:0;
	line-height:150%;
	}
li {
	list-style-type:square;
	}
a:link {
	background-color:inherit;
	color:#00FFFF;
	}
a:hover {
	background-color:inherit;
	color:#FF9933;
	text-decoration:none;
	}
a:active {
	background-color:inherit;
	color:#00CCCC;
	text-decoration:none;
	}
a:visited {
	background-color:inherit;
	color:#FFFF00;
	}
img {
	border:0px;
	}
#header {
	height:107px;
	margin:0 350px 0 0;
	}
#maincontent {
	background-color:#E1E1E1;
	color:#000000;
	margin-top: 0;
	margin-right: 325px;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#sidebar {
	position:absolute;
	width:325px;
	background-image:url(images/sidebarback.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	height: auto;
	top: 0px;
	right: 0px;
	}
#sidebarcontent {
	padding:0 25px 0 25px;
	}
#sidebarcontent img {
	padding: 0.5em;
	vertical-align: baseline;
	}
.sidbarhr {
	background-color:#DCDCDC;
	border:0px;
	}
#navigation {
	position:absolute;
	top:110px;
	left:0px;
	width:117px;
	border-right:1px dotted #999;
	background-color: #006666;
	background-image: url(images/footerback1.png);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	height: auto;
	background-repeat: repeat;
	}
#navigation ul, #sidebarcontent ul {
	padding:0;
	line-height:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	}
#navigation li, #sidebarcontent li {
	list-style:none;
	display:block;
	border-bottom:1px dotted #E5E5E5;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	}
.navtitle, .sidebartitle {
	display:block;
	font-weight:bold;
	background-color:#004A4A;
	color:#FFFFFF;
	font-size:1.5em;
	border-bottom:1px dotted #005E5E;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	line-height: 15px;
	}
interval {
	line-height: 50px;
	width: 50px;
}

#footer {
	display:block;
	clear:both;
	background-color:#005E5E;
	color:#ffffff;
	background-image:none;
	background-position:center bottom;
	background-repeat:repeat-x;
	padding:10px;
	margin-top: 6px;
	}
#leftfooter {
	position:absolute;
	left:0;
	float:left;
	width:30%;
	padding:0 10px;
	}
#centerfooter {
	margin:0 33%;
	width:30%;
	padding:0 10px;
	}
#rightfooter {
	position:absolute;
	right:0;
	width:30%;
	padding:0 10px;
	}
#footer ul {
	margin:0 0 1em 0;
	padding:0;
	line-height:150%;
	}
#footer li {
	list-style:none;
	padding:0 0.5em;
	margin:0.25em 0;
	}
.footertitle {
	display:block;
	margin:5px 0;
	padding:0 0 0.25em 0;
	font-weight:bold;
	background-color:inherit;
	color:#FF9933;
	font-size:2em;
	border-bottom:1px dotted #FFFFFF;
	}
#footer a:link {
	background-color:inherit;
	color:#fff;
	}
#footer a:hover {
	background-color:inherit;
	color:#FF9933;
	text-decoration:none;
	}
#footer a:active {
	background-color:inherit;
	color:#00CCCC;
	text-decoration:none;
	}
#footer a:visited {
	background-color:inherit;
	color:#999;
	}
#credits {
	margin:0.5em 0;
	padding:0.5em 0;
	display:block;
	clear:both;
	border-top:1px dotted #fff;
	background-image: url(images/footerback.png);
	top: 1px;
	}
#credits ul {
	margin:0;
	padding:0;
	display:block;
	text-align:center;
	}
#credits li {
	list-style:none;
	display:inline;
	padding:0 0.5em;
	}
/*Post Stuff*/
h2.posttitle {
	margin:0.25em 0;
	padding:0;
	font-size:2em;
	background-color:inherit;
	color:#005E5E;
	line-height: normal;
	bottom: auto;
	}
p.postmeta {
	margin:0;
	padding:3px;
	font-size:0.95em;
	border-top:1px dotted #005E5E;
	background-color:inherit;
	color:#005E5E;
	text-align:right;
	}
span.postdate {
	padding:3px 20px 3px 3px;
	background-image:url(images/date.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
span.postauthor {
	padding:3px 20px 3px 3px;
	background-image:url(images/user.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
span.postcategory {
	padding:3px 20px 3px 3px;
	background-image:url(images/category.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
span.postcomments {
	padding:3px 20px 3px 3px;
	background-image:url(images/comments.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
p#emailsubscribe {
	font-size:1.25em;
	font-weight:bold;
	text-align:center;
	}
.my_fon {
	background-color: #005E5E;
}

.стиль3 {
	font-size: 12px
}
.стиль4 {
	font-size: 14px
}
#maincontent a {
	font-size: 16px;
	color: #000099;
	font-weight: bold;
}
.line1 {
	position: absolute;
	left: 0px;
}

