body {
    margin: 0px;
    font-size: 13px;
    line-height: 21px;
    color: #000000;
    background-color: rgb(81, 102, 145);
    padding: 0px;
    font-family: Arial;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 95% 95%;
    background-image: url(images/sketch-sea.png);
}
header h1 img {
}

a {
}
nav {
    height: 35px;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 10px 0px 0px;
    background-color: #FFFFFF;
}
nav ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
nav li {
	width: auto;
	display: inline-block;
	list-style-type: none;
	text-align: left;
}
nav a {
	margin: 25px 0px 0px 5px;
	padding: 10px 20px 5px 40px;
}
nav a:hover {
}
header {
    height: 200px;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 5px 0px;
    float: left;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 95% auto;
    font-size: 16px;
    color: #FFFFFF;
}
div.centered-section {
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 400px;
    align-items: center;
}
.category {
    width: 300px;
    min-height: 300px;
    margin: 20px 0px 10px 25px;
    float: left;
    background-color: #CCC;
}
.category h2 {
    margin: 0;
    padding: 10px;
    color: rgb(81,102,145);
	}
.category img {
	width: 300px;
	height: 175px;
	padding: 0px;
	margin: 0px -30px -10px -10px;
}
.category p {
    margin: -10px 0px -10px 0px;
    padding: 10px 10px 10px 10px;
    color: rgb(81, 102, 145);
}
.category p a {
}
footer {
    height: 10px;
    text-align: center;
    padding: 0px 0px 10px 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    float: left;
    margin-top: 0px;
    color: #FFFFFF;
}
footer p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
footer a {
}
.centered-section .block {
    width: 650px;
    height: 300px;
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 100px;
    text-align: left;
    float: none;
    margin-left: 300px;
    line-height: 30px;
}
