html, body, div, header, footer, aside, rightside, article, section{ 
  margin: 0; padding: 0; 
}
		
header, footer, aside, rightside, article, section{ 
  display: block; 
}

body{ 
  color: #333; 
  font: 12px Helvetica, Arial, sans-serif; 
  line-height: 18px; 
}

h1{
  font-size: 2.8em;
}

h3{
  font-size: 1.8em;
}

h2{ 
  color: #333; 
}

a{ 
  color: #337810; 
}

p{ 
  margin: 0 0 18px; 
}

.description{
  font-size: 1.3em;
}

#wrapper{ 
  float: left; 
  width: 50%; 
  margin-left: 0;
}

#bigimage{
  background-image: url(images/MalayanTiger1.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

		
/* Header */
		
header{ 
  background: #FFF; 
  border-bottom: 2px solid #aaa; 
}

#scroller {
  background-color: #FFF;
  height: 140px;
  background-image: url(images/headerbg2.jpg);
  background-repeat: repeat-x;
  border-bottom: 2px solid #aaa;
} 

header h1{ 
  color: #027E48; 
  margin: 0 0 3px; 
  padding: 0px 18px 10px; 
  text-align: center;
}

header h3{
  color: #000;
  text-align: center;
}

header p{ 
  color: #000; 
  font-size: 11px; 
  font-weight: bold; 
  padding: 0 18px; 
  text-align: center
}

		
/* Content Style */

rightside{ 
  border-bottom: 1px solid #ccc; 
  padding-right: 18px; 
}

		
rightside ul{ 
  padding: 0 18px 9px; 
}

#extra{ 
  border-bottom: 1px solid #ccc; 
  padding-right: 18px; 
}

#extra small{ 
  font-size: 11px; 
  line-height: 18px; 
}

#content p, #extra p{ 
  padding-right: 18px; 
}

		
/* Content Positioning and Size */

rightside{ 
  float: right; 
  width: 45%; 
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.6em;
  line-height: 120%;
}

#content{ 
  margin-left: 5%; 
  width: 100%;
}

#contentleft{
  float: left;
  width: 50%;
}

#contentright{
  float: left;
  width: 40%;
}

.tab1{
  margin-left: 46px;
}

.tab2{
  margin-left: 20px;
}

#ourteam{
  text-align: center;
  clear: both;
   }

#extra{ 
  float: right; 
  clear: right; 
  width: 45%; 
  text-align: center;
}

#extra h2{
	text-align: left;
}

#extra p{
	text-align: left;
}

#extra img{
	padding-right: 40px;
}

/* Footer */

footer{ 
  background: #666; 
  border-bottom: 2px solid #aaa; 
  clear: both; 
  width: 100%; 
}

footer a{ 
  color: #fff; 
}
	
footer p{ 
  color: #ccc; 
  margin: 0; 
  padding: 0 18px 10px; 
}

footer ul{ 
  border-bottom: 1px solid #999; 
  list-style: none; 
  margin: 0 18px 6px; 
  padding: 10px 0 6px; 
}

footer li{ 
  display: inline; 
  font-size: 11px; 
  font-weight: bold; 
  padding-right: 5px; 
}