@charset "utf-8";
/* CSS Document */

body{
	background-color:#f1eba8;
	font-family: Helvetica, Arial, sans serif;
	}

a {
	text-decoration: none;
	color: #FF0000;
	}

#container {
	background-color: #FFFFFF;
	width: 900px;         
	height: 875px;
	margin-left: auto;
	margin-right: auto;        
	}

#content {
	background-color: #AFB182;
	width: 900px;
	height: 875px;
	padding: 0px;
	}

#header {
	background-color: #f1eba8;
	width: 900px;
	height: 210px;
	}

#nav {
	background-color: #407c3e;
	width: 900px;
	height: 47px;
	float: right;
	}

#nav ul {
	list-style-type: none;
	font-color: #000000;
	margin: 0;
	padding: 10;
	position: none;
	}
	
#main {
	background-color: #d4cd31;
	width: 880px;
	height: 650px;
	padding-left : 10px;
	padding-right: 10px;
	padding-top: 45px;
	float: center;
	text-align: justify;
	text-overflow: inherit;
	}

#footer {
	background-color: #407c3e;
	width: 900px;
	height: 20px;
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}
	
	
#center {
	margin: auto;
	padding: 10px;
	}



h1, h2, h3, p {
	margin: 10px;
	}


table {
 	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 85%;
	align-content: center;
	}

td, th {
	border: 1px solid #646464;
	text-align: center;
	padding: 5px;
	opacity: .75;
	}

tr:nth-child(even) {
  background-color: #A9B03B;
}

tr:nth-child(odd) {
  background-color: #E1DFA1;
}
	
	
	
	
	
	**horizontal
	
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0px solid #B7B781;
    background-color: #f3f3f3;
}

li {
    float: left;
}

li a {
    display: block;
    color: #d4cd31;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

li a:hover:not(.active) {
	color: white;
    background-color: #A6A6A6;
}

li a.active {
    color: white;
    background-color: #4CAF50;
}
	

p {
 	text-align: justify;
 }
	
	
	
	
	
	
	
	
