/* --- main settings --- */

* { 
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

body{
font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif ;
	background-color: #f7f1e9;
}

/* main boxes  ---------------------- */

#lang-box1{
	height: 48px;
	background-image: url(../img/lang-box-bg.png);
	border-bottom: 1px solid white;
}


#header-box1{
	height: 249px;
	background-image: url(../img/header-box-bg.png);
}

#centent-box1{
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(../img/content-box-bg.png);
	background-color: #e9dfcf;
}

#footer-box1{
	height: 50px;
	background-image: url(../img/footer-box-bg.png);
	background-color: #eee9e2;
	background-repeat: repeat-x;
}

/* end boxes  ---------------------- */
/* language box -------------------- */

#lang-box2{
	width: 850px;
	height: 48px;
	margin: auto;
	background-image: url(../img/lang2-box-bg.png);
}

#lang-box2 p{
	font-size: 12px;
	display: block;
	width: 180px;
	padding: 15px 0 0 30px;
	font-weight: bold;
	color: silver;
}
#lang-box2 p a{
	color: #6b6b6b;
	margin-left: 20px;
}
#lang-box2 p a:hover{
	color: #b22222;
	border-bottom: 1px dotted #b22222;
}
/* HEADER BOX -------------------- */

#header-box2{	
	width: 851px;
	margin: auto;
	background-repeat: no-repeat;
}

/* menu box -------------------- */
#header-box2 #menu-box{
	width: 191px;
	height: 248px;
	background-image: url(../img/menu-box-bg.png);
	float: left;
}
#menu-box ul{
	margin: 19px 0 0 0;

}
#menu-box ul li{
	list-style-type: none;
}
#menu-box ul li a{
	display: block;
	width: 157px;
	height: 25px;
	color: #fde2e3;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 0 35px;
	background-position: 0 0;
}
#menu-box ul li a:hover{
	background-image: url(../img/menu-a-hover.png);
	background-repeat: no-repeat;
}
#current{
	background-image: url(../img/menu-a-hover.png);
	background-repeat: no-repeat;
	color: white;
}
/* label box h1 ---------------- */

#header-box2 #label-box{
	width: 294px;
	height: 248px;
	float: left;
	position: relative;
}
#label-box h1{
	font-size: 14px;
}
#label-box img{	
	position: absolute;
	z-index: 100;
	top: 0px;
}

/* photo box ------------------- */

#photo-box{
	width: 365px;
	height: 248px;
	background-image: url(../img/photo-box.png);
	float: right;
	text-align: center;
}
#photo-box img{
	border: 1px solid white;
	margin-top: 9px;
}
/* content box ------------------- */

#centent-box2{
	width: 850px;
	padding: 45px 0;
	margin: auto;
}

#centent-box2 h2{
	font-family: "Times New Roman", Times, serif;
	display: block;
	width: 850px;
	font-size: 19px;
	color: #4f412b;
	padding-bottom: 3px;
	border-bottom: 1px solid #c5b9a5; 
	margin-bottom: 20px;

}
#left-box{
	width: 840px;
	display: block;
	float: left;

}
#left-box p{
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 25px 0;
	line-height: 24px;
	text-align: justify;
	color: #574b39;
}
#left-box .normal{
	font-weight: normal;
}

#right-box{
	width: 10px;
	display: block;
	float: right;
	text-align: right;
	padding-top: 50px;
}



.ko{
	clear: both;
}

/* footer box --------------- */
#footer-box2{
	width: 850px;
	margin: auto;
	padding-top: 12px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer-text{
	display: block;
	width: 690px;
	list-style-type: none;
	float: left;
	color: #915b44;
}
.footer-text2{
	display: block;
	float: right;
	color: #915b44;
}
.footer-text2 a{
	color: #915b44;
}
.footer-text2 a:hover{
	color: #c09066;
	text-decoration: underline;
}

/* pom ---- */

.pom3{
	line-height: 30px;
}