@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg-1.jpg);
}
header {
    width: 960px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: 150px;
    background-color: rgba(37,41,102,0.92);
    top: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    color: rgba(254,253,253,1.00);
    letter-spacing: 1px;
}
hr {
    width: 300px;
    margin-left: 0px;
    color: rgba(254,253,253,1.00);
}

#main {
	width: 960px;
	margin: 0px auto;
	height: 550px;
	background-color: rgba(33,170,53,0.75);
}
article p img {
    border-radius: 25px;
    border: 5px double rgba(234,21,25,1.00);
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
}
#main aside {
	width: 30%;
	height: 550px;
	background-color: rgba(255,210,211,0.89);
	float: right;
}
#main aside ul {
    margin-top: 38px;
    margin-left: 20px;
    color: rgba(11,34,127,1.00);
    font-size: 16pt;
    line-height: 1.6em;
    letter-spacing: normal;
}

#main article {
	width: 70%;
	height: 550px;
	background-color: rgba(255,248,212,0.88);
	float: left;
}
p   {
    color: rgba(30,27,37,1.00);
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 12pt;
    line-height: 1.6em;
    text-align: justify;
    text-indent: 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);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 30px;
}
h1 {
}
header h1 {
    font-size: 30pt;
    letter-spacing: 1px;
}

h2 {
}
header h2 {
    font-size: 15px;
    letter-spacing: 2px;
}
