/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
  margin: 0;
  padding: 0;
}
BODY {
  margin: 0;
  background: #178190;
  line-height: 25px;
  text-align: justify;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
H1, H2, H3 {
  margin-top: 1.5em;
}
H1 {
  font-size: 2em;
}
H2 {
  font-size: 1.4em;
}
H3 {
  font-size: 1em;
}
P, UL, OL {
  margin-top: 1.5em;
}
UL, OL {
  margin-left: 3em;
}
BLOCKQUOTE {
  margin-left: 3em;
  margin-right: 3em;
}
A {
  color: #FFFFFF;
}
/** Header Style Starts Here */

#header {
  width: 920px;
  height: 300px;
  margin: 0 auto;
  padding: 0;
  background : url(images/image01.jpg) no-repeat left top;
}
#header H1, #header P {
  margin: 0;
  text-align: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
}
#header H1 {
  padding: 120px 60px 10px 55px;
  text-transform: lowercase;
  font-size: 50px;
  font-weight: normal;
}
#header P {
  font-size: 18px;
  padding-right: 60px;
}
#header A {
  text-decoration: none;
  color: #FFFFFF;
}
/** Menu Style Starts Here */


#menu {
  width: 920px;
  height: 55px;
  margin: 0 auto;
  padding: 0;
  background : url(images/image02.jpg) no-repeat left top;
}
#menu UL {
  margin: 0;
  list-style: none;
  padding-top: 13px;
  padding-left: 80px;
}
#menu LI {
  display: inline;
}
#menu A {
  padding: 0 20px;
  text-decoration: none;
  color: #FFFFFF;
}
#menu a:hover {
  }
#menu .first A  {
  padding-left: 0;
}
/** Page Style Starts Here */

#page {
  width: 840px;
  margin: 0 auto;
  padding: 0;
}
#content {
  float: right;
  width: 520px;
}
#content H2 {
  margin: 0;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #11606B;
  text-transform: lowercase;
  font-size: 24px;
  font-weight: normal;
}
#sidebar {
  float: left;
  width: 260px;
  margin-bottom: 20px;
  background : url(images/image05.jpg) repeat-y left top;
}
#sidebar .bg-top {
  background : url(images/image04.jpg) no-repeat left top;
}
#sidebar .bg-btm {
  background : url(images/image06.jpg) no-repeat left bottom;
}
#sidebar H2 {
  margin: 0;
  padding: 20px 0 10px 30px;
  text-transform: lowercase;
  font-size: 24px;
  font-weight: normal;
}
#sidebar UL {
  margin: 0;
  padding: 0 0 40px 0;
  list-style: none;
}
#sidebar LI {
  margin: 0;
  padding: 10px 0px;
  margin: 0 30px;
  border-bottom: 1px #178190 solid;
}
/** Footer Style Starts Here */

#footer {
  width: 920px;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  background : url(images/image03.jpg) no-repeat left top;
}
#footer P {
  margin: 0;
  padding: 40px 0 0 0;
  text-align: center;
  font-size: 11px;
  color: #FFFFFF;
}
#footer A {
  color: #FFFFFF;
}



