body{
	margin: 0;
	min-width: 1024px;
	padding: 0;
	background-color: #F1F0EF;
}

#container {
	width: 100%;
	background-color: #4A4142;
}

#title {
	width: 978px;
	height: 288px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 42px;
}

#content {
	width: 1020px;
	z-index: 600;
	background-color: #4A4142;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
#kichwa {
	width: 365px;
	position: absolute;
	z-index: 600;
	margin-left: 665px;
	margin-top: 0px;
}

#grey {
	width: 640px;
	height: 26px;
	position: relative;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #655;
}

#white {
	width: 640px;
	height: 216px;
	position: relative;
	float: left;
}

#links {
	width: 315px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FFF;
	margin-top: 65px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 65px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #655;
}

#video {
	with: 640px;
	height: 360px;
}

#infos {
	width: 640px;
	float: left;
	padding-top: 25px;
}

#language {
	width: 362px;
	height: 26px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FFF;
	bottom: 0px;
}

#menu {
	width: 365px;
	height: 116px;
	float: left;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #655;
	margin-top: 24px;
	padding-top: 12px;
}

#highlight1 {
	width: 315px;
	height: 324px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #696056;
	margin-top: 42px;
	float: left;
}

#highlight2 {
	width: 315px;
	height: 125px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #35322D;
	top: 0px;
	float: left;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
	color: #4A4142;
	padding-top: 12px;
	
}
	  
	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1F0EF;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4A4142;
	margin-bottom: 5px;
}
	

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F1F0EF;
	margin-bottom: 12px;
	margin-top: 25px;
}

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

a:hover {
	color: #7EA800;
}

#menu ul {
	list-style: none;
	padding-left: 0px;
}

#menu li {
	display:inline;
	float: left;
}

#menu ul li a {
	list-style: none;
	color: #DDE0DF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	background-color: #4A4142;
	padding: 5px;
	margin-right: 16px;
}

#menu ul li a:hover, #menu ul li .current {
	color: #FFF;
	background-color: #35322D;
}

.white {
	font-size: 15px;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.white:hover{
	color: #7EA800;
}
	

.dates {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -28px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}

#footer {
	width: 100%;
	height: 86px;
	background-color: #4A4142;
	position: relative;
	clear: both;
	text-align: center;
	z-index: 600;
	padding-bottom: 0px;
}
	
