* {
  padding: 0px;
  margin: 0px;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
  font-size: .1em;
  background: transparent;
}

body {
  text-align:center;
  background: #CCCC99 url('../images/body-bg.jpg') top repeat-x;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 11px;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #BE1E2E;
}

#top_page, #bottom_page, #outer1, #outer2 {
  width: 864px;  
  margin: 0 auto;
}

#top_page {
  height: 31px;
  margin-top: 26px;
  background: transparent url('../images/header-top.gif') top center no-repeat;
}
#bottom_page { 
  text-align: right;
  background: transparent url('../images/content-bt.gif') top center no-repeat;  
}

#bottom_page img {
  border: 0;
  margin-top: 25px;
  margin-bottom: 7px;
}

#outer1 {
  background: #F2F2F2 url('../images/content-bg.gif') center repeat-y;
}

#outer2 {
  text-align: center;
  background: transparent url('../images/header-brown.jpg') top center no-repeat;
}

#content {
  text-align:left;
  width: 828px;
  margin: 0 auto;
  background: transparent url('../images/header-bg.jpg') top repeat-x; 
  overflow: auto;
}

#left {
  width: 230px;
  float: left;
}

#right {
  width: 597px;
  float: right;
}

#left img{
  margin-left: 36px;
}
#left div.lang {
  padding-left: 37px;
}

#left ul {
  clear: both;
  width: 200px;
  margin-top: 95px;
  list-style: none;
}

#left ul li {
  padding-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  background: transparent url('../images/li-bg.jpg') bottom repeat-x;
  overflow: hidden;
  border-top: 1px dashed #CBC9C8;
}

#left ul li.top {
  border: none;
}

#left ul li a {
  display: block;
  color: #BE1E2E;
  font-size: 1.8em;
  text-decoration: none;
  margin-left: 10px;
  width: 175px;
  height: 180px;
}

#left ul li a:hover, #left ul li a.active {
  color: #333;
  cursor: pointer;
}

#left ul li a#a1 {
  background: transparent url('../images/menu-img01.gif') 93% 93% no-repeat; 
}

#left ul li a#a2 {
  background: transparent url('../images/menu-img02.gif') 93% 90%  no-repeat; 
}

#left ul li a#a3 {
  background: transparent url('../images/menu-img03.gif') 93% 90%  no-repeat; 
}

#left ul li a#a4 {
  background: transparent url('../images/menu-img04.gif') 93% 90%  no-repeat; 
}

#right img {
  float: right;
  margin-right: 15px;
}

#right #inner img {
  display: block;
  border: 1px solid #666;
}

#right div {
  overflow: auto;
  border: none;
}

#right #head_img {
  height: 395px;
}

#right #head_gallery {
  width: 597px;
  height: 423px;
  background: transparent url('../images/gallery-header_01.jpg') right no-repeat;  
}

#right #head_gallery_cap {
  width: 597px; 
  height: 98px;
  background: transparent url('../images/gallery-header_02.gif') right no-repeat;   
}

#right #head_contact {
  text-align: center;
  width: 597px;
  height: 335px;
  background: transparent url('../images/contact-header.jpg') center no-repeat;
}

#right #inner {
  width: 580px;
  background: transparent url('../images/coffeebean.gif') no-repeat;
}

#right h1, #right h2, #right p {
  margin-left: 55px;
}
#right h1, #right h2 {
  color: #BC1F2D;
  font-weight: normal;
}
#right h1 {
  margin-top: 7px;
  font-size: 2.4em;
}
#right h2 {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  clear: both;
}
#right p {
  margin: 0 18px 15px 55px;
  color: #4E4E4E;
}

#right p.contact a {
  color: #4E4E4E;
  text-decoration: none;
}

#right p.contact a:hover {
  text-decoration: underline;
}

#right .update {
  border-top: 1px dashed #EB8F97;
}

#right .contact {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

#right .mailres {
  width: 50%;
  padding: 10px 0;
  margin: 120px auto 0 auto;
  border-top: 1px solid #43301F;
  border-bottom: 1px solid #43301F;
  color: #000;
  font-size: 1.4em;
}

#right .back {
  margin-top: 4px;
}

#right .back a {
  font-size: 1.4em;
  color: #43301F;
  text-decoration: none;
}

#right .back a:hover {
  text-decoration: underline;
}

#footer {
  margin: 7px auto 0 auto;
  width: 828px;
  border-top: 1px dashed silver;
  height: 43px;
}
#footer div {
  float: left;
  margin-left: 30px;
  overflow: auto;
}
#footer img {
  float: left;
  border: 0;
}

#footer div#f1 {
  margin-left: 10px;
  padding-top: 15px;
  width: 265px;
}

#footer div#f2, #footer div#f4 {
  padding-top: 10px;
}

#footer div#f3 {
  padding-top: 7px;
}

#ahead {
  width: 828px;
  margin: 0 auto;
}

#head_contact form {
  margin: 55px 0 0 65px;
}

#head_contact fieldset {
  border: 0;
  text-align: left;
}

#head_contact label {
  padding-top: 2px;
  padding-left: 12px;
  font-size: 1.3em;
	margin-left: 10px;
	width: 70px;
	float: left;
	text-align: left;
	color: #43301F;
}

#head_contact label.err {
  background: transparent url('../images/icon_warn.gif') left center no-repeat;
}

#head_contact input, #head_contact textarea {
	color: #111;
	padding: 1px;
	font: normal 1.1em Georgia;
	width: 310px;
	border: 0;
	margin: 4px 4px 0 4px;
}

#head_contact div.input {
  background: #43301F;
  margin: 0px;
  width: 320px;
}

#head_contact div.embuh {
  width: 320px;
  text-align: right;
  overflow: hidden;
}

#head_contact div.embuh input {
  margin-right: 0;
}

#head_contact textarea {
  height: 160px;
  margin-bottom: 4px;
}

#head_contact input#submitfrm {
  margin-top: -1px;
  border: 0;
  width: 69px;
  height:22px;
  color: #fff;
  background: transparent url('../images/submit-bt.gif') top right no-repeat;
  cursor: pointer;
}