html, body {margin:0;padding:0;width:100%;height: 100%;}

p {
  margin: 0; padding: 0; font-family: Arial, sans-serif;
}

body {
  height:100%;
  position:relative;
  background: #fefbfb;
}

#layout {
  position: relative;
  margin: 0 auto;
  top: 0px;
  width:  100%;

  height:auto !important;
  height: 100%;
  min-height: 100%;
}

div#header {
    height: 370px;
    background: url(../i/eng.png) no-repeat 230px 20px;
}

div#content {
    float:left;
	width:  980px;
    margin-left: 0px;
    padding:0;
    margin-bottom:1px;

	/*padding:1em 1em 5em;*/ /* bottom padding for footer */
}


div#footer {
	
    width:  980px;
    margin-left: 10px;
    height: 73px;
    overflow: hidden;
    /*background: url(/apm/i/footer-1.jpg) no-repeat top center;*/
	bottom:0; /* stick to bottom */
    border-top: 1px solid #b2b2b2;
}


a {
  color: #000;
}


#footer p {
  font-size:11px;
}
#footer div {
  margin-top: 20px;
}


img {
  border: 0;
}

.logo {
  float: left;
  width: 205px;
  height: 277px;
  background: url(../i/flogo.png) no-repeat;
  margin-left: 80px;
  /*margin-top: 39px;
  padding-top: 98px;*/

}

.logo h1 {
  font-family: Georgia; font-size: 24px !important;/*24px*/
  /*letter-spacing: 2px;*/
  line-height: 1.3em;
  color: #1a0079;
  /*margin-left: 18px;*/
  text-align: center;
  width: 200px;

}
.logo h1#front {
  z-index:2; position: absolute; margin-top: 150px;
}
.logo h1#shadow {
  z-index:1;  position: absolute; margin-top: 151px; color: #ff7d7d;
}

.cont {
  float: right;
  margin-right: 150px;
  margin-top: 38px;
}

.cont p {
  font-family: Arial, sans-serif; font-size: 14px;
}

.menu {
  clear: both; height: 23px;margin-top: 57px;
}

.menu ul {
   margin:0; margin-top: 2px; padding-left: 0px; margin-left: 80px; position: relative; height:20px;
}
.menu li {
   margin:0; padding: 4px; list-style: none; float: left; font-family: Georgia; font-size: 12px; margin-right: 16px; color:#000; font-weight: bold;
}

.menu li.act {
  background: #ff0000;
}

.menu li.act a{
  color: #fff;text-decoration: underline;
}

.menu li a {
   text-decoration: none; color: #000;
}
.menu li a:hover {
  text-decoration: underline;
}

#incontent {
  float:left;
  width:860px; margin-left: 80px;
}

#baner {
	float:right;
	margin-top:50px;
	height: 600px;
	width: 205px;
	margin-right: 50px;
}

#incontent .left-col{
  float:left; width: 450px;
}
#incontent .right-col{
  float:right; width: 400px;
}

#incontent p {
  font-size: 14px; line-height: 1.4em;
}

span.big {
  font-size:30px; line-height: 1em; font-weight: normal;
}

.fdimg{
   border:1px solid black
}


li{
  list-style: decimal; font-family: Georgia; font-size: 14px; line-height: 1.4em;
}

.dish li {
  list-style: disc;
}


h2{
display: block;
font-size: 18px;
color: #1a0079;
margin-top: 20px;
padding: 0px;
}
