*{
	margin:0px;padding:0px;
}
img{ border:0px; }
.box1{width:100%;height:1250px;background:#e6ded5;}
.box2{width:100%;height:1200px;background:#b4b7b8;}
.box3{width:100%;height:1200px;background:#e7e3d8;}
.box4{width:100%;height:1200px;background:#ffffff;}
#sbox{	height:70px; }
.FS18{ font-size: 18px; }
.FS16{ font-size: 16px; }
.FS14{ font-size: 14px; }
.FS12{ font-size: 12px; }
.FS10{ font-size: 10px; }
.FC1{ color: #468966; }
.FC2{ color: #325870; }
.FC3{ color: #705b3e; }
.FC4{ color: #b64926; }
.FC5{ color: #8e2800; }
.FC6{ color: #7d8a2e; }

.backhome{
	border:0px;  
    text-align: right;
	margin: 0px;
	padding: 0px;
    color: #000000;
    text-decoration: none;
	font-family: "sans-serif", "Verdana", "Arial";
}
/*Main Page*/
#logo{
 	width:100%;
 	height:80px;	
 	background: #FFFFFF;
}
#menu{
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #cfcabc;
	width:400px;
	height:500px;
	background: #292e34;	
	float:left;
}
#menu p{
    color: #464a53;
	font-size:10px;
	line-height: 130%;
	text-align:justify;
}
#menu p a{
    text-decoration: none; 
	font-size:14px;  
}
#menu p a.web{ color: #fff0a5; }
#menu p a.photo{ color: #e36a44; }
#menu p a.contact{ color: #e6ded5; }
#lang{
	float:left;
	margin-top: 81px;
	width:20px;
	height:80px;
	background: #AA5555;
	border-style: dotted;
	border-width: 1px 1px 1px 0px;
	border-color: #000000;
}
/*Web Page*/
#WebBody{
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #3f3e37;
	width:701px;
	height:500px;
	background: #FFFFFF;	
	float:left;
}
.WebMenu{
	margin: 8px 2px 0px 0px;
	width:150px;
	height:25px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #3f3e37;
	font-size:12px;	
	text-align:right;
	background: #FFFFFF;
}
.WebMenu a{
	padding-top: 5px;
	width:150px;
	height:20px;
	color: #000000;
    text-decoration: none;  
	display:block;
}
.WebMenu a:hover{
	color: #FFFFFF;
    text-decoration: none;
    background:#000000;
}
#WebContent{
	float:left;
	background:#000000;
	width:547px;
	height:100%;
}
#WC{
	width:500px;
	height:460px;	
	border-style: dotted;
	border-width: 1px;
	border-color: #000000;
	text-align:left;
	padding:8px;
	margin-top: 10px;	
	background: #FFFFFF;
}
#WC li{
	list-style-type:disc;
	list-style-position:inside;
}
#WC a{
	text-align:center;
    color: #000000;
    text-decoration: none;
}
/*Photo Page*/
#PhotoBody{
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #3f3e37;
	width:701px;
	height:571px;
	background: #FFFFFF;	
	float:left;
}
.PhotoMenu{
	width:150px;
	height:70px;	
    border-style: solid;
    border-width: 0px 1px 1px 0px;
	border-color: #000000;
	background: #FFFFFF;    
}
#PhotoContent{
	float:left;
	background:#FFFFFF;
	width:549px;
	height:100%;
}
#PC{
	width:500px;
	height:93%;	
	border-style: dotted;
	border-width: 1px;
	border-color: #000000;
	text-align:left;
	padding:8px;
	margin-top: 10px;	
	background: #FFFFFF;
	line-height:150%;
}
#PC li{
	list-style-type:disc;
	list-style-position:inside;
}
#PC a{
	text-align:center;
    color: #000000;
    text-decoration: none;
}
/*Contact Page*/
#ContactBody{
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #3f3e37;
	width:400px;
	height:580px;
	background: #cfcabc;	
	float:left;
}
#ContactBody input,textarea{
	width:300px;
}
#ContactBody p{
	line-height: 120%;
	padding-top: 5px;
}