* {
	margin:0;
	padding:0;
	border:none;
}

body {
	font-family: 'Times New Roman', Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	color: #dbdcdd;
    background: #2c5d98;
}

div.clear {
	clear: both
}

p {
    font-size: 30px;
    line-height: 1.6em;
}
p span {
    display: inline-block;
    background: url(../images/dot.png) center center no-repeat;
    width: 45px;
    height: 20px;
}

div.page {
    width: 800px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: auto;
}

div.pagewrap {
    width: 1440px;
    margin: auto;
    background: #2c5d98;
}
div.pagewrap:after {
    display: block;
    clear: both;
    content: '';
}

div.left {
    float: left;
    width: 800px;
}
div.right {
    float: right;
    width: 600px;
}

div.logo {
    text-align: center;
    padding-top: 60px;
}
div.logo a {
    display: inline-block;
}
div.logo img {
    display: block;
}

div.content {
    border-top: solid 5px #ffdf0f;
    border-bottom: solid 5px #ffdf0f;
    padding: 20px 0;
    margin: 20px 0;
}
div.content p {
    text-align: center;
    font-family: Arial;
}
div.content.follow p {
    font-size: 16px;
    margin-bottom: 1em;
}

div.info {
    text-align: center;
}
div.info p {
    font-size: 40px;
}
div.info a {
    color: #dbdcdd;
    text-decoration: none;
}

aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 100px;
}
aside img {
    width: 280px;
    height: auto;
}

div.right > img {
    display: block;
    margin: auto;
    margin-top: 10px;
}
div.right p {
    text-align: center;
    font-size: 40px;
}

nav {
    text-align: center;
}
nav a {
    color: #dbdcdd;
    text-decoration: none;
    font-size: 24px;
}













