@charset "utf-8";
/* CSS Document */


html { height:100%; padding:0; margin:0; }
body { background: #0d5aaa; font-family:Arial, Helvetica, sans-serif; font-size:0.75em; padding:0; margin:0; color:#0077be }

#monkey_container { width:800px; height:100%; margin:auto; background-image:url(images/bg.jpg); background-repeat:repeat-y;}
#tiger_container { width:605px; height:100%; margin:auto; background-image:url(images/tigerbg.jpg); background-repeat:repeat-y;}

#monkey_top {width:800px; height:363px; background-image:url(images/top.jpg); background-repeat:no-repeat; position:relative;}


#monkey_footer { width:800px; margin:auto; }
#monkey_lower { width:800px; background: #f9f2d6;  margin: 10px 0 10px 0; text-align:center; padding:10px 0 0 0; color:#0077be ; font-weight:bold;}
#monkey_lower a{ color:#0077be; text-decoration:none;}
#monkey_lower a:hover{text-decoration: underline;}


#monkey_nav{
	position:absolute;
	left:4px;
	top:205px;
	width:160px;
	height:151px;
	z-index:1;
}
#top_fla {
	position:absolute;
	left:190px;
	top:209px;
	width:586px;
	height:140px;
	z-index:1;
}

#monkey_page_footer { width:800px; margin:auto; background: #f9f2d6; height:10px; clear:both; }

#nav4 {
width: 180px;}

#nav4 ul {list-style: none; padding: 0; margin: 0}
#nav4 li {padding:3px 0 0 0 ;}

#nav4 a {width: 160px; display:block; padding:5px 10px 5px 5px;   color: #0d5aaa; text-decoration: none; font-weight: bold; background:#f1d921; text-align:right; }
html>body #nav4 a {width: 160px;}
#nav4 a:hover {background: #2c2c82 ; color: #f1d921}



#content_left { padding:0px 0 0 3px ;  color:#0077be;  }
#content_right { padding:0px 0 0 10px; color:#0077be;  } 

.title { color:#0077be; font-size:1.5em; font-weight:bold;}
.greeting { color:#0077be; font-size:1.2em; font-weight:bold;}

#content_text { width:570px;}

#content_left a{ color:#0077be; text-decoration:none;}
#content_left a:hover{ text-decoration: underline}