

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000;
	background-image: url(images/tile.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	text-align: center;
  margin:0 auto;
}

.wrapper{
  width: 801px;
  height: 780px;
  margin:0 auto;
  margin-top: 10px;
  }


.top{
float: left;
background-image: url(images/top.jpg);
background-repeat: no-repeat;
width: 800px;
height: 136px;
}


.nav{
margin-top: 107px;
padding:0;
text-align: right;
margin-right: 20px;
float: right;
}

html>body .nav{
margin-right:40px;
}


*:lang(en) .nav{
margin-right: 45px;
}


.nav ul{
margin: 0px;
padding:0;
width: 450px;
}


.nav li{
margin: 0px 0px 0px 15px;
display: inline;
float: left;
}

.nav a{

display: block;
font-size:8pt;
color: #fff;
text-decoration: none;
}

.nav a:hover{
color: #fff29d;
text-decoration: none;

}

.flash{
float: left;
}

.content{
float: right;
background-image: url(images/content.jpg);
background-repeat: no-repeat;
width: 800px;
height: 577px;
}

.content p{
width: 445px;
margin:15px 80px 0 0;
font-size: 11px;
text-align: left;
color: #000e48;
padding:0;
float:right;
}

.contentabout{
float: right;
background-image: url(images/content.jpg);
background-repeat: no-repeat;
width: 800px;
height: 577px;
}

.contentabout p{
width: 445px;
margin:15px 45px 0px 0px;
font-size: 11px;
text-align: left;
color: #000e48;
padding:0;
float:right;
}


html>body .contentabout p{
width: 445px;
margin:15px 85px 0 0;
font-size: 11px;
text-align: left;
color: #000e48;
padding:0;
float:right;
}


/*
.content p{
width: 445px;
height: 550px;
float: left;
margin-left: 130px;
font-size: 12px;
text-align: left;
margin-top: 15px;
color: #000e48;
}

html>body .content p{
width: 445px;
height: 550px;
float: left;
margin-left: 260px;
font-size: 12px;
text-align: left;
margin-top: 15px;
color: #000e48;
}
*:lang(en) .content p{
width: 445px;
height: 550px;
float: left;
margin-left: 260px;
font-size: 12px;
text-align: left;
margin-top: 15px;
color: #000e48;
}
*/
.iframe{
float: left;
margin-left: 260px;
margin-top: 10px;
}



.footer{
background-image: url(images/footer.gif);
background-repeat: no-repeat;
width: 800px;
height: 101px;
float: left;
}

.footer p{
width: 600px;
font-size: 11px;
margin-top: 25px;
color: #000e48;
float: left;
margin-left: 50px;
}

html>body .footer p{
width: 600px;
font-size: 11px;
margin-top: 25px;
color: #000e48;
float: left;
margin-left: 100px;
}

.footer a{
text-align: center;
font-size:8pt;
color: #000e48;
text-decoration: none;
display: inline;
}

.footer a:hover{
color: #fff29d;
}

