/* CSS Document */
body {
   text-align: center;
   top: 0;
   margin:0;
   padding:0;
   left: 0;
	font-family: "Trebuchet MS",Verdana,Arial,serif;
	font-size: 1em;
}
#all {
   background: #fff url(../img/backhome.gif) repeat-y;
   margin:auto;
   margin-top: 0;
	margin-bottom: 0;
   padding:0;
   width: 720px;
}
#contact {
	background:#AFD5FF;
	color: #000;
	width: 679px;
	font-size: .7em;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	text-align: right;
	margin: auto;
}
#contact a {
	color: #000;
}
#content {
   background: #C9F4FF;
   width: 679px;
   margin: auto;
	margin-bottom: 0;
   text-align: left;
}
#content h1 {
   margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	padding-top: 70px;
	background: url(../img/title.png) no-repeat bottom;
	height: 26px;
}
#content h1 span {
	display: none;
}
#content h5 {
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
#content p {
   margin: 0;
   padding: 5px;
	font-size: .7em;
}
#navigation {
   margin: auto;
	margin-top: 0;
   width: 679px;
	background: url(../img/navbkg.png);
	height: 80px;
	text-align: left;
}
#navigation ul {
	color: #6B5B57;
	margin: 0;
	padding: 0;
   list-style: none;
}
#navigation li {
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: center;
	border-right: 1px solid #fff;
	float: left;
	display: block;
}
#navigation li.biggest {
	width: 275px;
	border-right: 0;
	text-align: right;
}
#navigation li a {
	color: #6B5B57;
	display: block;
	height: 80px;
	text-decoration: none;
}
#navigation li a:hover {
	height: 80px;
	color: #fff;
	background: #78FF1C;
   filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity: 0.6;
}
#footer {
   margin: auto;
   width: 679px;
   background: url(../img/background.jpg);
   height: 330px;
}
#footerENG {
   margin: auto;
   width: 679px;
   background: url(../img/backgroundENG.jpg);
   height: 330px;
}


