﻿body {
	margin: 0;
	padding: 0;
	background-color: #d0d4dc;
}

h2 {
	color: #283d60;
	font: bold 25px Times New Roman;
}

a {
	color: #283d60;
	font: 16px Arial;
	text-decoration: none;
}

p {
	color: #283d60;
	font: 16px Arial;
}

header {
	background: #fff;
	border-bottom: 10px solid #283d60;
	height: 145px;
	position: relative;
	width: 100%;
}

nav {
	background:	none;
	color: #283d60;
	font: 16px Arial;
	position: absolute;
	right: 100px;
	top: 70px;
}

nav ul {
	list-style-type: none;
}

nav ul li {
	display: inline; 
	float: left;
	padding-left: 30px;
}

nav ul li :hover{
	color: #b8bfcb;
	display: inline; 
	float: left;
}

.container {
	margin:	auto;
	width:	1100px;
}

.logo {
	padding: 45px 0 0 100px;
}

.content {
	background: #fff;
	border: 10px solid #b8bfcb;
	margin-top: 20px;
	min-height: 250px;
	padding: 10px 200px 20px 30px;
	
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
		box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

