/* CSS Document */
/*-=-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=-*/

#menu_list {
	position:absolute;
	width:167px;
	height:362px;
	margin:208px 0px 0px 10px;
	z-index:100;
}

#menu_list ul {
	margin:0px;
}

#menu_list li {
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu_list a {
	position:absolute;
	left:-1px;
	margin:0px;
	padding:0px;
}

#menu_list a.link_home {
	background:url(../Images/Home_link1.gif) no-repeat;
	width:55px;
	height:22px;
	margin:25px 0 0 10px;
	z-index:200;
}

#menu_list a.link_about {
	background:url(../Images/About_link1.gif) no-repeat;
	width:93px;
	height:22px;
	margin:83px 0 0 15px;
}

#menu_list a.link_menu {
	background:url(../Images/Menu_link1.gif) no-repeat;
	width:59px;
	height:22px;
	margin:143px 0 0 5px;
}

#menu_list a.link_photos {
	background:url(../Images/photos_link1.gif) no-repeat;
	width:65px;
	height:21px;
	margin:210px 0 0 15px;
}

#menu_list a.link_contact {
	background:url(../Images/Contact_link1.gif) no-repeat;
	width:114px;
	height:22px;
	margin:263px 0 0 15px;
}

#menu_list a.link_new {
	background:url(../Images/events_link1.gif) no-repeat;
	width:144px;
	height:25px;
	margin:323px 0 0 5px;
}


/*-=-=-=-=-=-=-=-=-*/

#menu_list a:hover.link_home1 {
	background:url(../Images/home_link_on.gif) no-repeat;
}

#menu_list a:hover.link_about1 {
	background:url(../Images/about_link_on.gif) no-repeat;
}

#menu_list a:hover.link_menu1 {
	background:url(../Images/menu_link_on.gif) no-repeat;
}

#menu_list a:hover.link_promise1 {
	background:url(../Images/promise_link_on.gif) no-repeat;
}

#menu_list a:hover.link_contact1 {
	background:url(../Images/contact_link_on.gif) no-repeat;
}

#menu_list a:hover.link_new1 {
	background:url(../Images/new_link_on.gif) no-repeat;
}


/*-=-=-=-=-=-=-=-=-*/

#chiles ul {
	list-style:none;
}

a.chile {
	z-index:200;
	width:60px;
	height:61px;
	position:absolute;
	text-decoration:none;
	background:url(../Images/chile.gif) no-repeat;
}

a.cHome {
	top:215px;
	left:75px;
}

a.cAbout {
	top:265px;
	left:125px;
}

a.cMenu {
	top:330px;
	left:75px;
}

a.cPhotos {
	top:390px;
	left:105px;
}

a.cContact {
	top:455px;
	left:135px;
}

a.cNew {
	top:520px;
	left:135px;
}

/*-=-=-=-=-=-=-[Footer]-=-=-=-=-=-*/
.footer {
	z-index:500;
	position:absolute;
	margin:0 auto;
	width:800px;
	text-align:center;
}