/*** general ***/
body {
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Arial", sans-serif;
   font-size: 12px;
   margin: 0;
   min-width: 818px;
   padding: 0;
   padding-bottom: 15px;
   text-align: center;
}

hr {
   background-color: #000000;
   border-width: 0;
   color: #000000;
   height: 1px;
}

img {
   border: 0;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
   margin: 0;
   padding: 0 0 15px 0;
}

.clear_float_left {
   clear: left;
   height: 0;
   margin: 0;
   overflow: hidden;
   padding: 0;
}

.clear_float_right {
   clear: right;
   height: 0;
   margin: 0;
   overflow: hidden;
   padding: 0;
}

#wrapper {
   background-color: #F8CD29;
   height: 630px;
   margin: 0 auto;
   position: relative;
   text-align: left;
   width: 818px;
}

#main {
   position: absolute;
   left: 52px;
   top: 195px;
   background: url( ../images/background_main.png ) no-repeat;
   height: 409px;
   overflow: hidden;
   width: 732px;
   z-index: 10;
}

#header {
   background-color: #FFFFFF;
   border: 1px solid #666666;
   height: 111px;
   position: absolute;
   left: 0px;
   top: 0px;
   width: 816px;
   z-index: 10;
}

#rc_bl {
   height: 17px;
   width: 14px;
   position: absolute;
   bottom: 0px;
   left: 0px;
   overflow: hidden;
   z-index: 10;
}

#rc_br {
   height: 17px;
   width: 14px;
   position: absolute;
   bottom: 0px;
   right: 0px;
   overflow: hidden;
   z-index: 10;
}

#logo {
   position: absolute;
   left: 30px;
   top: 14px;
   z-index: 20;
}

#tagline {
   position: absolute;
   left: 305px;
   top: 26px;
   z-index: 30;
}

/*** navigation ***/
#navigation {
   position: absolute;
   left: 55px;
   top: 152px;
   height: 50px;
   width: 727px;
   z-index: 50;
}

#navigation ul {
   margin: 0;
   padding: 0;
}

#navigation ul li {
   display: inline;
}

#navigation ul li img {
   border: none;
}

/*** about us ***/
#aboutus_content {
   overflow: auto;
   padding-right: 10px;
   position: absolute;
   height: 200px;
   left: 108px;
   top: 243px;
   width: 356px;
   z-index: 100;
}

#aboutus_right {
   position: absolute;
   left: 531px;
   top: 170px;
   z-index: 20;
}

#aboutus_left {
   background: url( ../images/aboutus_left.png ) no-repeat;
   position: absolute;
   height: 332px;
   left: 92px;
   top: 228px;
   width: 396px;
   z-index: 20;
}

/*** contact us ***/
#contactus_content {
   overflow: auto;
   padding-right: 10px;
   position: absolute;
   height: 190px;
   left: 105px;
   top: 239px;
   width: 602px;
   z-index: 100;
}

#contactus_bottom {
   position: absolute;
   left: 345px;
   top: 460px;
   z-index: 20;
}

#contactus_top {
   background: url( ../images/contactus_top.png ) no-repeat;
   position: absolute;
   height: 223px;
   left: 88px;
   top: 224px;
   width: 642px;
   z-index: 20;
}

/*** partners ***/
#partners_content {
   overflow: auto;
   padding-right: 10px;
   position: absolute;
   height: 313px;
   left: 95px;
   top: 234px;
   width: 305px;
   z-index: 100;
}

#partners_right {
   position: absolute;
   left: 450px;
   top: 256px;
   z-index: 20;
}

#partners_left {
   background: url( ../images/partners_left.png ) no-repeat;
   position: absolute;
   height: 341px;
   left: 79px;
   top: 220px;
   width: 345px;
   z-index: 20;
}

/*** programs ***/
#programs_content {
   overflow: auto;
   padding-right: 10px;
   position: absolute;
   height: 209px;
   left: 110px;
   top: 230px;
   width: 410px;
   z-index: 100;
}

#programs_bottom {
   position: absolute;
   left: 199px;
   top: 446px;
   z-index: 20;
}

#programs_right {
   position: absolute;
   left: 539px;
   top: 210px;
   z-index: 20;
}

#programs_main {
   background: url( ../images/programs_background.png ) no-repeat;
   position: absolute;
   height: 356px;
   left: 92px;
   top: 213px;
   width: 634px;
   z-index: 20;
}


/*** footer ***/
#footer {
	font-size: 10px;
	padding-top: 15px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

