body {
	background-color: #abb4b8;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo {
	position: absolute;
	height: 240pt;
	width: 85px;
	left: -85px;
}

#header {
	font-family: "Noto Sans", sans-serif;
	height: 50px;
	padding-top: 40px;
}

#section-title {
	font-size: 1.5em;
	color: #495a65;
	float: left;
	width: 700px;
	text-transform: capitalize;
}

#header-functions {
	width: 100px;
	float: right;
	text-align: right;
	font-size: .75em;
	color: #495a65;
	padding-top: 10px;
}

#nav {
	height: 20px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717e87;
	font-family: "Noto Sans", sans-serif;
	color: #495a65;
	font-size: .75em;
	padding-top: 10px;
}

#footer {
	font-family: "Noto Sans", sans-serif;
	font-size: 0.75em;
	color: #495a65;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #717e87;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
	padding-bottom: 30px;
}

#grid {
	font-family: "Noto Sans", sans-serif;
	color: #495a65;
	font-size: .75em;
	width: 805px;
	min-height: 200px;
}

#copyright {
	width: 200px;
	float: left;
}

#address {
	width: 600px;
	float: right;
	text-align: right;
}

#address a:link, #address a:visited, #header-functions a:link, #header-functions a:visited, #nav a:link, #nav a:visited {
	text-decoration: underline;
	color: #495a65;	
}

#address a:hover, #address a:active, #header-functions a:hover, #header-functions a:active, #nav a:hover, #nav a:active {
	text-decoration: underline;
	color: #227fb6;	
}

.red {
	color: #f40009;	
}

.grid-item {
	width: 176px;
	height: 156px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	background-color: #c3c8cc;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.grid-item img {
	margin-bottom: 10px;	
}

.grid-item a:link, .grid-item a:visited {
	color: #227fb6;
	text-decoration: none;
}

.grid-item p {
	margin-bottom: 10px;	
}

.grid-item a:hover, .grid-item a:active {
	color: #227fb6;
	text-decoration: underline;
}

.error {
	font-family: "Noto Sans", sans-serif;
	font-size: 1.25em;
	color: #495a65;
	padding: 10px;
	width: 780px;
	border: 1px solid #7C8E97;
	background-color: #E4D6D6;
}

label {
	display: inline-block;
	width: 70px;
	text-align: right;
	padding-right: 5px;
}
