body, form, img{
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background: #ced8c1;
	position: relative;
	z-index: 10;
}

img{
	border: none;
}

a{
	font: 12px Trebuchet MS, Helvetica, Tahoma, Verdana, Arial, sans-serif;
	color: #555;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

a.h1 {
	font: bold 30px Trebuchet MS, Helvetica, Tahoma, Verdana, Arial, sans-serif;
	color: #408305;
	text-decoration: none;
}
.main {
   position: relative;
	z-index: 20;
	margin: 50px auto;
	width: 924px;
}

.header {
   position: relative; left: 0px; top: 0px; z-index: 40;
	background: url(../images/head-bg.gif) repeat-x left top;
	text-align: left;
	height: 119px;
}

.header_center{
	height: 119px; 
	padding-left: 228px; padding-right: 7px;
	position: relative; left: 0px; top: 0px; 
   z-index: 50;
}

.clear{
	clear: both;
}
.header_left {
   position: absolute; left: 0px; top: 0px; 
   z-index: 60;
	width: 228px; height: 119px;
	background: url(../images/head_left_logo.gif) no-repeat left top;
	
}
a.logo{
	display: block;
	position: absolute; left: 20px; top: 20px; z-index: 70;
	width: 100px; height: 70px; 
}

.header_right {
	position: absolute; right: 0px; bottom: 0px; z-index: 60;
	width: 7px; height: 119px;
	background: url(../images/head-right.gif) no-repeat left bottom;
}
*html .header_right{
	bottom:-1px;
}
#lang {
	text-align: right;
	padding-top: 76px;
}

#content {
   position: relative;
	background: #fff;
	clear: both;
	height: 100%;
   z-index: 30;
}

#maintext {
	position: relative;
	float: left;
	width: 660px;
	background: #fff;
	padding: 10px;
	text-align: justify;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555;
   z-index: 40;
}

#content-pic {
    position: relative;
    z-index: 40;
	 float: left;
}

#maintext H1 {
	position: relative;
	font-size: 30px;
	color: #408305;
	background: transparent;
	margin: 0px;
   z-index: 45;
}

#maintext H2 {
	font-size: 18px;
	background: url("../images/content_h2-bullet.gif") no-repeat left top;
	padding-left: 27px;
	line-height: 21px;
}

DIV.paragraph {
	padding: 0px 50px 10px 0px; /* TRouBLe*/
}

#footer {
	color: #666;
	font-family: arial, tahoma, verdana, trebuchet ms, sans-serif;
	font-size: 10px;
	clear: both;
}

#footer DIV.left, #footer DIV.right {
	height: 40px;
	position: relative;
	float: left;
}

#footer DIV.center {
	position: relative;
	float: left;
	height: 20px;
	width: 910px;
	background: url("../images/bottom-bg.gif") repeat-x;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
}

#footer DIV.center a {
	margin: 0px; /* top, right, bottom, left */
	padding: 0px 12px;
	white-space: nowrap;
	border: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 9px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-transform: capitalize;
	color: #666;
}

#footer DIV.center a:link, #footer DIV.center a:visited {
	text-decoration: none;
}

#footer DIV.center a:hover, #footer DIV.center a:active, #footer DIV.center a.here {
	text-decoration: underline;
}

#footer DIV.left {
	width: 7px;
	background: url("../images/bottom-left.gif") no-repeat;
}

#footer DIV.right {
	width: 7px;
	background: url("../images/bottom-right.gif") no-repeat;
}

#footer #copy {
	position: relative;
	float: none;
	padding-top: 10px;
	clear: both;
}