@charset "UTF-8";
/* CSS Document */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #3399cc;
    color: #fff;
    padding: 20px 0;
	text-align:center;
}

nav ul {
    list-style: none;
}

nav li {
    display: inline;
    margin: 0 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

section {
    padding: 50px;
    text-align: left;
	line-height: 23px;
}

footer {
    background-color: #3399cc;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

img{
	float:right;
	padding:0px;
	margin:0px;
	top:auto;
	height:600px;
	align-items: center
}