﻿@charset "utf-8";
/* CSS Document */

body {margin:0; padding:0; color:#000; background:#E54E2F url(fon01.gif) no-repeat center center fixed; min-width:1000px;}
html { height: 100%; }
* {font-family:Arial, Helvetica, sans-serif; font-size: medium; margin:0px; padding:0px;}
h1 {margin: 0 0 0.5em 0;
	font-size:1.8em;
	font-family:"Courier New", Courier, monospace;
}
h1.line {border-top:1px dotted;}
h1.toptop {font-size:4em; text-align:right;}
h1.top {font-size:3em; text-align:right;}
h2 { margin:0; font:bold 18px cursive; text-align:center}
h3 { margin-bottom: 1em; margin-top: 2em; margin-left: 5px;}
h4 {text-align:left; font:bold 18px cursive;}
p {margin:10px 0}
a { text-decoration: none; color: #000; font-weight: bolder; border:none;}
a:visited { color: Gray; }
ul {margin:0; padding:0 0 30px 0;}
li {list-style-type:none; padding: 5px; font-weight:bold;}
img.link {border:0;}

/* первая страница */
#top { vertical-align: top; border-bottom: 1px dotted; height: 200px; margin:0; padding: 5px;}
	#topLeft { float: left; margin: 0; width:180px;}
	#topRight { float: right; margin: 0;}
#story {float:left; width: 40%; padding-left:5px;}
	#story img {border:solid 1px;}
#article {float: right; width:40%; text-align:right; padding-right:5px;}
	#article p {font-size:medium; font-weight: bold; padding:0 0 5px 5px; border-bottom:1px dotted; text-align:left;}
	#article p.alert {font-size:small; background-color:#B5CBCC;}
#bottom {margin:5px 0 0 0; border-top: dotted 1px; clear:both}
#coun {float:right; margin:5px;}



