@charset "utf-8";
/* CSS Document */

#sider1
{
	width:197px;
	float:left;
	height:100%;
	position:relative;
}
.sider-bg
{
	margin:0 13px 0 13px;
	height:100%;
	position:relative;
}
.sider-bg1
{
	margin:10px;
	height:100%;
	position:relative;
}
#sider2
{
	width:682px;
	height:auto;
	position:relative;
	float:right;
	background-color: #fffdf5;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ede6d6;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ede6d6;

	border-bottom-style: solid;
	border-bottom-color: #ede6d6;
	border-bottom-width: 1px;
	
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-top-left-radius:20px;
	-moz-border-bottom-right-radius:20px;
}

