body{
	background:#2b4f5a url("../images/webexhibits/bg_background.png") repeat-x scroll 0 0;
	color:#cdced3;
	font:normal 12px/15px "Trebuchet MS", Verdana, sans-serif;
}
a{
	color:#ffa127;
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;
}
/* structure */
#page{
	background:transparent url("../images/webexhibits/bg_background_cc.png") no-repeat scroll center top;
	/*width:1200px;*/
	margin:0 auto;
}
#wrap{
	width:820px;
	margin:0 auto;
}

#header{
	padding-top:25px;
}
	#logo{
		z-index:99;
		display:block;
		height:90px;
		width:129px;
		float:left;
		position:relative;
	}
	#detail{
		display:block;
		height:auto;
		width:315px;
		padding-right:10px;
		float:left;
		text-align:right;
		border-right:1px solid #2b2e38;
	}
		#detail a{
			z-index:99;
			display:block;
			margin:10px 0;
		}
		#detail a img,
		#logo a img{
			z-index:99;
			position:relative;
		}
	
	#search{
		float:left;
		width:330px;
		height:auto;
		position:relative;
	}
		#sb_search{
			border:none;
			background:transparent url("../images/webexhibits/bg_search_text.png") no-repeat scroll 0 0;
			color:#cdced3;
			font-size:16px;
			font-style:italic;
			height:36px;
			left:25px;
			position:absolute;
			top:10px;
			width:238px;
			padding:0 10px;
			-webkit-appearance:none;
			-webkit-box-sizing:content-box;
		}
		#sb_submit{
			border:none;
			background:transparent url("../images/webexhibits/bg_search_button.png") no-repeat scroll 0 0;
			height:36px;
			left:283px;
			position:absolute;
			top:10px;
			width:34px;
		}
#featured{
	height:260px;
	position:relative;
}
	#featured .one,
	#featured .two{
		display:block;
		position:absolute;
		z-index:99;
	}
	#featured .one{
		height:40px;
		left:20px;
		top:52px;
		width:270px;
	}
	#featured .two{
		height:180px;
		right:-25px;
		top:-25px;
		width:375px;
	}
	#cause_of_color{
		position:absolute;
		top:-60px;
	}
	#featured a{
		display:block;
		position:absolute;
		right:100px;
		top:207px;
	}
#content{
	
}
	.row{
		margin-top:15px;
	}
		.cell{
			position:relative;
			float:left;
			width:255px;
			height:200px;
			margin-right:15px;
			border-bottom:1px solid #486671;
		}
			.intro{
				float:left;
				width:135px;
			}
				.title{
					margin:10px 0;
				}
			.tb_image{
				float:left;
				width:120px;
			}
			.tb_link{
				bottom:0;
				display:block;
				position:absolute;
				right:30px;
			}
#footer{
	margin:10px 0 30px;
	padding:35px 0;
	font-size:13px;
	color:#a4a7ce;
	position:relative;
	border-bottom:1px solid #486671;
}
	#footer ul{
		
	}
	#footer ul li{
		float:left;
		border-right:1px solid #a4a7ce;
		padding:0 10px;
	}
	#footer ul li.li_text,
	#footer ul li.last{
		border-right:none;
	}
	#footer ul li.li_text{
		padding:0;
	}
	#footer ul li.last{
		color:#ffa127;
	}
	#idea{
		position:absolute;
		right:0;
		top:10px;
	}
	#idea a{
		position:relative;
		top:5px;
	}
.clearfix{
	clear:both;
	display:block;
}
.apa {
	margin-left:20px;
	text-indent:-20px;
}
/*list*/
ul.alphabeth{
	
}
	ul.alphabeth li{
		list-style-type:lower-latin;
	}
ul.lower_roman{

}
	ul.lower_roman li{
		list-style-type:lower-roman;
	}	
/* edit mode */
.edit-mode{

}
	.edit-mode textarea{
		height:auto;
	}