﻿body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	line-height: 150%;
	background-image: url("images/chin_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
}
#header {
	max-width: 1100px;
	margin: auto;
	background-color: #0000ff;
}
div.na {
	margin: auto;
	max-width: 890px;
	line-height: 140%;
	background-color: #ffb040;
	font-size: 120%;
	padding: 5px;
}
div.co {
	margin: auto;
	width: 99%;
	background-color: #ffd060;
	font-size: 85%;
	padding: 5px;
}
div.li {
	margin: auto;
	width: 99%;
	text-align: center;
	background-color: #ffe070;
	font-size: 85%;
}
div.li ul {
	list-style-type: none;
	padding: 1px;
}
div.li li {    
	display: inline;
	padding: 20px;
}
a:link {
	color: #4444FF;
	text-decoration: none;
}
a:visited {
	color: #4444FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	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;
	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;
}
section table {
	margin: auto;
}
section td {
	padding: 1px;
	text-align: center;
}

nav {
	float: left;
	background-color: #ffc040;
	width: 150px;
	line-height: 160%;
	margin: 0px;
	padding: 10px;
}
nav ul {
	list-style-type: none;
}
nav td {
	padding: 1px;
}
nav td a {
	text-decoration: none;
}
footer {
	clear: both;
	max-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,th {padding: 4px; border: none; border-collapse: collapse; font-size: 1em; line-height:120%; margin:auto; background-color: #ffc040; text-align: left;}
section td.l {text-align: left;}
section th.l {text-align: left;}
section th.c {text-align: center;}

@media (max-width:800px) {
nav {
	background-color: rgba(255, 255, 128, 0.1);
	text-align: center;
	width: 100%;
	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;
}
#galley {
	max-width: 90%;
	margin: auto;
}
section {
	max-width: 100%;
	color: #000000;
	background-color: #ffffd0;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 10px;
}
}
@media (min-width:801px) {
#galley {
	max-width: 1100px;
	margin: auto;
	background-image: url("images/nav.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
section {
	max-width: 95%;
	color: #000000;
	background-color: #ffffd0;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 180px;
	padding: 10px;
}
}
