@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg-1.jpg);
}
header {
    width: 960px;
    margin: 0px auto;
    height: 150px;
    background-color: rgba(211,213,247,0.94);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
}
#main {
	width: 960px;
	margin: 0px auto;
	height: 550px;
	background-color: rgba(33,170,53,0.75);
}
#main aside {
	width: 30%;
	height: 550px;
	background-color: rgba(255,210,211,0.89);
	float: right;
}
#main article {
    width: 70%;
    height: 550px;
    background-color: rgba(255,248,212,0.88);
    float: left;
    margin-bottom: 0px;
}
aside ul {
    padding-left: 30px;
    font-size: 14pt;
    line-height: 2em;
}

#main section {
	width: 100%;
	height: 100px;
	background-color: rgba(255,158,0,0.72);
	clear: both;
}
footer {
	width: 960px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0.82);
}
header h1 {
    padding-top: 38px;
    padding-right: 30px;
    padding-left: 71pdx;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 68px;
    margin-bottom: -4px;
}
header h2 {
    margin-left: 69px;
    margin-top: -12px;
    color: rgba(232,62,183,1.00);
    font-size: 14pt;
    margin-bottom: 68px;
}
article p {
    margin-left: -8px;
    padding-left: 66px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: justify;
    text-indent: 2em;
    font-size: 12pt;
    color: rgba(74,80,150,1.00);
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
}
p img {
    float: left;
    border-color: rgba(255,255,255,1.00);
    border-style: double;
    -webkit-box-shadow: 0px 0px 15px;
    box-shadow: 0px 0px 15px;
    margin-right: 31px;
    font-size: 13pt;
}
