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

	*{
	margin: 0;
	padding: 0;
	}
	
	body{
	font: 12px Georgia, Verdana, Arial;
	color: #8d9561;
	background-color: #DEE3CC;
	overflow: -moz-scrollbars-vertical;
	}
	
	a{
	color: #8d9561;
	text-decoration: underline;
	}
	
	a:hover{
	color: #d96356;
	text-decoration: none;
	}
	
	h1{
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	}
	
	h2{
	font-size: 20px;
	font-weight: bold;
	color: #8d9561;
	}
	
	h3{
	font-size: 14px;
	font-weight: bold;
	color: #8d9561;
	}
	
	p{
	font-size: 14px;
	color: #8d9561;
	}
	
	#container{
	margin: 0px auto;
	width: 1024px;
	height: 768px;
	background-image:url(../images/mayantigo_final3.jpg);
	background-repeat: no-repeat;
	}
	
	#homespacer{
	margin: 0px auto;
	width: 1024px;
	height: 195px;
	}
	
	#content{
	padding-left: 85px;
	padding-right: 77px;
	height: 352px;
	overflow: hidden;
	}
	
	#contentleft{
	clear: both;
	float: left;
	width: 425px;
	padding-left: 25px;
	overflow: hidden;
	}	
	
	#contentleft ul{
	padding: 0px;
	list-style-type: none;
	}
	
	#contentleft ul li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
	
	#contentleft ul li a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #bebd9e;
	display: block;
	width: 450px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 30px;
	outline: none;
	outline-style: none;
	}
	
	#contentleft ul li a:hover{
	/*font-weight: bold;*/
	}
	
	#contentright{
	float: right;
	padding-left: 20px;
	padding-right: 15px;
	width: 365px;
	overflow: hidden;
	}
	
	#navigation{
	height: 50px;
	padding-top: 15px;
	padding-left: 60px;
	padding-right: 62px;
	display: block;
	}
	
	#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	#navigation ul li{
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	}
	
	#navigation ul li a{
	display: block;
	float: left;
	color: #d96356;
	text-decoration: none;
	outline: none;
	width: 225px;
	}
	
	#navigation ul li a:hover{
	color: #bebd9e;
	width: 225px;
	}
		
	#navigation ul li a:active{
	color: #bebd9e;
	width: 225px;
	}
	
	#adres{
	height: 100px;
	padding-top: 30px;
	padding-left: 85px;
	padding-right: 62px;
	}
	
	#footer{
	margin: 0px auto;
	width: 1024px;
	height: 12px;
	text-align: center;
	}
	
