
	
		div.header div.navigation a{
			display: block;
			float: left;
			color: #1c252b;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			line-height: 41px;
			
			background-image:url(../images/bg_navigation_2.jpg);
			background-position: top left;
			background-repeat: repeat-x;
		}
		
			div.header div.navigation a:hover{
				color: #d1c797;
				background-color: #000;
				background-image: url(../images/bg_navigation_2over.jpg);
			}
			
			div.header div.navigation a.me{
				color: #ddd0a5;
				background-color: #000;
				background-image: url(../images/bg_navigation_selectedtab.jpg);
			}

#search{
	float:left;
	width:210px;
}
	
#search ul{
	padding:0;
	margin:0;
	list-style:none;
}
	
#search ul li {
	padding:0;
	margin:0;
	display:block;
	width:101px;
	float:left;
	text-align:center;
}
	
#search ul li a:link, #search ul li a:visited{
	text-decoration:underline;
	color:#8fa3ae;
	/*font:normal 12px Georgia, "Times New Roman", Times, serif;*/
	display:block;
	padding:8px 0 8px 0;
	border-bottom:1px solid #3b2d1b;
}
	
#search ul li a:hover{
	background-color:#000;
	/*border:1px solid #3b2d1b;*/
	border-bottom:1px solid #3b2d1b;
	padding:8px 0 8px 0;
	display:block;
	color:#ddd0a5;
	text-decoration:none;
}
	
.current {
	background-color:#000;
	border:1px solid #3b2d1b;
	border-bottom:none;
	color:#ddd0a5;
	height:31px;
	line-height:230%;
}
	
#search_content{
	background:#000 url(../images/search_content_bottom.jpg) no-repeat bottom left;
	border:1px solid #3b2d1b;
	border-top:none;
	width:188px;
	clear:both;
	padding:10px 0 20px 14px;
	color:#908a84;
}
	
.textbox{
	background-color:#908a84;
	width:165px;
	border-bottom:3px solid #9f9a94;
	border-right:2px solid #3f3d3d;
	border-left:2px solid #9f9a94;
	border-top:2px solid #3f3d3d;
	height:16px;
	padding:2px 0 2px 2px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#261e17;
	margin:0 0 7px 0;
}
select.textbox
{
	height:26px;
	width:168px;
	padding:2px 0 0px 0px;
}
.textbox_small,.textbox_mid{
	background-color:#908a84;
	width:57px;
	border-bottom:3px solid #9f9a94;
	border-right:2px solid #3f3d3d;
	border-left:2px solid #9f9a94;
	border-top:2px solid #3f3d3d;
	height:16px;
	padding:2px 0 2px 2px;
	font:normal 14px Arial narrow, Helvetica, sans-serif;
	color:#261e17;
	margin:0 0 8px 0;
}
.textbox_mid
{
	width:77px;
}
	
#search_content p{
	float:left;
	padding:6px 8px 0 0;
}
	
.find{
	margin:0 20px 10px 0;
	float:right;
	width:72px;
	height:27px;
	border:none;
	background:url(../images/find.jpg);
	cursor:pointer;
}
	
.cleardiv2{
	clear:both;
	font-size:0;
	height:0;
}

.gap{margin-right:10px;}
	
.gap2{margin-right:40px;}
	
.cleardiv{
	clear:both;
	font-size:0;
	height:54px;
	text-align:right;
	padding:17px 20px 0 0;
}