*{ padding:0; margin:0;} 
body {
  margin: 20px 0 0 0;
  background: url(../images/background.jpeg);
}

#content {
  width: 964px;
  margin-left: auto;
  margin-right: auto; 
  overflow:hidden;
}

#header {
  background: url(../images/background-header.png);
  width: 964px;
  height: 132px;
}
/* ---------------------------------------- Menu Principal ------------------------------------*/
#content #header ul {
  position: relative;
  left: 0px;
  width: 695px;
  overflow:hidden;
}


#content #header ul li {
  float: left;
  list-style: none; 
  text-align:center;
}

#content #header ul li a {
  font-family: Arial; 
  display:block;
  padding:11px 0 11px 0;  
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

#content #header ul li a:hover {
  font-family: Arial; 
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
#header ul li.home {
	width:60px;
}
#header li.home a:hover {
  background: url(../images/bgHome.jpg) 5px 1px no-repeat;
}
#header ul li.whyus {
	width:auto;
	padding-right: 8px;
	padding-left: 8px;
}
#header li.whyus a:hover {
 background: url(../images/bgWhy.jpg) 1px 1px no-repeat;
}
#header ul li.our-programs {
	width:auto;
	padding-right: 8px;
	padding-left: 8px;
}
#header li.our-programs a:hover {
  background: url(../images/bgOur.jpg) 0px 1px no-repeat;
}
#header ul li.faq {
	width:auto;
	padding-right: 8px;
	padding-left: 8px;
}
#header li.faq a:hover {
  background: url(../images/bgFaqs.jpg) 14px 1px no-repeat;
}
#header ul li.contactus {
	width:auto;
	padding-right: 8px;
	padding-left: 8px;
}
#header li.contactus a:hover {
  background: url(../images/bgContactus.jpg) 0px 1px no-repeat;
}
#header ul li.partners {
	width:auto;
	padding-right: 8px;
	padding-left: 8px;
}
#header li.partners a:hover {
  background: url(../images/bgPartners.jpg) 15px 1px no-repeat;
}
#header ul li.inthenews {
	width:auto;
	padding-right: 8px;
	padding-left: 8px;
}
#header li.inthenews a:hover {
 background: url(../images/bgContactus.jpg) 10px 1px no-repeat;
}


/* ----------------------------------------END Menu Principal ------------------------------------*/


#header ul li.aged {
	width:auto;
	padding-right: 8px;
	padding-left: 8px;
}
#header li.aged a:hover {
 background: url(../images/bgContactus.jpg) 10px 1px no-repeat;
}

ul.navigation {
  position: relative;
  float: left;
  width: 235px;
  height: 251px; 
  margin-left: 6px;
  padding-top: 28px;
  background-color: #265799;
}

ul.navigation li {
  height: 36px;
  font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; 
  font-size:15px;
  line-height: 36px;
  padding-left: 8px;
  list-style-type: none;
  background: url(../images/line-bottom-navigation.png) bottom center no-repeat;
}

ul.navigation li a {
  color: #ffffff;
  padding-left: 16px;
  text-decoration: none;
  background: url(../images/bullet-navigation.gif) 0 5px no-repeat;
}

ul.navigation li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#middle {
  height: 290px;
  background: url(../images/divisor-middle.png)bottom center no-repeat;
}

#middle img {
  border: 0;
}

#content #body {
  margin-left: 6px;
}

#body {
  width: 951px;
  background-color: #ffffff;
  padding-bottom: 20px;
  overflow:hidden;
}

#body img {
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

#body .banners {
  border-bottom: 1px #f6f6f6 solid;
}

#body .sponsors {
  height: 65px;
  list-style-type: none;
  background-color: #f6f6f6;
}

#content #body .sponsors .borde {
  border-right: 2px #d3d3d3 solid;
}

#body .sponsors li {
  width: 20%;
  margin-top: 10px;
  float: left;
  text-align: center;
}

#content #footer {
  width: 951px;
  margin-top: -15px;
  height: 64px;
  margin-left: 6px;
  background-image: url(../images/background-footer.png);
  margin-bottom: 0;
}

#content #footer p {
  width: 50%;
  float: left; text-align:left;
  line-height: 64px;
  padding-left: 10px;
  color: #ffffff;
  font-family: tahoma, Arial;
  font-size: 12px;
}

#content #footer .menu-footer {
  font-family: tahoma, Arial;
  color: #ffffff;
  text-align: right;
  padding-right: 10px;
  line-height: 64px;
  overflow:hidden;
}

#content #footer .menu-footer a {
  font-family: tahoma, Arial;
  color: #ffffff;
  font-size: 12px;
}

