@charset "utf-8";
/* CSS Document */


html { height:100%; padding:0; margin:0; background: url(images/bg_hello.jpg) #ffffff; }
body { background: url(images/bg_hello.jpg) #000000; font-family:Arial, Helvetica, sans-serif; font-size:0.75em; padding:0; margin:0; color:#ffffff; }

#monkey_container { width:800px; height:100%; margin:auto; background-image:url(images/bg.jpg); background-repeat:repeat-y;}
#monkey_top {
	width:800px;
	height:403px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	position:relative;
}


#monkey_footer { width:800px; margin:auto; }
#monkey_lower {
	width:800px;
	background: #939598;
	margin: 0px 0 0px 0;
	text-align:center;
	padding:10px 0 10px 0;
	color:#FFFFFF;
	font-weight:bold;
}
#monkey_lower a{ color:#ffffff; text-decoration:none;}
#monkey_lower a:hover{text-decoration: underline;}


#monkey_nav{
	position:absolute;
	left:4px;
	top:245px;
	width:160px;
	height:151px;
	z-index:1;
}
#top_fla {
	position:absolute;
	left:190px;
	top:245px;
	width:586px;
	height:140px;
	z-index:1;
}

#monkey_page_footer { width:800px; margin:auto; background: #ffffff; height:10px; clear:both; }

#nav4 {
width: 180px;}

#nav4 ul {list-style: none; padding: 0; margin: 0}
#nav4 li {padding:1px 0 0 0 ;}

#nav4 a {width: 160px; display:block; padding:4px 10px 4px 5px;   color: #000000; text-decoration: none; font-weight: bold; background:#ffffff; text-align:center; }
html>body #nav4 a {width: 160px;}
#nav4 a:hover {background: #999999 ; color: #000000}



#content_left { padding:0px 0 0 3px ;  color:#000000;  }
#content_right { padding:0px 0 0 10px; color:#0000000;  } 

.title {
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:bold;
}
.greeting { color:#000000; font-size:1.2em; font-weight:bold;}

#content_text { width:570px;}

#content_left a{ color:#000000; text-decoration:none;}
#content_left a:hover{ text-decoration: underline}
a { color:#ffffff; font-weight: bold; text-decoration:none;}
a:hover{ text-decoration: underline}
/*Floats*/

#floatright { float:right;}
#floatleft { float:left;}

.tel {font-size:1.15em;}

#featured {
	width: 221px;
	height: 271px;
	background: url('images/featured.jpg') no-repeat;
	padding: 30px 0 0 10px;
	float: right;
	margin-top: -230px;
}