@charset "utf-8";
/* CSS Document */
html {
  font-family: Lato,sans-serif, Arial, Segoe, Verdana; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
	font-weight: lighter;
}
li{list-style-type: none;}
ul{padding: 0px;margin: 0px;}
hr{border: #B8B8B8 thin dashed;}
td {align-content: center;}
a{text-decoration: none;color: inherit;}
a :visited{color: inherit;}

/**
 * Remove default margin.
 */

body {margin: 0;background-color: #111111;}
header {display: block;position:absolute;height: 150px;width: 100%; background:#252525;text-align: center;border-bottom: #B8B8B8 medium solid;}
footer {color:#CFCFCF;position: absolute; border-top: #B8B8B8 medium solid;width: 100%;}
footer span{padding-right: 80px;}

aside {width: 180px;position:absolute;margin-top: 184px;}
aside ul li{background: #001D29;color: #A27F51;height: 50px;line-height: 50px;margin-bottom: 12px;padding-left: 12px;font-weight: 900;font-size: 18px;}
aside ul :hover{background: #46C0F3;color: #022232;}


article {color:#9DAAB7;width:840px;margin-top:175px;margin-left: 190px;position: absolute;margin-bottom:50px;}
textarea {display: none;}

.title {background: #002900;color: #5DB7B0;height: 35px;line-height: 35px;margin: 9px 0px; padding-left: 12px;font-weight: 900;font-size: 18px;}
.title a{font-weight: 300; color: #C079B5;}
.content {text-align: center;}