body {
  background: #ECF9F8;
  color:#999999;
  font-family:Verdana, Geneva, sans-serif;
}
header, main, footer {
  display: block;
  width: 990px;
  margin: auto;
}
header {
  margin-bottom: 10px;
  font-size: 14px;
  color:#FFF;
  background: #09A2A2;
  height:90px;
  text-align:center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

header img {
  float: left;
  padding-top:10px;
  padding-left:10px;
}

header a {
  color: #209F9A;
}
a {
    color: 209F9A;
   }
   A:visited {
    color: #cecece;
   }
   A:active {
    color: #FF6200;
   }
article {
  display: block;
  float: left;
  width: 700px;
  background: #fff;
  padding: 10px;
  font-size: 10px;
  border-radius: 5px;
}
aside {
  display: block;
  margin-left: 730px;
  box-shadow: 0 0 0 1px #D2EFED inset;
  background: #FFF;
  width:240px;
  padding: 10px;
  border-radius: 5px;
  font-size: 10px;
}
footer {
  position: relative;
  top: 15px;
  margin-bottom: 15px;
  clear: both;
  height: 30px;
  background: #09A2A2;
  border-radius: 5px;
  color:#FFF;
  padding-top:5px;
  padding-left:10px;
  width:980px;
  text-align:center;
}
footer a {
  color:#FFF;
}
article {
  height: auto;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}

ul, li {
    margin:0;
    padding:0;
    list-style-type:none;   
}
 

#menu {
    float:right;
	font-size:10px;
	width:260px;
	height:30px;
	background:#D2EFED;
	padding-top:10px;
	margin-bottom:10px;
	margin-top:50px;
  	border-top-left-radius: 5px;
}
 

#menu > li {
    display:inline-block;
    height:auto;
    position:relative;
	color:#209F9A;
}
 

#menu > li > ul {
    position:relative;
    display:none; 
	background:#D2EFED;
	width: 240px;
	padding:10px;
	color:#209F9A;
	border-bottom-left-radius: 5px;
}
 

#menu > li:hover > ul {
    display:block;  
}

#menu > li:active > ul {
    display:block;
}

hr.style-eight {
	border: none;
	border-top: medium double #333;
	color: #333;
	text-align: center;
	margin-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative; 
    top: -0.8em;  
    font-size: 1.75em;
    padding: 0 0.25em;
    background: white;
}

counter {
	float:right;
	margin:5px;
	}

 .spoiler_body { display:none; }
 .spoiler_links { cursor:pointer; font-weight:bold; text-decoration:underline; }
 .blue { color:#209F9A; }