*{
margin:0;
padding:0;
}


body{
background:#f7f6ea;
direction:ltr;
text-align:left;
font-family:Arial, Helvetica, sans-serif;  
font-size:12px;                           
}

#container{
margin:0 auto;
width:800px;
}


/*------------header-----------*/

#header{
height:139px;/*142*/
margin-top:3px;/**/
}

#logoLine{
height:110px;
}

#logo{
background:#e6e5d3 url(img/headerLeftCorner.gif) left no-repeat;
width:175px; /*186*/
height:94px;  /*110*/
padding:15px 0px 0px 12px;
float:left;
}

#banner{
background:url(img/headerRightCorner.gif) right no-repeat;
height:109px;
width:612px;
float:right;
}

#sloganLine{
height:20px;/*30*/
background:url(img/topEngBg.gif) no-repeat;
padding:5px 30px;
}

#sloganLine h2{
color:#FFFFFF;
font-size:15px;
}


/*------------stage-----------*/


#stageCont{
background:url(img/stageBgEng.jpg) top no-repeat;
margin-top:3px;
min-height:400px;
/*padding-bottom:15px;*/
overflow:hidden;
_height:420px;
_overflow:visible;
}



#stage{
background:url(img/stageBg2Eng.jpg) top repeat-y;
min-height:400px;
overflow:hidden;
margin-top:8px;
_height:420px;
_overflow:visible;
}


#rightMenu{
float:left;
width:188px;/*185*/
padding-top:30px;
}

#rightMenu a{
width:158px;/*188*/
height:22px;/*27*/
display:block;
margin-bottom:2px;
_margin-top:2px;
padding:5px 0px 0px 30px;
color:#FFFFFF;
text-decoration:none;
}

#rightMenu a{background:url(img/engBtn.gif) top;}
#rightMenu a:hover{background:url(img/engBtn.gif) bottom;}


.CurrBtn{
background:url(img/engCurr.gif) no-repeat;
width:158px;/*188*/
height:22px;/*27*/
display:block;
margin-bottom:2px;
_margin-top:2px;
padding:5px 0px 0px 30px;
color:#FFFFFF;
}



#content{
float:right;
width:586px;/*610*/
padding-top:30px;
padding-left:20px;
}

.title{
font-size:12px;
margin-bottom:20px;
font-weight:bold;
color:#305d55;

}

.text{
margin:0px 20px 10px 0px;
width:302px;
float:left;
line-height:16px;
}


.text a{
color:#000000;
}


.pics{
width:250px;/*220*/
float:right;
margin-left:14px;
}

.pics img{
width:235px;
height:305;
}

/*--------------footer----------*/

#footer{
background:url(img/footer.gif) top no-repeat;
height:20px;
padding-top:10px;
font-size:11px;
color:#234c1b;
}

#footer a{
text-decoration:none;
color:#234c1b;
}

#footer a:hover{
text-decoration:underline;
}



/*--------general classes----------*/

.clearBoth{
clear:both;
}

.floatR{
float:right;
}

.floatL{
float:left;
}
  
img{
border:none;
}

.bold{
font-weight:bold;
}

ul{
list-style-type:none;
}


li{
padding-bottom:5px;
}

p{
padding-bottom:10px;
}

.color1{
/*color:#76AA9E;*/
color:#508F80;
font-weight:bold;
}

