html, body, main {
	height: 100%;
    margin: 0px;
	background: #ffd7e9;
	font-family: "Times New Roman", Times, serif;
    }



header {
  max-width: 1200px;
  height: 90px;
  font-size: 300%;
  background: #ffd7e9;
  color: #262626;
  
  margin: 0 auto;
}

header a {
  text-decoration:none;
  color: #262626;
}

header #header_logo{
	float:left;
	padding:0px 10px 0px 10px;	
}

header #header_icons{
	padding:10px 10px 0px 10px;
	text-align:right;	
}

header #header_icons2{
	width:210px;
	
	float:right;
	padding:10px 10px 0px 0px;
	text-align:right;
}

header #header_icon{
	width:37px;
	height:37px;
	display: inline-block;
	float:right;
	padding:0px 0px 0px 5px;
}

header #header_title{
	clear: both;
	font-size:18pt;
	padding:0px 10px 0px 10px;	

}

article {
  min-height: 100%;
  display: block;
  font-size:16pt;
  text-align: justify;
  max-width: 1000px;
  background: #fff;
  margin: 0 auto;
  padding:20px 100px 20px 100px;
}

article h3 {
    text-align: center;
}

article p {
	text-indent: 2em; 
}

aside {
  clear: both;
  font-size:14pt;
  display: block;
  max-width: 1200px;
  height:30px;
  line-height:30px; 
  background: #ffd7e9;
  margin: 0 auto;
  color: #262626;
}

aside a{
	text-decoration: none;
}

aside a:hover{
	text-decoration: underline;
}

footer {
  display: block; 
  margin: 0 auto;
  max-width: 1180px;
  padding:10px;
  height: 40px;
  background: #ffd7e9;
  color: #262626;
  text-align:center;
}

hr
{
	height:1px;
	border-width:0;
	background-color:#C0C0C0;
	color:#C0C0C0;
	margin:0px;
}

#ebook
{
	margin:20px;
}

#ebook a
{
	text-decoration: none;
}

#pagenum
{
	font-size:12pt;
	color:#C0C0C0;
	text-align:right;
	margin:2px 0px 5px 0px;
	
}

#wtopmenu
{

  background: #C0C0C0;
  max-width: 1200px;  
  margin: 0 auto;
  padding:0px;
  //height: 50px;
  text-align: center;
}


#topmenu {
  //height: 40px;
  background: #ff829c;
  padding: 10px 10px 5px 10px;
  margin: auto;
  line-height:30px;

  text-align: center;  
}
 
#topmenu li{
	clear: both;
	display: inline-block;
	list-style: none;
	font-size: 16pt;
	text-align: center;
	margin: 0px 15px 0px 15px;
	width: 200px;
	height: 40px;
}	

#topmenu li a {
  text-decoration: none;
  color: #ffffff;
}

active a{
  color: #000000;
}

#topmenu li a:hover {
  text-decoration: none;
  color: #ffffff;
  display: block;
  background-color: #ff4757;

}


#donate {
	bottom: 5px;
	right: 5px;
	position: fixed;
	border:1px solid #262626;
	background-color: #fbd72a;
	border-radius: 5px;	
}

#d_close
{
	padding:0px 10px 0px 10px;
	font-size: 16pt;
	text-align:right;
}

#d_close a
{
  text-decoration: none;
  color: #262626;
}

#d_text
{
	font-size: 16pt;
	padding:0px 30px 10px 30px;
}

#d_text a
{
  text-decoration: none;
  color: #262626;
}