/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color: #f5f5eb;
	padding-bottom:3px;
}



/* header */

div#header{

}

div#logo{
	height: 80px;
}


div#flash{
	
	text-align:center;
}

div#flash .left{
	background-color: #a3b07a;
	height: 300px;
	float:left;
	
	width: 49%;
}

div#flash .right{
	height: 300px;
	float: right;
	background-color:#afac7f;
	width: 50%;
}

div .flash{
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -400px;
}

/****/
div#line-up{
	height: 10px;
	width: 100%;
	background-color: #e5ead3;
	margin-bottom: 5px;
	margin-top: 5px;
}


div#line-down{
	margin-top: 5px;
	height: 10px;
	background-color: #e5ead3;
	border-top: #f5f5eb 5px solid;
}

div#line-down .r{
	height: 10px;
	float:right;
	background-color: #f5f5eb;
	width: 4px;
} 


/* main page */
div#main{
	background-color: #e5ead3;
	border-top: #f5f5eb 10px solid;
	border-right: #f5f5eb 5px solid;
	border-bottom: #f5f5eb 10px solid;
	border-left: #f5f5eb 5px solid;
}

div#lmain{
	min-height: 100px;
	float: left;
	width: 150px;
	background-color: #ecebd7;
	/*e5ead3;*/
}

div#rmain{
	background-color: #f5f5eb;
	margin-left: 150px;
}

div#bmain{
	clear:both;
	height: 0px;		
}

div#mainText{
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	text-align:justify;
	padding-left:7px;
	padding-right:7px;
	color:#666666;		
}
div#mainText a{
	color:#5E5A39;
	text-decoration:underline;	
}
div#english{
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	text-align:right;
	color:#767349;
	padding-right:7px;
	
}
div#english a{
	color:#767349;
	text-decoration:underline;	
}

/***  rmain page ***/

div#rightm{
	float: right;
	min-height: 100px;
	width: 423px;	
}

div#leftm{
	min-height: 100px;
	width: auto;
	
	margin-right: 423px;
	border-left: 10px solid #f5f5eb;
	border-right: 2px solid #f5f5eb;
	
	background-color: #e5ead3;
}


div#bottomm{
	clear: both;
	height: 0px;
	
}
div#empneusis{
	clear: both;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #e5ead3;
	color:#888455;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	
}
div#empneusis a{
	color:#888455;
	text-decoration:underline;
	
}
/*******************/


/*** left page ***/
div#lmenu  a {
	display: block;
	text-decoration: none;
	
	height: 19px;
	width: 149px;
	float: left;
	
	padding: 2px 1px 2px 3px;
	border-bottom: 1px solid #f5f5eb;
	font-family:"Times New Roman", Times, serif;
	
	color: #818045;
	font-size: 15px;
	font-weight:bold;
	letter-spacing: 1px;
}

div#lmenu  a:hover{
	background: #f5f5eb;
	color: #818045;
	letter-spacing: 2px;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
}
