@charset "utf-8";
/* CSS Document */
body{ margin:0 ;

}

header{ margin:auto;
width:100%;
height:146px;
margin-bottom:2px;
background-image:url(img/2.png);
background-color:rgba(224, 212, 146, 0.9);


overflow:hidden;}

#navcontainer ul
{
margin: 0px 0 0px 0;
padding: 0;
list-style-type: none;
text-align: center;
float:right;

}

#navcontainer ul li { display: inline;  }

#navcontainer ul li a
{
text-decoration: none;
padding: .3em 2em;
color: #fff;
background-color: #796b36;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: rgb(199, 169, 77);
}

.content2{margin:auto;
width:100%;
height:80px;

margin-top:12px;
overflow:hidden;
}

.content3{margin:auto;
width:70%;
height:auto;
background-color:#000;
margin-top:12px;
overflow:hidden;
}
.content4{margin:auto;
width:70%;
height:auto;
background-color:#000;
margin-top:12px;
overflow:hidden;
}
table, caption, td, tr, th {
	
	padding:0;
	font-weight:normal;
	direction:rtl;
	}
	.m{ position:fixed;
	top30px;
	width:500px;
	height:25px;
	float:right;
	background-color:#b19f5e;
	z-index:3}

/* ---- Paragraphs ---- */

p {
	margin-bottom:15px;
	}
	
/* ---- Table ---- */

table {
	
	margin-bottom:15px;
	width:100%;
	margin:auto;
	margin-bottom:10px;
	
		font-size:18px; 
	}
	
	caption {
		text-align:left;
		font-size:15px;
		padding-bottom:10px;
		}
	
	table td,
	table th {
		
		text-align:center;
			
		padding:5px;
		border:1px solid #fff;
		
		}
		
	thead th {
		border:2px #FF0033;
		background:#e6d492;
		
		}
			
		
		
	tbody th,
	tfoot th {
		
		background:rgb(199, 169, 77);
		font-size:18px;
		}
		
	tbody td,
	tfoot td {
		
		background:#b19f5e;
		font-size:18px;
		}
		
	tfoot th {
		background:#e6d492;
		font-size:18px;
		}
		
	tfoot td {
		background:#e6d492;
		font-weight:bold;
		}
			
	tbody tr.odd td { 
		background:#bcd9e1;
		}