/*	style information for lay out
---------------------------------*/
body{
	background-attachment:fixed;
}
#container{
	position:relative;
	background-color:#fff;
	padding:0;
	margin:0 auto;
	width:1024px;
	text-align:left;
	border:1px solid #ddd;
	border-left-color:#eee;
	border-bottom:4px solid #ccc;
}

/*	style information for header	*/
#header{
	margin-bottom:5px;
	overflow:visible;
}

#header #info{
	padding-left:20px;
	padding-bottom:15px;
}

#search_area{
	font-weight:bold;
	height:40px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background-image:url(../images/bar_2.gif);

/*
	background-color:#d9e68f;
	position:relative;
*/
	
}
#search_area label{
/*
	padding-left:5px 0 5px 20px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
*/
	margin-right:5px;
	padding-left:30px;
	font-size:14px;
	line-height:40px;
	color:#FFF;

}
#search_area select{
	width:120px;
/*
	position:absolute;
	top:-10px;
	left:60px;
*/
	margin-right:18px;
	padding-top:1px;
	padding-left:2px;
}
#search_area #search{
	
/*
	position:absolute;
	top:-10px;
	left:165px;
	margin-top:20px;
*/
	border:1px solid #fb9299;
	height:22px;
	padding:0;
	width:500px;	
	border:1px solid #fb9299;
}

#search_area #search_sub {	
/*
	left:770px;
	margin-top:20px;
	position:absolute;
	top:-10px;
*/
	width:75px;	
	cursor:hand;	
	cursor:pointer;	
	background-image:url(../images/search_btn_2.gif);
	border:1px solid #891f1f;
	*border:none;
	font-size:14px;
	font-weight:bold;
	height:27px;
	line-height:18px;
	color:#FFF;
	margin-left:18px;
}
#search_sub:active{
	border:2px inset #891f1f;	
}


#search_area #ad_search{
	text-decoration:none;
	color:#FFF;
	margin-left:18px;
}

#search_area a {
	font-size:14px;
	line-height:14px;
/*
	position:absolute;
	padding:0;
	left:835px;
	top:-7px;
	margin-top:20px;
*/
	text-decoration:underline;
	color:#557800;
}

/*	style information for content	*/
#content{
	margin:20px 30px;
	border-bottom:1px solid #CB0914;

} 
ul#func_list {
	margin:0 0 10px 50px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
ul#func_list li{
	float:left;
	width:150px;
	border-right:1px solid #D9E68F;
	padding:0 5px 0 0;
	text-align:center;
}
ul#func_list li a{
	color:#336600;
}

#left_panel{
	width:210px;
	float:left;
	overflow:visible;
}
/*	style information for the main content area	*/
#main_content{
	width:740px;
	margin-left:10px;
	float:left;

}
/*	style information for footer	*/
#footer{
	text-align:center;
	height:100px;
}
#footer p{
	font-size:12px;
	margin-top:10px;
}
.msg_dialog{
	font-weight:bold;
	font-size:15px;
	letter-spacing:1px;
}
