@CHARSET "UTF-8";
/******* GENERAL RESET *******/


/******* MENU *******/
#text_container{
	width: 100px;
}
#text_container ul{
	list-style: none;
	list-style-position: outside;
	margin-left: 20px;
	padding:0pt;
}
#text_container ul.menu li{
	font-family: Titillium, Helvetica, Arial, sans-serif;
	font-size: 13px;
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#text_container ul.menu li{
	display: block;
	padding: 8px 20px 5px 20px;
	background: #F3F3F3;
	margin-bottom: 0px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 0px;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #999;
	cursor: pointer;
}
#text_container ul.menu li.active{
	background: #fff;
	top: 1px;
	padding: 8px 20px 5px 20px;
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 0;
	color: #666;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #fff;
	border-top: 1px solid #B4B4B4;
	font-size: 12px;
}

/******* /CONTENT *******/
/******* tab1 *******/
.content.tab1{
	display: block;
	width: 640px;
	float: left;
}
/******* /tab1 *******/
/******* tab2 *******/
.content.tab2{
	display: none;
	width: 640px;
	float: left;
}

/******* /tab2 *******/
/******* tab3 *******/
.content.tab3{
	display: none;
	width: 640px;
	float: left;
}
/******* /tab3 *******/
/******* tab4 *******/
.content.tab4{
	display: none;
	width: 640px;
	float: left;
}
/******* /tab4 *******/

#notice {
	width:940;
	height:auto;

}

#notice {
	width:403px;
	hight:500;
	position:absolute;
	left: 490px;
	top: 362px;
	background-color:#F6F3EE;
	padding-left:14px;
	padding-right:14px;
	padding-top:14px;
	padding-bottom:20px;
}
		 
