﻿body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	line-height: 150%;
	background-image: url("images/nf02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
}
#galley {
	max-width: 1080px;
	margin: auto;
	background-image: url("images/nav.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	max-width: 1100px;
	margin: auto;
	background-color: #0000ff;
}
a:link {
	color: #4444FF;
	text-decoration: none;
}
a:visited {
	color: #4444FF;
	text-decoration: none;
}
a:hover {
	color: #FF9800;
	text-decoration: none;
}
a:active {
	color: #4444FF;
	text-decoration: none;
}
header {
	max-width: 920px;
	min-height: 80px;
	color: #ffff00;
	background-color: #0000ff;
	text-align: center;
	line-spacing: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 180px;
	padding: 10px;
}
section {
	max-width: 920px;
	color: #000000;
	background-color: #ffffd0;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 180px;
	padding: 10px;
}
div.logo {
	float: left;
	width: 60px;
	margin: 0px;
	padding: 54px 72px 54px 72px;
	background-image: url("images/silhoua.bmp");
	background-repeat: no-repeat;
	background-position: 30px 10px;
}
nav {
	float: left;
	background-color: #ffc040;
	width: 150px;
	line-height: 160%;
	margin: 0px;
	padding: 10px;
}
nav ul {
	list-style-type: none;
	padding-right: 5px;
}
	nav ul a {
	text-decoration: none;
}
nav li {    
	padding-right: 5px;
}
@media (max-width:800px) {
nav {
	background-color: rgba(255, 255, 128, 0.1);
	text-align: center;
	width: 95%;
	line-height: 160%;
	font-size: 100%;
	margin: 0px;
	padding: 10px;
	-webkit-column-gap: 2em;
	   -moz-column-gap: 2em;
	        column-gap: 2em;
	-webkit-column-rule: thin dotted #999;
	   -moz-column-rule: thin dotted #999;
	        column-rule: thin dotted #999;
	-webkit-column-width: 160px;
	   -moz-column-width: 160px;
	        column-width: 160px;
}
section {
	max-width: 800px;
	color: #000000;
	background-color: #ffffd0;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}
}
footer {
	clear: both;
	width: 300px;
	color: #ffffff;
	background-color: #0000ff;
	text-align: center;
	margin: auto;
	padding: 0px 10px 0px;
}
footer a {    
	color: #ffc000 !important;
	font-size: 1.25em;
}
footer a:hover {    
	color: #ff8000 !important;
}

h1 {font-size:1.75em; line-height: 120%;}
h2 {font-size:1.5em;}
h3 {font-size:1.25em;}
p {font-size:1em; line-height:150%; text-align: left;}

li {font-size:1em; line-height:150%; text-align: left;}
table,tr,td {border: 1px solid black; border-collapse: collapse; font-size:1em; line-height:150%; margin:auto; background-color: #ffffff; text-align: left;}
th, td {padding: 0px 5px;}
td.c {text-align: center;}
td.r {text-align: right;}

