* {
margin: 0;
padding: 0;
font-family: Verdana;
font-size: 11px;
}
body {
	background: #ffffff url('../images/bg.jpg') repeat-x;
}
a img {
	margin: 3px 0;
	border: 1px solid #F5C396;
}
a:hover img {
  border-color: #F2AF6A;
}
a {
  text-decoration: underline;
  color: #B2813B;
}
a:hover {
  text-decoration: none;
}
ul {
	list-style: disk;
	margin-left: 20px;
}
h1 a ,
h2,
h3 {
	font-family: Book Antiqua;
}
h1 a {
	color: #BD6C40;
	font-size: 30px;
	text-decoration: none;
	size: 200px;
	margin-top: 5px;
}
h2 {
	font-size: 20px;
	margin: 0 0 10px 5px;
}
h3 {
	margin: 5px 0 0 5px;
	font-size: 15px;
}
p {
	margin-left: 5px;
	text-align: justify;
}

/* layout */
#page {
	width: 780px;
	margin: 40px 0 0 40px;
	background: #FEE4AD;
	border-right: 1px solid #F6BA28;
	border-left: 1px solid #F6BA28;
}
#floor1,
#floor2,
#floor3,
#bottom,
#top {
	clear: both;
}
#floor1,
#floor3 {
	vertical-align: top;
	text-align: left;
}
#floor1 div,
#floor3 div {
	display: inline;
	float: left;
	width: 260px;
	padding: 5px 0 5px 5px;
}
#floor3 #box4,
#floor3 #box6 {
	width: 226px;
}
#floor3 #box5 {
	width: 308px;
	text-align: center;
}
#floor3 #box5 img {
	display: inline;
}
#floor1 #box1 {
  width: 240px;
}
#floor1 #box2 {
  width: 200px;
}
#floor1 #box3 {
  width: 320px;
}

/* end layout */

#top {
	background: #F6BA28 url('../images/top.gif') no-repeat;
	background-position: left bottom;
	padding: 7px 0 4px 40px;
}
#bottom {
	background: #D19225;
	padding: 10px;
	color: #AD602A;
}
#bottom a {
	color: #AD602A;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}
#box3  {
  padding-left: 10px;
}
#box3 table {
	width: 310px;
	margin-left: 5px;
}
#floor2 {
  text-align: center;
}
#lang {
  position: absolute;
  width: 185px;
  left: 630px;
  top: 46px;
}

