/* CSS Document */
* {
	margin: 0;
}
a:link, a:visited {
	color: #675532;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #d7bd94;
}
body {
	margin: 0;
	padding: 0;
	background-color:#675433;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #675532;
	font-size: 11px;
	line-height: 150%;
	text-decoration: none;
}
#intro {
	background-image: url(images/intro.jpg);
	height: 630px;
	width: 800px;
}
#intro a {
    color: #675433;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#intro a:hover {
	color: #ad9c7e;
}
#intro .bg {
	padding-bottom: 50px;
	padding-left: 125px;
}
#intro .eng {
	padding-bottom: 50px;
	text-align: right;
	padding-right: 130px;
}
#main {
	background-image: url(images/bgr.jpg);
	width: 880px;
	height: 779px;
	overflow: auto;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 120%;
	text-align: justify;
}
#head {
	padding-left: 15px;
	padding-top: 15px;
}
#main #head .logo {
	padding-right: 5px;
}
#main .l1 {
	background-image: url(images/bgr-left.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 257px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#main .l2 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
}
#main .r1 {
	background-image: url(images/bgr-right.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 583px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
#main .r2 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
}

#main #gallery {
	float: left;
	z-index: 100;
	width: 327px;
	margin-right: 7px;
}
#main #gallery img {
	margin-bottom: 8px;
}
#main #gallery1 {
	float: left;
	z-index: 100;
	margin-right: 7px;
}
#main #gallery1 img {
	margin-bottom: 8px;
}
#main .menu {
	height: 470px;
	width: 460px;
	overflow: auto;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #937e54;
	border-bottom-color: #937e54;
	border-left-color: #937e54;
	background-color: #f3d6ac;
}
#footer {
	font-size: 10px;
	color: #fde6c4;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 7px;

}
#footer a:link, #footer a:visited {
	color: #fde6c4;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #ad9c7e;
}
