
* {
	font-family: "Arial", Helvetica, sans-serif ;
}
body {
	margin:0px;
     padding:0px;
    background-color: #375e26;
/*     background-image:url('../gfx/bg.jpg');*/
     background-repeat:no-repeat;

     overflow:auto;
}

img { border:0px;}

html {
				height: 100%;
				width: 100%;
				overflow: auto;
			}

table,tr,td { vertical-align:top;;}

b { font-size:14pt; }



#main-wrapper {
	position:absolute;
     background-image:url('../gfx/main.jpg');*/
     background-repeat:no-repeat;
     background-color:#transparent;
	z-index:0;
	left:50%;
	top:47px;
	width:908px;
	height:659px;
	margin-left:-454px;
	margin-top:0px;

}


#main-top {
}

#main-menu {
	font-weight: bold;
     font-size:24pt;
     color:#ffff00;

	position:absolute;
     overflow:auto;
	z-index:1;
	width:860px;
	height:50px;
	left:0px;
	top:85px;
     padding-left:20px;
     padding-right:20px;

}


 a {
     text-decoration:none;
     font-weight:bold;
     font-style:italic;
     background-color:transparent;
     color:#ffff00;
}

a:ACTIVE,
 a:HOVER,
 a:FOCUS {
     text-decoration:none;
     color:#ffffAA;
;
}


#main-head {
	position:absolute;
     border:0px;
     font-size:40pt;
     text-align:left;
	z-index:1;
	width:306px;
	height:410px;
	left:0px;
	top:140px;
     padding-left:30px;
}

#main-content {
	position:absolute;
     overflow:auto;
     color:#ffffff;
	z-index:1;
	width:832px;
	height:465px;
	left:10px;
	top:120px;
     font-size:11pt;
     padding: 10px;
     margin: 10px;
     padding-right:20px;
     border: 1px solid #eeeeee;

}

#main-lang {
	position:absolute;
     overflow:auto;
     top:0px;
     left:740px;
}


#main-copy {
     color:#ffff00;
     font-size:8pt;
	position:absolute;
     border:0px;
	z-index:1;
	width:860px;
     padding-left:20px;
	height:22px;
	left:0px;
	top:625px;
     font-size:8pt;
}


#menu {
	position:absolute;
     top:135px;
     left:70px;
     width:820px;
     height:30px;
     padding:0px;
     margin:0px;
}

#content {
	position:absolute;
     top:190px;
     left:70px;
     width:770px;
     font-size:12pt;
     line-height:18pt;
     padding:15px;
     margin:0px;

}

h1 {
	font-weight:normal;
     font-size:20pt;

}