body{
	overflow:hidden;
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
}
#header{
	width:100%;
	height:170px;
}
#monkey{
	position:absolute;
	top:0;
	left:0;
}
#input_box{
	position:absolute;
	top:20px;
	left:110px;
	width:520px;
	height:60px;
	background-image:url(../images/bubble.gif);
	background-repeat:no-repeat;
	padding:3px 0 0 50px;
}
#submit_button{
	width:1px;
	height:1px;
	visibility:hidden;			
}
.sites{
	width:100%;
	height:90%;
	border:0;
	overflow:auto;
}
#menu{
	position:absolute;
	top:103px;
	left:110px;
}
#menu ul{
	width:800px;
}
ul{
	margin:0 0 0 38px;
}
li{
	float:left;
	display:block;
	width:90px;
	height:50px;
	margin-right:10px;
	margin-top:5px;
	padding-top:5px;
	text-align:center;
	background-color:#fff;
	background-image:url(../images/tab.gif);
	background-repeat:no-repeat;
}
li.suggest{
	width:130px;
	background-color:transparent;
	background-image:none;
	padding-top:13px;
}
li.selected{
	background-image:url(../images/tab_selected.gif);
	margin-top:0;
	height:60px;
}
li.not_selected{
	background-image:url(../images/tab.gif);
}
#info{
	margin:2px 10px 0 151px;
}
#about{
	float:right;
}
#about a{
	margin-left:10px;
}
div{
	font-family:"Arial",sans-serif;
	font-size:11px;
	color:#fff;
}
/* for use under tabs
.configs{
	float:left;
	color:#017094;
	padding:0 10px 0 128px;
	margin:-93px 0 0 9px;
}*/
/* for use in search field */
#configs{
	/*margin:12px 0 0 0;*/
	margin:100px 0 0 -23px;
	color:#017094 !important;
}
.actions{
	float:right;
	text-align:right;
/*	padding:0 10px 20px 120px;
	padding:0 10px 20px 20px;
	margin:-30px 0 0 0;*/
	padding-right:10px;
	margin-left:345px;
}
.actions img{
	vertical-align:middle;
	text-decoration:none;
	margin-right:5px;
}
.actions a{
	color:#017094;
}
.actions a.r{
	color:#990000;
}